img.ebook#eb0 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb1 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb2 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb3 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb4 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb5 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb6 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb7 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb8 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb9 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb10 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb11 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb12 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb13 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb14 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb15 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb16 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb17 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook#eb18 {
    float: left;
    padding: 10px 10px 0px 0px;
}

img.ebook#eb19 {
    float: right;
    padding: 10px 0px 0px 10px;
}

img.ebook {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    img.ebook {
        float: none;
        padding: 0px;
        width: 100%;
    }
}

/* ===== HERO: GUIDE BOX ===== */
.hero-row {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 32px 16px;
    max-width: 1160px;
    margin: 0 auto;
}

.hero-row .hero-col {
    flex: 1 1 0;
    min-width: 0;
}

.hero-row h1 {
    font-weight: 800;
    font-size: clamp(26px, 3.6vw, 34px);
    line-height: 1.25;
    letter-spacing: -.01em;
    color: #101828;
    margin: 0;
}

.guide-box {
    background: #fff;
    border: 1px solid #d7e3f3;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    margin-top: 24px;
    overflow: hidden;
}

.guide-box__title {
    font-weight: 800;
    font-size: 17px;
    color: #0f2a5e;
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f7;
}

.guide-box__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f7;
}

.guide-box__item:last-child {
    border-bottom: 0;
}

.guide-box__icon {
    flex: none;
    width: 34px;
    height: 34px;
    color: #1a49e9;
}

.guide-box__icon svg {
    width: 100%;
    height: 100%;
}

.guide-box__item-title {
    font-weight: 700;
    font-size: 15px;
    color: #0f172a;
    margin: 0 0 4px;
}

.guide-box__item-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #55627a;
    margin: 0;
}

.gov-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fdf6e3;
    border: 1px solid #f1e2b0;
    border-radius: 10px;
    color: #8a6d1f;
    font-size: 13px;
    padding: 10px 14px;
    margin-top: 16px;
}

/* ===== HERO: LEAD FORM ===== */
.lead-card {
    background: #eef4fd;
    border-radius: 16px;
    padding: 24px;
}

.lead-card__title {
    font-weight: 800;
    font-size: 20px;
    color: #0f2a5e;
    margin: 0 0 16px;
    line-height: 1.3;
}

.lead-card input[type="text"],
.lead-card input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 14px;
    margin-bottom: 12px;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #0f172a;
    outline: none;
}

.lead-card input[type="text"]:focus,
.lead-card input[type="email"]:focus {
    border-color: #1a49e9;
    box-shadow: 0 0 0 3px rgba(26, 73, 233, .15);
}

.lead-card__legal {
    font-size: 11.5px;
    line-height: 1.5;
    color: #667085;
    margin: 8px 0 12px;
}

.lead-card__legal a {
    color: #1a49e9;
    text-decoration: underline;
}

.lead-card__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 16px;
}

.lead-card__checkbox input {
    margin-top: 3px;
    flex: none;
}

.lead-card__checkbox a {
    color: #1a49e9;
    text-decoration: underline;
}

.lead-card__submit {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 10px;
    background: #f5c518;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease;
}

.lead-card__submit:hover {
    background: #e5b709;
}

@media (max-width: 900px) {
    .hero-row {
        flex-direction: column;
    }
}

#topnav .menu-icon .bar {
    display: block;
}