
/* RICHEVIA - based on previous stable package, fixed white tone and image layout */
html, body,
body > div,
.main-content,
#MainContent,
.shopline-section,
.template-index,
.container,
.page-container {
  background: #ffffff !important;
}

.rv-page{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:#ffffff!important;
  color:#080808;
  letter-spacing:.005em;
  overflow:hidden;
}
.rv-page a{text-decoration:none;color:inherit}

.rv-topbar{
  height:36px;
  background:#f7f8fa!important;
  border-bottom:1px solid #edf0f4;
  display:flex;
  align-items:center;
  gap:36px;
  padding:0 6vw;
  font-size:13px;
  color:#1d1d1f;
}
.rv-topbar span{margin-right:7px;color:#5f6368}
.rv-topbar-right{margin-left:auto;display:flex;gap:20px}

.rv-header{
  height:78px;
  display:flex;
  align-items:center;
  padding:0 6vw;
  background:#ffffff!important;
  border-bottom:1px solid #eef1f5;
  position:sticky;
  top:0;
  z-index:10;
}
.rv-logo{
  font-size:32px;
  font-weight:850;
  letter-spacing:8px;
}
.rv-nav{margin:0 auto;display:flex;gap:48px;font-size:15px}
.rv-nav a{position:relative;padding:30px 0}
.rv-nav a.active{color:#0068ff}
.rv-nav a.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:15px;
  height:2px;
  background:#0068ff;
  border-radius:5px
}
.rv-header-actions{display:flex;align-items:center;gap:28px}
.rv-search{font-size:28px;line-height:1}
.rv-quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 30px;
  border-radius:999px;
  background:#0068ff;
  color:white!important;
  font-weight:750;
  font-size:14px;
  box-shadow:0 8px 22px rgba(0,104,255,.18)
}

/* Full hero image section with text overlay on image */
.rv-hero{
  position:relative;
  min-height:700px;
  background:#ffffff!important;
  border-bottom:1px solid #f0f2f5;
  overflow:hidden;
}
.rv-hero-image{
  position:absolute;
  inset:0;
  background:#ffffff!important;
}
.rv-hero-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  filter:saturate(1.08) contrast(1.03);
}
.rv-hero-overlay{
  position:relative;
  z-index:2;
  min-height:700px;
  display:flex;
  align-items:center;
  padding:56px 6vw;
}
.rv-hero-text{
  max-width:580px;
  padding:18px 8px 18px 0;
}
.rv-hero h1{
  font-size:clamp(62px,5.8vw,92px);
  line-height:.95;
  letter-spacing:-.058em;
  margin:0 0 24px;
  font-weight:850;
}
.rv-hero h3{
  font-size:18px;
  margin:0 0 18px;
  font-weight:750;
  color:#101214
}
.rv-hero p{
  max-width:560px;
  font-size:16px;
  line-height:1.72;
  color:#4e5359;
  margin:0
}
.rv-buttons{display:flex;gap:20px;margin-top:34px}
.rv-btn-primary,.rv-btn-secondary{
  height:50px;
  padding:0 30px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:750;
  transition:.22s ease
}
.rv-btn-primary{
  background:#0068ff;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(0,104,255,.18)
}
.rv-btn-secondary{
  background:rgba(255,255,255,.88);
  border:1px solid #dadfe6;
  color:#111!important;
  backdrop-filter:blur(8px)
}
.rv-btn-primary:hover,.rv-btn-secondary:hover{transform:translateY(-2px)}
.rv-mini-features{
  display:grid;
  grid-template-columns:repeat(4,max-content);
  gap:34px;
  margin-top:48px
}
.rv-mini-features div{
  display:flex;
  align-items:center;
  gap:10px;
  color:#2f3337;
  font-size:12px;
  line-height:1.25;
  background:rgba(255,255,255,0.0)
}
.rv-mini-features b{font-size:24px;font-weight:400}

.rv-section-pad{padding:34px 6vw;background:#ffffff!important}
.rv-why{
  display:grid;
  grid-template-columns:1.12fr repeat(4,1fr);
  gap:24px;
  border-top:1px solid #f0f2f5;
  background:#fff!important
}
.rv-why-intro h2,.rv-section-title h2{
  font-size:28px;
  margin:0 0 16px;
  letter-spacing:-.03em
}
.rv-why-intro p{
  font-size:15px;
  line-height:1.7;
  color:#4d535b;
  margin:0 0 18px
}
.rv-why-intro a,.rv-section-title a,.rv-service-card span{
  font-size:14px;
  color:#0068ff;
  font-weight:700
}
.rv-why-card{
  border:1px solid #edf0f4;
  border-radius:14px;
  padding:30px 28px;
  background:#fff!important;
  transition:.25s;
  box-shadow:0 6px 18px rgba(22,28,36,.025)
}
.rv-why-card:hover,.rv-product-card:hover,.rv-service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(22,28,36,.06)
}
.rv-icon{font-size:40px;margin-bottom:20px;color:#111}
.rv-why-card h3{font-size:17px;margin:0 0 12px}
.rv-why-card p{font-size:13px;line-height:1.55;color:#555d66;margin:0}

.rv-section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px
}

/* Product cards closer to the design mockup: vertical cards, cleaner image */
.rv-product-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px
}
.rv-product-card{
  border:1px solid #edf0f4;
  border-radius:14px;
  background:#ffffff!important;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:330px;
  transition:.25s;
  box-shadow:0 6px 18px rgba(22,28,36,.025)
}
.rv-product-card img{
  width:100%;
  height:198px;
  object-fit:cover;
  object-position:center;
  background:#f8f9fb!important;
  filter:saturate(1.08) contrast(1.04)
}
.rv-product-card div{
  padding:22px 18px 18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  flex:1
}
.rv-product-card h3{font-size:16px;margin:0 0 10px}
.rv-product-card p{
  font-size:13px;
  line-height:1.5;
  color:#555d66;
  margin:0 0 14px
}
.rv-product-card span{
  font-size:18px;
  color:#0068ff;
  margin-top:auto
}

.rv-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  background:#ffffff!important
}
.rv-service-card{
  min-height:286px;
  border-radius:14px;
  border:1px solid #edf0f4;
  background:#ffffff!important;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:.25s;
  box-shadow:0 6px 18px rgba(22,28,36,.025)
}
.rv-service-card.wide{grid-template-columns:none}
.rv-service-card div{
  padding:26px 22px 14px;
  z-index:1
}
.rv-service-card h3{font-size:18px;line-height:1.18;margin:0 0 14px}
.rv-service-card p{
  font-size:13px;
  line-height:1.6;
  color:#4f5862;
  margin:0 0 18px
}
.rv-service-card img{
  width:100%;
  height:145px;
  object-fit:cover;
  object-position:center;
  opacity:.96;
  margin-top:auto;
  background:#f8f9fb!important;
  filter:saturate(1.07) contrast(1.04)
}

.rv-stats{
  margin:22px 6vw 0;
  background:#ffffff!important;
  border:1px solid #edf0f4;
  border-radius:14px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:24px;
  box-shadow:0 8px 26px rgba(22,28,36,.035)
}
.rv-stats div{
  display:grid;
  grid-template-columns:46px 1fr;
  column-gap:14px;
  align-items:center;
  border-right:1px solid #e6eaf0
}
.rv-stats div:last-child{border-right:0}
.rv-stats b{
  grid-row:1/3;
  font-size:30px;
  font-weight:400;
  text-align:center;
  color:#0068ff
}
.rv-stats strong{font-size:18px}
.rv-stats span{font-size:13px;color:#555d66}

.rv-footer{
  margin-top:44px;
  padding:42px 6vw;
  display:grid;
  grid-template-columns:1.4fr repeat(4,1fr);
  gap:44px;
  border-top:1px solid #eef1f5;
  background:#ffffff!important
}
.rv-footer h2{font-size:28px;letter-spacing:3px;margin:0 0 16px}
.rv-footer p{font-size:14px;line-height:1.7;color:#444b54}
.rv-footer h4{font-size:16px;margin:0 0 18px}
.rv-footer a{display:block;font-size:14px;color:#4c535b;margin-bottom:12px}
.rv-social{display:flex;gap:18px;margin-top:24px;font-weight:700}
.rv-copyright{
  display:flex;
  justify-content:space-between;
  border-top:1px solid #eef1f5;
  margin:0 6vw;
  padding:24px 0 28px;
  font-size:13px;
  color:#555d66;
  background:#ffffff!important
}

@media(max-width:1100px){
  .rv-hero{min-height:620px}
  .rv-hero-overlay{min-height:620px;padding:40px 6vw}
  .rv-hero-image img{object-position:66% center}
  .rv-why{grid-template-columns:repeat(2,1fr)}
  .rv-product-grid{grid-template-columns:repeat(2,1fr)}
  .rv-service-grid{grid-template-columns:1fr 1fr}
  .rv-footer{grid-template-columns:1fr 1fr}
  .rv-nav{display:none}
}
@media(max-width:680px){
  .rv-topbar{display:none}
  .rv-header{height:70px}
  .rv-logo{font-size:25px;letter-spacing:6px}
  .rv-quote{padding:0 18px}
  .rv-hero{min-height:560px}
  .rv-hero-overlay{min-height:560px;padding:34px 20px;align-items:flex-start;padding-top:54px}
  .rv-hero h1{font-size:52px}
  .rv-mini-features{grid-template-columns:1fr 1fr;gap:20px}
  .rv-why,.rv-product-grid,.rv-service-grid,.rv-stats,.rv-footer{grid-template-columns:1fr}
  .rv-service-card,.rv-service-card.wide,.rv-product-card{grid-template-columns:1fr}
  .rv-service-card img{height:170px}
  .rv-product-card img{height:230px}
  .rv-stats div{border-right:0;border-bottom:1px solid #e6eaf0;padding:16px 0}
  .rv-stats div:last-child{border-bottom:0}
  .rv-copyright{flex-direction:column;gap:14px}
  .rv-buttons{flex-direction:column}
  .rv-btn-primary,.rv-btn-secondary{width:100%}
}
