#zip-input {
    min-width: 0 !important;
    padding-right: 120px !important;
}
button[onclick="submitQuote()"] {
    position: relative;
    z-index: 3;
}

/* Hero section all text white */
div[style*="linear-gradient"] h1,
div[style*="linear-gradient"] h2,
div[style*="linear-gradient"] p,
div[style*="linear-gradient"] span {
    color: #ffffff !important;
}

/* Fix 1: Security text color to black */
p[style*="color:#666"] {
    color: #1a1a1a !important;
}

/* Fix 3: Hide Data Usage link */
a[href*="data-usage"] {
    display: none !important;
}

/* Fix 1: Security text color - more aggressive */
p[style*="color:#666"][style*="font-size:12px"],
p[style*="font-size:12px"][style*="color:#666"] {
    color: #1a1a1a !important;
}
