.rv-section { max-width: var(--rv-container); margin: 56px auto 0; padding: 0 var(--rv-pad-x); }
.rv-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.rv-section__head h2 { font-size: 38px; margin: 0; }
.rv-section__link { font-size: 14px; font-weight: 600; } .rv-hero {
position: relative;
min-height: 460px;
display: flex;
align-items: center;
background: var(--rv-green-700);
background-size: cover;
background-position: center;
}
.rv-hero::before {
content: "";
position: absolute; inset: 0;
background: linear-gradient(92deg, rgba(16,40,30,.88) 0%, rgba(16,40,30,.55) 45%, rgba(16,40,30,.08) 100%);
}
.rv-hero__inner {
position: relative; z-index: 1;
max-width: var(--rv-container); width: 100%;
margin: 0 auto; padding: 72px var(--rv-pad-x);
box-sizing: border-box;
}
.rv-hero__chip {
display: inline-block;
background: rgba(255,255,255,.12);
border: 1px solid rgba(255,255,255,.35);
color: #fff; font-size: 11.5px; font-weight: 600;
letter-spacing: 2px; text-transform: uppercase;
padding: 7px 16px; border-radius: var(--rv-radius-pill);
}
.rv-hero__title {
font-family: var(--rv-font-serif); font-weight: 600;
font-size: 60px; line-height: 1.02; color: #fff;
max-width: 560px; margin: 22px 0 14px;
}
.rv-hero__text {
color: rgba(255,255,255,.92); font-size: 17px; line-height: 1.6;
max-width: 470px; margin: 0;
}
.rv-hero__cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; } .rv-hero .rv-btn--ghost { color: #fff !important; border-color: rgba(255,255,255,.7); }
.rv-hero .rv-btn--ghost:hover { background: rgba(255,255,255,.14); color: #fff !important; } .rv-trust {
background: #fff; border-bottom: 1px solid var(--rv-border);
}
.rv-trust__grid {
max-width: var(--rv-container); margin: 0 auto;
display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 18px; padding: 22px var(--rv-pad-x);
}
.rv-trust__item { display: flex; align-items: center; gap: 13px; }
.rv-trust__icon {
width: 42px; height: 42px; border-radius: var(--rv-radius-pill);
background: var(--rv-cream); color: var(--rv-green-500);
display: flex; align-items: center; justify-content: center;
font-family: var(--rv-font-serif); font-size: 18px; font-weight: 700; flex: none;
}
.rv-trust__title { font-size: 14px; font-weight: 600; }
.rv-trust__sub { font-size: 12.5px; color: var(--rv-muted); margin-top: 2px; } .rv-cats {
display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
gap: 16px; margin-top: 24px;
}
.rv-cat-card {
background: #fff; border: 1px solid var(--rv-border);
border-radius: var(--rv-radius-card); overflow: hidden; cursor: pointer;
transition: transform .2s, box-shadow .2s;
}
.rv-cat-card:hover { transform: translateY(-3px); box-shadow: var(--rv-shadow-card-hover); }
.rv-cat-card img { width: 100%; height: 128px; object-fit: cover; display: block; }
.rv-cat-card__body { padding: 13px 15px 15px; }
.rv-cat-card__name { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.rv-cat-card__count { font-size: 12.5px; color: var(--rv-muted); margin-top: 3px; } .rv-cyber {
background: var(--rv-green-700); border-radius: 20px; color: #fff;
display: flex; align-items: center; justify-content: space-between;
gap: 32px; padding: 38px 46px; flex-wrap: wrap;
}
.rv-cyber__kicker { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rv-amber); }
.rv-cyber h3 { font-family: var(--rv-font-serif); font-weight: 600; font-size: 34px; margin: 10px 0 8px; line-height: 1.1; }
.rv-cyber__old { font-size: 15px; color: rgba(255,255,255,.55); text-decoration: line-through; }
.rv-cyber__now { font-size: 34px; font-weight: 700; color: var(--rv-amber); } .rv-mission {
background: var(--rv-cream); margin-top: 72px;
padding: 64px var(--rv-pad-x); text-align: center;
}
.rv-mission h2 { font-family: var(--rv-font-serif); font-weight: 600; font-size: 42px; margin: 0; }
.rv-mission p { max-width: 540px; margin: 14px auto 0; font-size: 15.5px; line-height: 1.7; color: var(--rv-ink-3); }
.rv-mission .rv-btn--ghost { margin-top: 26px; display: inline-block; } @media (max-width: 782px) {
.rv-hero__title { font-size: 40px; }
.rv-section__head h2 { font-size: 30px; }
.rv-mission h2 { font-size: 32px; }
}