.haven-shield-hero-graphic{transition:transform .3s ease}.haven-shield-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.haven-shield-card{background:#F7F0F5;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.haven-shield-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.haven-shield-icon{width:56px;height:56px;border-radius:12px;background:#FEE2E2;display:flex;align-items:center;justify-content:center}.haven-shield-card h3{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px;color:#191918;margin:0}.haven-shield-card p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:26px;color:#401f3e;margin:0}.url-detection-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.url-detection-card{background:#F7F0F5;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.url-detection-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.url-detection-icon{width:56px;height:56px;border-radius:12px;background:#DCFCE7;display:flex;align-items:center;justify-content:center}.url-detection-card h3{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px;color:#191918;margin:0}.url-detection-card p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:26px;color:#401f3e;margin:0}.haven-tooltip{position:absolute;top:calc(100% + 12px);left:0;border-radius:12px;padding:16px;z-index:10;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;white-space:nowrap;animation:tooltipFadeIn .3s ease forwards}.haven-tooltip-verified{background:linear-gradient(135deg,#401F3E,#6B4869);box-shadow:0 4px 16px rgba(64,31,62,.4)}.haven-tooltip-suspicious{background:linear-gradient(135deg,#991B1B,#DC2626);box-shadow:0 4px 16px rgba(153,27,27,.4)}.haven-tooltip-caret{position:absolute;top:-8px;left:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.url-detection-hero-graphic{transition:transform .3s ease}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}@media (max-width:900px){.haven-shield-grid,.url-detection-grid{grid-template-columns:1fr;gap:20px}.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.haven-shield-grid,.url-detection-grid{gap:16px}.haven-shield-card,.url-detection-card{padding:24px}.cards-grid{grid-template-columns:1fr}}