/* DirectoryFire premium homepage hero restore */
.df-root-hero {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(42px, 6vw, 72px);
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 122, 0, 0.28), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(255, 0, 55, 0.18), transparent 26%),
        linear-gradient(135deg, #080617 0%, #130718 42%, #06050b 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.df-root-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black, transparent 72%);
    pointer-events: none;
}

.df-root-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(28px, 5vw, 62px);
    align-items: center;
}

.df-root-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #ffb36b;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.df-root-hero-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd86b, #ff3b00);
    box-shadow: 0 0 18px rgba(255, 91, 0, .8);
}

.df-root-hero h1 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(42px, 7vw, 86px);
    line-height: .92;
    letter-spacing: -0.07em;
    font-weight: 950;
}

.df-root-hero h1 span {
    background: linear-gradient(135deg, #fff, #ffe2c2 48%, #ff5a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.df-root-hero p {
    margin: 22px 0 0;
    max-width: 720px;
    color: rgba(255,255,255,.78);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.7;
}

.df-root-hero-search {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    max-width: 760px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 24px 80px rgba(0,0,0,.38);
    backdrop-filter: blur(16px);
}

.df-root-hero-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    border-radius: 999px;
    padding: 16px 18px;
    background: rgba(255,255,255,.96);
    color: #12121f;
    font-weight: 800;
    font-size: 15px;
}

.df-root-hero-search button {
    border: 0;
    border-radius: 999px;
    padding: 0 26px;
    background: linear-gradient(135deg, #ff7a00, #ff2a00);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(255, 73, 0, .28);
}

.df-root-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.df-root-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.df-root-hero-actions .primary {
    background: #fff;
    color: #11111e;
}

.df-root-hero-actions .secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.08);
}

.df-root-submit-card {
    position: relative;
    border-radius: 30px;
    padding: 28px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
    backdrop-filter: blur(18px);
}

.df-root-submit-card .badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 122, 0, .16);
    color: #ffd2a3;
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.df-root-submit-card h2 {
    margin: 18px 0 10px;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1;
    color: #fff;
}

.df-root-submit-card p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.76);
    font-size: 15px;
}

.df-root-submit-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff8a00, #ff2d00);
    color: #fff;
    font-weight: 950;
    text-decoration: none;
}

.df-root-submit-card ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 700;
}

.df-root-submit-card li::before {
    content: "✓";
    color: #ffb36b;
    margin-right: 8px;
}

@media (max-width: 860px) {
    .df-root-hero-inner {
        grid-template-columns: 1fr;
    }

    .df-root-hero-search {
        border-radius: 24px;
        flex-direction: column;
    }

    .df-root-hero-search button {
        min-height: 50px;
    }
}


/* =========================================================
   DirectoryFire hero color polish
   Fixes heading text and Start Submission button text
   ========================================================= */

/* Force the full hero title to pure white */
.df-root-hero .df-root-hero-copy h1,
.df-root-hero .df-root-hero-copy h1 span,
.df-root-hero h1,
.df-root-hero h1 span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.38) !important;
}

/* Keep the small orange dot/accent feel without coloring the title text */
.df-root-hero .df-root-hero-copy h1 span::after {
    content: "";
    display: inline-block;
    width: 0.14em;
    height: 0.14em;
    margin-left: 0.035em;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9b1a, #ff2b00);
    vertical-align: baseline;
    box-shadow: 0 0 18px rgba(255, 90, 0, 0.75);
}

/* Start Submission button: white text on orange/red gradient */
.df-root-hero .df-root-submit-card > a,
.df-root-hero .df-root-submit-card a[href*="submit"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22) !important;
    font-weight: 950 !important;
}

/* Make sure hover stays readable */
.df-root-hero .df-root-submit-card > a:hover,
.df-root-hero .df-root-submit-card a[href*="submit"]:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    filter: brightness(1.05);
}
