:root {
    --fh-navy: #06245a;
    --fh-blue: #123a76;
    --fh-teal: #087987;
    --fh-teal-soft: #e7f5f6;
    --fh-gold: #e5b944;
    --fh-ink: #132033;
    --fh-muted: #5b6778;
    --fh-line: rgba(6, 36, 90, 0.28);
    --fh-soft: #f5f9fb;
    --fh-warning: #f5a623;
    --fh-shadow: 0 18px 48px rgba(6, 36, 90, 0.12);
}

.first-hire-lp {
    color: var(--fh-ink);
    background:
        radial-gradient(circle at top left, rgba(8, 121, 135, 0.08), transparent 32rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.first-hire-lp section {
    overflow: visible;
}

.first-hire-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 28px rgba(6, 36, 90, 0.08);
    backdrop-filter: blur(14px);
}

.first-hire-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.first-hire-header .header-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--fh-navy);
    text-decoration: none;
    font-weight: 900;
}

.first-hire-header .header-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.first-hire-header .header-logo span {
    font-size: 80%;
}

.first-hire-header .header-nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.first-hire-header .header-nav a {
    color: var(--fh-navy);
    text-decoration: none;
    font-weight: 800;
}

.first-hire-header .header-nav a:hover {
    color: var(--fh-teal);
}

.first-hire-header .nav-toggle {
    display: none;
}

.first-hire-header .button-contact {
    background: var(--fh-teal);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
}

.first-hire-hero {
    padding: 132px 0 66px;
    color: var(--fh-navy);
    text-align: center;
    background:
        radial-gradient(circle at 18% 22%, rgba(8, 121, 135, 0.12), transparent 26rem),
        radial-gradient(circle at 82% 18%, rgba(229, 185, 68, 0.12), transparent 22rem),
        linear-gradient(180deg, #ffffff 0%, #f4f9fb 100%);
}

.first-hire-hero .container {
    max-width: 1080px;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto 18px;
    color: var(--fh-teal);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.hero-label::before,
.hero-label::after {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--fh-teal);
}

.hero-subline {
    margin: 0 auto 18px;
    color: var(--fh-teal);
    font-size: clamp(1rem, 2.2vw, 1.6rem);
    font-weight: 900;
}

.first-hire-hero h1 {
    display: grid;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 22px;
    padding: 8px 18px 18px;
    border-bottom: 5px solid var(--fh-navy);
    color: var(--fh-navy);
    font-size: clamp(2rem, 4.4vw, 4.35rem);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.first-hire-hero h1 span {
    display: block;
}

.first-hire-hero .hero-accent {
    display: inline-block;
    justify-self: center;
    padding: 4px 18px 8px;
    background: linear-gradient(90deg, var(--fh-navy), var(--fh-teal));
    border-radius: 6px;
    color: #fff;
    font-size: 1.14em;
    line-height: 1.1;
    box-shadow: 0 14px 32px rgba(6, 36, 90, 0.18);
}

.hero-tagline {
    max-width: 760px;
    margin: 0 auto;
    color: #344154;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 800;
    line-height: 1.8;
}

.hero-lead {
    max-width: 820px;
    margin: 0 auto 28px;
    color: #344154;
    font-size: 1.12rem;
    line-height: 2;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.first-hire-lp .button {
    border-radius: 999px;
    padding: 15px 28px;
    white-space: normal;
    box-shadow: none;
}

.first-hire-lp .button-primary {
    background: linear-gradient(135deg, var(--fh-teal), #12a3aa);
    color: #fff;
}

.first-hire-lp .button-secondary {
    background: #fff;
    color: var(--fh-navy);
    border: 1px solid var(--fh-line);
}

.summary-board {
    padding: 88px 0;
    background: #fff;
}

.offer-heading {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}

.offer-heading h2 {
    display: inline-block;
    margin: 0 auto 22px;
    padding: 0 12px 14px;
    border-bottom: 4px solid var(--fh-navy);
    color: var(--fh-navy);
    font-size: clamp(2rem, 4.6vw, 4.3rem);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.board-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 18px;
}

.number-card {
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid rgba(8, 121, 135, 0.45);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 8px 28px rgba(6, 36, 90, 0.06);
}

.card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.num {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--fh-teal), #075e75);
    color: #fff;
    font-size: 1.55rem;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.card-heading h2 {
    margin: 0;
    color: var(--fh-navy);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.dot-list {
    margin: 0;
    padding-left: 1.1em;
    color: #172033;
    font-weight: 700;
    line-height: 1.85;
}

.dot-list li + li {
    margin-top: 4px;
}

.shield-note {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 22px;
    padding: 18px;
    background: linear-gradient(135deg, #e8f8f8, #f4fbfb);
    border-radius: 8px;
}

.shield-note span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 3px solid var(--fh-teal);
    border-radius: 16px 16px 22px 22px;
    color: var(--fh-teal);
    font-size: 2rem;
    font-weight: 900;
}

.shield-note p {
    margin: 0;
    color: var(--fh-teal);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.55;
}

.pack-card {
    grid-row: span 2;
    border-color: rgba(6, 36, 90, 0.5);
}

.pack-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.price-badge {
    min-width: 210px;
    padding: 14px 18px;
    background: linear-gradient(135deg, var(--fh-navy), #031944);
    border-radius: 8px;
    color: #fff;
    text-align: right;
    box-shadow: var(--fh-shadow);
}

.price-badge strong {
    display: block;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: 0;
}

.price-badge span {
    display: block;
    margin-top: 4px;
    font-weight: 900;
}

.service-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-tile {
    display: grid;
    place-items: center;
    min-height: 178px;
    padding: 18px 12px;
    border: 2px solid rgba(6, 36, 90, 0.48);
    border-radius: 8px;
    text-align: center;
}

.tile-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    border: 3px solid var(--fh-navy);
    border-radius: 8px;
    color: var(--fh-navy);
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
}

.service-tile h3 {
    margin: 0;
    color: var(--fh-ink);
    font-size: 1.06rem;
    line-height: 1.45;
}

.grant-card,
.caution-card,
.closing-card {
    grid-column: 1 / -1;
}

.grant-card {
    border-color: rgba(8, 121, 135, 0.58);
}

.grant-main {
    display: grid;
    grid-template-columns: 0.9fr 1.55fr 0.85fr;
    gap: 20px;
    align-items: stretch;
}

.grant-label,
.grant-amount,
.grant-point,
.success-fee {
    border: 2px solid rgba(8, 121, 135, 0.45);
    border-radius: 8px;
    background: #fff;
}

.grant-label {
    display: grid;
    gap: 10px;
    place-items: center;
    padding: 18px;
    color: var(--fh-teal);
    text-align: center;
    background: linear-gradient(135deg, #eefafa, #ffffff);
}

.grant-label strong {
    font-size: 1.35rem;
}

.grant-label span {
    font-weight: 900;
}

.grant-label em {
    padding: 6px 12px;
    border-radius: 4px;
    background: var(--fh-teal);
    color: #fff;
    font-style: normal;
    font-weight: 900;
}

.grant-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    color: var(--fh-ink);
    text-align: center;
}

.grant-amount strong {
    color: var(--fh-teal);
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 1;
}

.grant-amount span {
    font-weight: 900;
}

.grant-point {
    padding: 18px;
}

.grant-point h3 {
    width: fit-content;
    margin: 0 auto 12px;
    padding: 4px 22px;
    border-radius: 999px;
    background: var(--fh-teal);
    color: #fff;
    font-size: 1.05rem;
}

.grant-point p {
    position: relative;
    margin: 0;
    padding-left: 22px;
    color: #172033;
    font-weight: 700;
    line-height: 1.7;
}

.grant-point p + p {
    margin-top: 10px;
}

.grant-point p::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fh-teal);
    font-weight: 900;
}

.success-fee {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 14px;
    padding: 16px;
    background: linear-gradient(90deg, #eef8fb, #ffffff);
}

.coin {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 3px double var(--fh-teal);
    border-radius: 999px;
    color: var(--fh-teal);
    font-size: 1.7rem;
    font-weight: 900;
}

.success-fee p,
.success-fee small {
    grid-column: 2;
    margin: 0;
}

.success-fee p {
    color: var(--fh-navy);
    font-size: 1.35rem;
    font-weight: 900;
}

.success-fee p strong {
    font-size: 1.9rem;
}

.success-fee small {
    color: var(--fh-muted);
    font-weight: 700;
}

.caution-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 20px;
    align-items: center;
    border-color: rgba(245, 166, 35, 0.78);
    background: linear-gradient(135deg, #fffaf0, #ffffff);
}

.warning-mark {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 4px solid var(--fh-warning);
    border-radius: 18px;
    color: var(--fh-navy);
    font-size: 3rem;
    font-weight: 900;
}

.closing-card {
    min-height: 150px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
        url("../images/hero-bg-representative-work.png") right center / cover no-repeat;
}

.closing-card p {
    max-width: 760px;
    margin: 0;
    color: #172033;
    font-size: 1.12rem;
    font-weight: 700;
}

.section {
    padding: 88px 0;
}

.section:nth-of-type(even) {
    background: var(--fh-soft);
}

.two-column,
.price-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: start;
}

.section-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 16px;
    color: var(--fh-teal);
    font-weight: 900;
}

.section h2,
.section-heading h2,
.final-cta h2 {
    color: var(--fh-navy);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.text-stack {
    display: grid;
    gap: 16px;
    color: #293447;
    font-size: 1.03rem;
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.risk-card {
    background: #fff;
    border: 2px solid rgba(6, 36, 90, 0.16);
    border-radius: 8px;
    padding: 20px 22px;
    box-shadow: 0 12px 32px rgba(6, 36, 90, 0.06);
    color: var(--fh-navy);
    font-weight: 900;
}

.section-message {
    max-width: 760px;
    margin: 36px auto 0;
    text-align: center;
    color: var(--fh-navy);
    font-size: 1.16rem;
    font-weight: 900;
}

.price-section {
    background: #fff;
}

.price-layout p {
    margin-top: 18px;
    color: #293447;
}

.before-after {
    display: grid;
    gap: 12px;
    margin: 26px 0 8px;
}

.ba-card {
    border-radius: 8px;
    padding: 20px;
    border: 2px solid rgba(6, 36, 90, 0.14);
}

.ba-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.ba-card p {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.65;
}

.ba-before {
    background: #fff;
}

.ba-before span {
    color: var(--fh-muted);
}

.ba-before p {
    color: #344154;
}

.ba-arrow {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 999px;
    background: var(--fh-teal);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
}

.ba-after {
    background: linear-gradient(135deg, var(--fh-navy), var(--fh-teal));
    color: #fff;
    box-shadow: var(--fh-shadow);
}

.ba-after span,
.ba-after p {
    color: #fff;
}

.price-card {
    position: sticky;
    top: 104px;
    background: linear-gradient(135deg, var(--fh-navy), #031944);
    color: #fff;
    border-radius: 8px;
    padding: 34px;
    box-shadow: var(--fh-shadow);
}

.price-card span {
    display: block;
    color: var(--fh-gold);
    font-weight: 900;
}

.price-card strong {
    display: block;
    margin: 8px 0 4px;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1;
}

.price-card em {
    display: block;
    font-style: normal;
    font-weight: 900;
}

.price-card p {
    margin: 18px 0 24px;
    color: rgba(255, 255, 255, 0.86);
}

.faq-section {
    background: #fff;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-list details {
    background: #fff;
    border: 2px solid rgba(6, 36, 90, 0.16);
    border-radius: 8px;
    padding: 0;
}

.faq-list summary {
    cursor: pointer;
    padding: 20px 24px;
    color: var(--fh-navy);
    font-weight: 900;
}

.faq-list details[open] summary {
    border-bottom: 1px solid rgba(6, 36, 90, 0.16);
}

.faq-list p {
    padding: 18px 24px 22px;
    color: var(--fh-muted);
}

.final-cta {
    padding: 90px 0;
    background: linear-gradient(135deg, var(--fh-navy), #084d67);
    color: #fff;
    text-align: center;
}

.final-cta .section-kicker {
    margin-left: auto;
    margin-right: auto;
    color: #8ee3e5;
}

.final-cta h2 {
    max-width: 850px;
    margin: 0 auto 20px;
    color: #fff;
}

.final-cta p:not(.section-kicker) {
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.86);
}

.first-hire-lp .contact-form-section {
    background: var(--fh-soft);
}

.first-hire-lp .section-subtitle {
    max-width: 720px;
    margin: -38px auto 40px;
    text-align: center;
    color: var(--fh-muted);
}

@media (max-width: 1080px) {
    .board-grid,
    .two-column,
    .price-layout {
        grid-template-columns: 1fr;
    }

    .pack-card {
        grid-row: auto;
    }

    .grant-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .first-hire-header .container {
        min-height: 68px;
    }

    .first-hire-header .nav-toggle {
        display: block;
        background: none;
        border: 0;
        padding: 10px;
        cursor: pointer;
    }

    .first-hire-header .nav-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        margin-bottom: 6px;
        background: var(--fh-navy);
        transition: all 0.3s ease;
    }

    .first-hire-header .header-nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 16px 20px 24px;
        background: #fff;
        box-shadow: 0 16px 34px rgba(6, 36, 90, 0.12);
    }

    .first-hire-header .header-nav ul.active {
        display: flex;
    }

    .first-hire-header .header-nav li {
        width: 100%;
        text-align: center;
    }

    .first-hire-header .header-nav a {
        display: block;
        padding: 10px;
    }

    .first-hire-hero {
        padding-top: 112px;
    }

    .first-hire-hero h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-actions,
    .final-cta .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .first-hire-lp .button {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .service-tiles,
    .risk-grid {
        grid-template-columns: 1fr;
    }

    .pack-head {
        flex-direction: column;
    }

    .price-badge {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .grant-amount {
        flex-direction: column;
        gap: 8px;
    }

    .success-fee,
    .caution-card,
    .shield-note {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 68px 0;
    }

    .number-card {
        padding: 18px;
    }
}
