:root{--rdvq-blue:#173f70;--rdvq-blue-light:#2f5a9e;--rdvq-green:#6cab3d;--rdvq-green-dark:#568d2e;--rdvq-white:#ffffff;--rdvq-light:#f4f7f1;--rdvq-text:#263238;--rdvq-radius:18px;--rdvq-shadow:0 12px 35px rgba(23,63,112,0.12);}.rdvq-container{width:min(1180px,calc(100% - 40px));margin-inline:auto;}.rdvq-section{padding:80px 0;}.rdvq-section-heading{max-width:760px;margin:0 auto 45px;text-align:center;}.rdvq-section-heading h2{margin:8px 0 15px;color:var(--rdvq-blue);font-size:clamp(2rem,4vw,3rem);line-height:1.1;}.rdvq-section-heading p{font-size:1.1rem;line-height:1.7;}.rdvq-eyebrow{margin:0;color:var(--rdvq-green-dark);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;}.rdvq-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}.rdvq-card{padding:32px;border-radius:var(--rdvq-radius);background:var(--rdvq-white);box-shadow:var(--rdvq-shadow);text-align:center;}.rdvq-card-icon{display:grid;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;place-items:center;background:#eaf3df;font-size:2rem;}.rdvq-card h3{margin:0 0 12px;color:var(--rdvq-blue);font-size:1.5rem;}.rdvq-card p{margin:0;line-height:1.6;}.rdvq-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:2px solid transparent;border-radius:999px;font-weight:700;text-decoration:none;transition:transform 0.2s ease,background-color 0.2s ease;}.rdvq-button:hover,.rdvq-button:focus{transform:translateY(-2px);}.rdvq-button--primary{background:var(--rdvq-green);color:var(--rdvq-white);}.rdvq-button--secondary{border-color:var(--rdvq-white);background:rgba(255,255,255,0.12);color:var(--rdvq-white);}.rdvq-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}@media (max-width:760px){.rdvq-section{padding:55px 0;}.rdvq-card-grid{grid-template-columns:1fr;}}
