.wtmg-info-site-shell {
    background: #f7fbff;
    color: #162033;
    overflow-x: hidden;
}

.wtmg-info-page {
    background: #f7fbff;
}

.wtmg-info-hero {
    padding: 58px 0 36px;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    border-bottom: 1px solid rgba(226, 235, 245, 0.95);
}

.wtmg-info-hero h1 {
    max-width: 860px;
    margin: 0 0 16px;
    color: var(--hpv2-ink);
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.wtmg-info-lead {
    max-width: 760px;
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 18px;
    line-height: 1.65;
}

.wtmg-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.wtmg-info-section {
    padding: 54px 0;
}

.wtmg-info-soft {
    background: #ffffff;
    border-top: 1px solid rgba(226, 235, 245, 0.9);
    border-bottom: 1px solid rgba(226, 235, 245, 0.9);
}

.wtmg-info-section-head {
    max-width: 760px;
    margin-bottom: 24px;
}

.wtmg-info-section-head h2,
.wtmg-info-highlight h2,
.wtmg-info-final h2 {
    margin: 0 0 12px;
    color: var(--hpv2-ink);
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.wtmg-info-section-head p,
.wtmg-info-prose p,
.wtmg-info-highlight p,
.wtmg-info-final p {
    margin: 0 0 14px;
    color: var(--hpv2-muted);
    font-size: 16px;
    line-height: 1.7;
}

.wtmg-info-copy-grid,
.wtmg-info-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: start;
}

.wtmg-info-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtmg-info-card-grid,
.wtmg-info-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wtmg-info-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtmg-info-card,
.wtmg-info-two-col article,
.wtmg-info-faq-item {
    border: 1px solid rgba(226, 235, 245, 0.98);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 35, 68, 0.06);
}

.wtmg-info-card {
    min-height: 168px;
    padding: 24px;
}

.wtmg-info-card h3 {
    margin: 0 0 10px;
    color: var(--hpv2-ink);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.wtmg-info-card p {
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 15px;
    line-height: 1.65;
}

.wtmg-info-card a,
.wtmg-info-inline-link a,
.wtmg-info-prose a {
    display: inline-flex;
    margin-top: 14px;
    color: #0b63ce;
    font-weight: 800;
    text-decoration: none;
}

.wtmg-info-card a:hover,
.wtmg-info-inline-link a:hover,
.wtmg-info-prose a:hover,
.wtmg-info-link-grid a:hover {
    text-decoration: underline;
}

.wtmg-info-two-col article {
    padding: 26px;
}

.wtmg-info-steps {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: wtmg-info-step;
}

.wtmg-info-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.wtmg-info-steps span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0b63ce;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.wtmg-info-steps strong {
    color: var(--hpv2-ink);
    font-size: 16px;
    line-height: 1.4;
}

.wtmg-info-steps p {
    grid-column: 2;
    margin: -6px 0 0;
    color: var(--hpv2-muted);
    font-size: 14px;
}

.wtmg-info-highlight {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid rgba(183, 213, 255, 0.95);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 35, 68, 0.07);
}

.wtmg-info-highlight-section .wtmg-info-highlight {
    border-color: rgba(23, 115, 79, 0.24);
    background: #f8fffb;
}

.wtmg-info-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wtmg-info-link-grid a {
    display: flex;
    min-height: 50px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(226, 235, 245, 0.98);
    border-radius: 8px;
    background: #ffffff;
    color: #0b63ce;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.wtmg-info-final {
    padding: 48px 0 58px;
    background: #0f2d52;
    color: #ffffff;
}

.wtmg-info-final h2,
.wtmg-info-final p {
    color: #ffffff;
}

.wtmg-info-final .hpv2-button-secondary {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.wtmg-info-search {
    display: grid;
    gap: 8px;
    max-width: 560px;
    margin-bottom: 28px;
    color: var(--hpv2-ink);
    font-size: 13px;
    font-weight: 800;
}

.wtmg-info-search input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--wtmg-account-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--wtmg-account-text);
    font-size: 15px;
    font-weight: 600;
}

.wtmg-info-help-list {
    display: grid;
    gap: 28px;
}

.wtmg-info-faq-category h2 {
    margin: 0 0 14px;
    color: var(--hpv2-ink);
    font-size: 26px;
    line-height: 1.2;
}

.wtmg-info-faq-category {
    display: grid;
    gap: 10px;
}

.wtmg-info-faq-item {
    overflow: hidden;
}

.wtmg-info-faq-item h3 {
    margin: 0;
}

.wtmg-info-faq-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 0;
    background: #ffffff;
    color: var(--hpv2-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.wtmg-info-faq-toggle::after {
    content: "+";
    flex: 0 0 auto;
    color: #0b63ce;
    font-size: 22px;
    line-height: 1;
}

.wtmg-info-faq-toggle[aria-expanded="true"]::after {
    content: "-";
}

.wtmg-info-faq-panel {
    padding: 0 20px 20px;
}

.wtmg-info-js .wtmg-info-faq-panel {
    display: none;
}

.wtmg-info-js .wtmg-info-faq-item.is-open .wtmg-info-faq-panel {
    display: block;
}

.wtmg-info-faq-panel p {
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 15px;
    line-height: 1.7;
}

.wtmg-info-faq-item.is-hidden,
.wtmg-info-faq-category.is-hidden {
    display: none;
}

@media (max-width: 980px) {
    .wtmg-info-hero h1 {
        font-size: 42px;
    }

    .wtmg-info-copy-grid,
    .wtmg-info-two-col {
        grid-template-columns: 1fr;
    }

    .wtmg-info-card-grid,
    .wtmg-info-plan-grid,
    .wtmg-info-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .wtmg-info-hero {
        padding: 42px 0 28px;
    }

    .wtmg-info-hero h1 {
        font-size: 34px;
    }

    .wtmg-info-lead {
        font-size: 16px;
    }

    .wtmg-info-section {
        padding: 38px 0;
    }

    .wtmg-info-section-head h2,
    .wtmg-info-highlight h2,
    .wtmg-info-final h2 {
        font-size: 26px;
    }

    .wtmg-info-card-grid,
    .wtmg-info-plan-grid,
    .wtmg-info-card-grid-two,
    .wtmg-info-link-grid {
        grid-template-columns: 1fr;
    }

    .wtmg-info-card,
    .wtmg-info-two-col article,
    .wtmg-info-highlight {
        padding: 20px;
    }

    .wtmg-info-highlight {
        display: grid;
    }

    .wtmg-info-actions .hpv2-button {
        width: 100%;
        justify-content: center;
    }
}
