.dmrd-solutions-grid{position:relative;overflow:hidden;background:linear-gradient(180deg,#071521 0%,#0a1c2c 100%);color:#eff9fd}.dmrd-solutions-grid::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 10%,rgba(34,211,238,.09),transparent 26%),linear-gradient(90deg,rgba(87,142,163,.06) 1px,transparent 1px),linear-gradient(rgba(87,142,163,.06) 1px,transparent 1px);background-size:auto,72px 72px,72px 72px;mask-image:linear-gradient(#000,transparent 100%)}.dmrd-solutions-grid .dmrd-section-heading{text-align:center;max-width:100%;margin-bottom:36px}.dmrd-solutions-grid .dmrd-section-heading h2{color:#f4fbff}.dmrd-solutions-grid .dmrd-section-heading p{color:#94b3c3}.dmrd-solutions-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.dmrd-solution-tile{position:relative;min-height:260px;padding:26px 18px;border:1px solid rgba(132,189,211,.2);border-radius:24px;background:linear-gradient(180deg,rgba(7,25,39,.72),rgba(8,23,36,.9));box-shadow:inset 0 1px rgba(255,255,255,.03),0 18px 55px rgba(0,0,0,.14);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px}.dmrd-solution-tile::after{content:"";position:absolute;inset:0;border-radius:24px;pointer-events:none;background:radial-gradient(240px circle at var(--dmrd-surface-x,50%) var(--dmrd-surface-y,10%),rgba(34,211,238,.07),transparent 70%)}.dmrd-solution-tile-icon{display:grid;place-items:center;width:74px;height:74px;border:1px solid rgba(164,208,224,.18);border-radius:22px;background:rgba(255,255,255,.02);color:#b8d7e6}.dmrd-solution-tile-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dmrd-solution-tile h3{margin:0;color:#f1f7fb;font-size:19px;font-weight:860;line-height:1.8}.dmrd-solution-tile p{margin:0;color:#d1e1ea;font-size:13px;line-height:2.05}@media(max-width:1280px){.dmrd-solutions-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.dmrd-solutions-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dmrd-solution-tile{min-height:0;padding:20px 14px;border-radius:18px}.dmrd-solution-tile-icon{width:60px;height:60px}.dmrd-solution-tile h3{font-size:16px}.dmrd-solution-tile p{font-size:12px;line-height:1.95}}@media(max-width:480px){.dmrd-solutions-cards{grid-template-columns:1fr}}