.wimb-page {
    --wimb-ink: #111827;
    --wimb-muted: #526071;
    --wimb-soft: #f6f8fb;
    --wimb-line: #dfe7ef;
    --wimb-teal: #156f83;
    --wimb-teal-dark: #0c3e4a;
    --wimb-blue: #1b64d8;
    --wimb-green: #0f9f6e;
    background:
        linear-gradient(180deg, #ffffff 0, #f7fafc 34rem, #ffffff 100%);
    color: var(--wimb-muted);
    padding-bottom: 6rem;
}

.wimb-page * {
    box-sizing: border-box;
}

.wimb-shell {
    margin: 0 auto;
    max-width: 1184px;
    padding: 0 1.5rem;
    width: 100%;
}

.wimb-hero {
    background:
        linear-gradient(142deg, rgba(45, 181, 164, 0.2) 0 38%, transparent 38% 100%),
        linear-gradient(180deg, #071522 0%, #0a2f3c 58%, #0f5d70 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.wimb-hero::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 92%);
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
}

.wimb-hero__shell {
    position: relative;
}

.wimb-hero__glow {
    display: none;
}

.wimb-hero__content {
    display: grid;
    gap: 1.35rem;
    max-width: 1120px;
    padding: 2.5rem 0 2.75rem;
    position: relative;
    z-index: 1;
}

.wimb-hero__title {
    color: #f8fbff;
    font-family: "Inter", sans-serif;
    font-size: clamp(2.55rem, 11vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0 0 1rem;
    max-width: 10.5ch;
    text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.wimb-hero__lead {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.62;
    margin: 0;
    max-width: 44rem;
}

.wimb-hero__proof {
    display: none;
    gap: 0.8rem;
}

.wimb-hero__simple {
    background:
        linear-gradient(145deg, rgba(21, 111, 131, 0.98), rgba(10, 38, 57, 0.98)),
        #0b2738;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(12, 62, 74, 0.18);
    display: none;
    margin: 0;
    padding: 1.2rem;
}

.wimb-hero__simple-label {
    color: #dff7ff;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.wimb-hero__simple-copy {
    color: rgba(244, 251, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    line-height: 1.58;
    margin: 0;
}

.wimb-hero__checklist {
    background: #ffffff;
    border: 1px solid #d8e5ec;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(22, 34, 51, 0.08);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.wimb-hero__checklist li {
    align-items: start;
    border-bottom: 1px solid #e6eef3;
    color: #243447;
    column-gap: 0.65rem;
    display: grid;
    font-family: "Inter", sans-serif;
    font-size: 0.94rem;
    grid-template-columns: 1.25rem 1fr;
    line-height: 1.45;
    min-height: 0;
    padding: 0.78rem 0.9rem;
}

.wimb-hero__checklist li:last-child {
    border-bottom: 0;
}

.wimb-hero__checklist li::before {
    align-items: center;
    background: #dff8ee;
    border-radius: 999px;
    color: #0d8e62;
    content: "✓";
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    height: 1.25rem;
    justify-content: center;
    line-height: 1;
    width: 1.25rem;
}

.wimb-hero__actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.wimb-button,
.wimb-cta-panel__button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.35;
    min-height: 3.25rem;
    padding: 0.9rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.wimb-button:hover,
.wimb-cta-panel__button:hover {
    transform: translateY(-1px);
}

.wimb-button--primary {
    background: #156f83;
    box-shadow: 0 16px 34px rgba(21, 111, 131, 0.22);
    color: #ffffff;
}

.wimb-button--secondary {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #cadce5;
    color: #163142;
}

.wimb-hero .wimb-button--primary {
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    color: #0c5060;
}

.wimb-hero .wimb-button--secondary {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.wimb-main-layout {
    align-items: start;
    display: grid;
    gap: 3rem;
    grid-template-columns: 240px minmax(0, 820px);
    justify-content: center;
    padding-top: 3rem;
}

.wimb-sidebar {
    align-self: start;
    background: #ffffff;
    border: 1px solid var(--wimb-line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(22, 34, 51, 0.08);
    padding: 1rem;
    position: sticky;
    top: 1.25rem;
}

.wimb-sidebar__title {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.wimb-sidebar__list {
    display: grid;
    gap: 0.18rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wimb-sidebar__list::before {
    content: none;
}

.wimb-sidebar__link {
    border-radius: 6px;
    color: #5d6979;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.35;
    padding: 0.58rem 0.7rem;
    position: relative;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.wimb-sidebar__link::before {
    content: none;
}

.wimb-sidebar__link:hover,
.wimb-sidebar__link--active {
    background: #eef8fb;
    color: var(--wimb-teal);
}

.wimb-sidebar__link--completed {
    color: #344356;
}

.wimb-sidebar__link--upcoming {
    color: #6a7685;
}

.wimb-content {
    display: grid;
    gap: 1.5rem;
    max-width: 820px;
    min-width: 0;
}

.wimb-content > .wimb-section + .wimb-section {
    margin-top: 1.25rem;
}

.wimb-section {
    background: #ffffff;
    border: 1px solid var(--wimb-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(22, 34, 51, 0.07);
    padding: 2rem;
    scroll-margin-top: 2rem;
}

.wimb-section__title {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.wimb-section p,
.wimb-section li {
    font-family: "Inter", sans-serif;
    font-size: 1.04rem;
    line-height: 1.72;
}

.wimb-section p {
    margin: 0 0 1rem;
}

.wimb-section__lede {
    color: #334155;
    font-size: 1.12rem;
    margin-bottom: 1.25rem;
}

.wimb-subheading,
.wimb-step-title {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 1.5rem 0 0.65rem;
}

.wimb-mini-title {
    color: #243244;
    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.45;
    margin: 1rem 0 0.5rem;
}

.wimb-info-card,
.wimb-soft-card,
.wimb-tip-card,
.wimb-highlight-panel {
    background: var(--wimb-soft);
    border: 1px solid var(--wimb-line);
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1.25rem;
}

.wimb-info-card h3,
.wimb-soft-card__title {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 0.45rem;
}

.wimb-info-card__note,
.wimb-muted {
    color: var(--wimb-muted);
}

.wimb-banner {
    background: linear-gradient(135deg, var(--wimb-teal) 0%, #17324e 100%);
    border-radius: 8px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.45;
    margin: 1rem 0 1.2rem;
    padding: 1rem 1.1rem;
}

.wimb-bullet-list,
.wimb-number-list,
.wimb-inline-bullet-list {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.wimb-bullet-list li,
.wimb-number-list li,
.wimb-inline-bullet-list li {
    margin-bottom: 0.28rem;
}

.wimb-bullet-list li::marker,
.wimb-number-list li::marker,
.wimb-inline-bullet-list li::marker {
    color: var(--wimb-blue);
    font-weight: 800;
}

.wimb-callout {
    border: 1px solid transparent;
    border-left: 4px solid var(--wimb-blue);
    border-radius: 8px;
    margin: 1.2rem 0;
    padding: 1rem 1.1rem;
}

.wimb-callout p:last-child,
.wimb-tip-card p:last-child,
.wimb-soft-card p:last-child,
.wimb-info-card p:last-child,
.wimb-highlight-panel p:last-child {
    margin-bottom: 0;
}

.wimb-callout--blue {
    background: #eff6ff;
    border-color: #bfd7ff;
    border-left-color: var(--wimb-blue);
}

.wimb-callout--green {
    background: #ecfdf5;
    border-color: #b9efd6;
    border-left-color: var(--wimb-green);
}

.wimb-callout--white {
    background: #ffffff;
    border-color: var(--wimb-line);
    border-left-color: var(--wimb-teal);
}

.wimb-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.wimb-inline-links a,
.wimb-inline-links span {
    background: #eef8fb;
    border-radius: 999px;
    color: var(--wimb-teal);
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    font-weight: 750;
    line-height: 1.45;
    padding: 0.45rem 0.7rem;
    text-decoration: none;
}

.wimb-inline-links a:hover {
    background: #e1f3f7;
}

.wimb-section--walkthrough {
    display: grid;
    gap: 0.75rem;
}

.wimb-step-grid {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0.5rem 0 1.25rem;
}

.wimb-step-grid--reverse .wimb-step-media {
    order: 1;
}

.wimb-step-grid--reverse .wimb-step-copy {
    order: 2;
}

.wimb-step-copy,
.wimb-step-media {
    min-width: 0;
}

.wimb-step-media {
    display: grid;
    gap: 0.75rem;
}

.wimb-step-media img,
.wimb-wide-image {
    background: #ffffff;
    border: 1px solid var(--wimb-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(22, 34, 51, 0.1);
    display: block;
    max-width: 100%;
    width: 100%;
}

.wimb-step-detail {
    display: grid;
    gap: 0.125rem;
}

.wimb-step-title {
    margin-top: 0.5rem;
}

.wimb-step-grid .wimb-step-title {
    margin-top: 0;
}

.wimb-section--walkthrough .wimb-callout,
.wimb-section--walkthrough .wimb-soft-card {
    margin: 0.7rem 0;
}

.wimb-section--walkthrough .wimb-wide-image {
    margin-top: 0.35rem;
}

.wimb-soft-card--blue {
    background: #eff6ff;
    border-color: #bfd7ff;
}

.wimb-highlight-panel {
    background: linear-gradient(135deg, #eef8fb 0%, #eff6ff 100%);
    margin-top: 0.75rem;
}

.wimb-highlight-panel__title {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 0.65rem;
}

.wimb-tip-stack {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.wimb-tip-card {
    background: #ffffff;
    border-left: 4px solid var(--wimb-teal);
    box-shadow: none;
    margin: 0;
}

.wimb-tip-card h3 {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 0.55rem;
}

.wimb-section--faq .wimb-section__title {
    margin-bottom: 1.5rem;
}

.wimb-faq-list {
    display: grid;
    gap: 0.75rem;
}

.wimb-faq-item {
    background: var(--wimb-soft);
    border: 1px solid var(--wimb-line);
    border-radius: 8px;
    padding: 1.1rem 1.2rem;
}

.wimb-faq-item + .wimb-faq-item {
    margin-top: 0;
}

.wimb-faq-item h3 {
    color: var(--wimb-ink);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 0.45rem;
}

.wimb-faq-item--last {
    padding-bottom: 1.1rem;
}

.wimb-cta-panel {
    background:
        radial-gradient(circle at 18% 0%, rgba(63, 217, 151, 0.24), transparent 18rem),
        linear-gradient(135deg, #0b2434 0%, #0e5262 100%);
    border-radius: 8px;
    color: #ffffff;
    margin-top: 1.25rem;
    padding: 2.5rem;
    text-align: center;
}

.wimb-cta-panel h2 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 auto 1rem;
    max-width: 700px;
}

.wimb-cta-panel p {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 auto 1.4rem;
    max-width: 620px;
}

.wimb-cta-panel__button {
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    color: var(--wimb-teal-dark);
    max-width: 100%;
}

@media (max-width: 1120px) {
    .wimb-main-layout {
        gap: 1.5rem;
        grid-template-columns: minmax(0, 820px);
        padding-top: 2rem;
    }

    .wimb-sidebar {
        position: static;
    }

    .wimb-sidebar__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 569px) {
    .wimb-hero__actions {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 761px) {
    .wimb-hero__simple {
        display: block;
    }
}

@media (min-width: 960px) {
    .wimb-hero__content {
        align-items: center;
        column-gap: 3.5rem;
        grid-template-columns: minmax(0, 0.58fr) minmax(20rem, 0.42fr);
        padding: 4.4rem 0 4.7rem;
    }

    .wimb-hero__copy {
        max-width: 42rem;
    }

    .wimb-hero__simple {
        padding: 1.35rem;
    }

    .wimb-hero__proof {
        display: grid;
        justify-self: end;
        max-width: 27rem;
        width: 100%;
    }

    .wimb-hero__checklist {
        box-shadow: 0 22px 58px rgba(22, 34, 51, 0.1);
    }
}

@media (max-width: 568px) {
    .wimb-page {
        padding-bottom: 3.5rem;
    }

    .wimb-shell {
        padding: 0 1rem;
    }

    .wimb-hero__content {
        padding: 2.35rem 0 2.55rem;
    }

    .wimb-hero__copy::before {
        background: #63d5c0;
        border-radius: 999px;
        content: "";
        display: block;
        height: 0.26rem;
        margin-bottom: 1rem;
        width: 3.25rem;
    }

    .wimb-hero__title {
        font-size: clamp(2.55rem, 13vw, 3.8rem);
        line-height: 0.94;
        margin-bottom: 1.1rem;
        max-width: 8.8ch;
    }

    .wimb-hero__lead {
        font-size: 1.04rem;
        line-height: 1.62;
        max-width: none;
    }

    .wimb-hero__checklist,
    .wimb-sidebar__list,
    .wimb-step-grid,
    .wimb-tip-stack {
        grid-template-columns: 1fr;
    }

    .wimb-hero__checklist {
        margin-top: 0;
    }

    .wimb-hero__checklist li {
        min-height: 0;
        padding: 0.65rem 0.75rem;
    }

    .wimb-hero__actions {
        display: grid;
        gap: 0.75rem;
        margin-top: 1.35rem;
    }

    .wimb-button,
    .wimb-cta-panel__button {
        min-height: 3rem;
        width: 100%;
    }

    .wimb-main-layout {
        padding-top: 2rem;
    }

    .wimb-sidebar {
        margin-top: 0.75rem;
    }

    .wimb-section {
        padding: 1.35rem;
    }

    .wimb-section__title {
        font-size: 1.65rem;
    }

    .wimb-section p,
    .wimb-section li {
        font-size: 0.98rem;
    }

    .wimb-subheading,
    .wimb-step-title {
        font-size: 1.2rem;
    }

    .wimb-step-grid--reverse .wimb-step-media,
    .wimb-step-grid--reverse .wimb-step-copy {
        order: initial;
    }

    .wimb-cta-panel {
        padding: 1.75rem 1.25rem;
    }
}

@media (max-width: 420px) {
    .wimb-shell {
        padding: 0 0.8rem;
    }

    .wimb-hero__content {
        padding: 2.15rem 0 2.35rem;
    }

    .wimb-hero__simple,
    .wimb-section,
    .wimb-sidebar,
    .wimb-cta-panel {
        border-radius: 8px;
    }

    .wimb-hero__simple,
    .wimb-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
