:root { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
.wp-site-blocks { overflow: hidden; }
.dv-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,31,51,.08); }
.dv-hero { position: relative; isolation: isolate; }
.dv-hero::after { content:""; position:absolute; inset:auto -10% -45% 45%; height:520px; background:radial-gradient(circle,rgba(59,199,232,.25),transparent 66%); z-index:-1; }
.dv-kicker { letter-spacing:.11em; text-transform:uppercase; font-weight:800; font-size:.78rem; }
.dv-card { height:100%; border:1px solid rgba(11,31,51,.09); border-radius:18px; box-shadow:0 18px 48px rgba(11,31,51,.07); transition:transform .2s ease, box-shadow .2s ease; }
.dv-card:hover { transform:translateY(-4px); box-shadow:0 24px 58px rgba(11,31,51,.12); }
.dv-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:12px; background:#eef6ff; color:#1769e0; font-weight:850; }
.dv-proof { border-left:3px solid #3bc7e8; }
.dv-cta { background:linear-gradient(135deg,#0b1f33 0%,#123c68 100%); border-radius:24px; }
.dv-footer a { color:inherit; }
.dv-contact-form input,.dv-contact-form textarea,.dv-contact-form select { width:100%; box-sizing:border-box; padding:.9rem 1rem; border:1px solid #cbd6e2; border-radius:10px; font:inherit; background:#fff; }
.dv-contact-form textarea { min-height:150px; resize:vertical; }
.dv-contact-form label { display:block; font-weight:700; margin-bottom:.35rem; }
.dv-contact-form .dv-field { margin-bottom:1rem; }
.dv-contact-form button { cursor:pointer; border:0; padding:.9rem 1.35rem; border-radius:10px; background:#1769e0; color:#fff; font-weight:750; }
@media (max-width: 782px) { .dv-header { position:relative; } .dv-hero { padding-top:3rem!important; padding-bottom:3.5rem!important; } }
