.wm-home-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.wm-home-branding {
    display: grid;
    gap: 24px;
}
.wm-home-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.wm-home-brand-panel {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
}
.wm-home-brand-panel h3 {
    margin: 0 0 14px;
    color: var(--wm-primary-dark);
    font-size: 18px;
}
.wm-home-brand-wall {
    overflow: hidden;
}
.wm-home-brand-wall .gd_class_block {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.wm-home-brand-wall .gd_class_block > div {
    float: none !important;
    width: calc(50% - 5px) !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 16px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: rgba(255, 255, 255, 0.96);
}
.wm-home-brand-wall a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wm-home-brand-wall img {
    max-width: 100%;
    height: auto;
}
.wm-home-brand-wall table,
.wm-home-brand-wall tbody,
.wm-home-brand-wall tr,
.wm-home-brand-wall td {
    width: 100%;
    max-width: 100%;
}
.wm-home-brand-wall--partners {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    background: linear-gradient(180deg, rgba(240, 253, 250, 0.96), rgba(255, 255, 255, 0.98));
}
.wm-home-brand-wall--partners .gd_class_block > div {
    width: calc(25% - 8px) !important;
    border-color: rgba(15, 118, 110, 0.12);
}
.wm-home-news { display: grid; gap: 16px; align-content: start; }
.wm-home-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.wm-home-tabs h3, .wm-home-news h3 { margin-bottom: 0; }
.wm-home-panels > .wm-card,
.wm-home-tabs > .wm-card {
    position: relative;
    overflow: hidden;
}
.wm-home-tabs > .wm-grid {
    display: grid;
    gap: 20px;
    align-content: start;
}
.wm-home-panels > .wm-grid {
    display: grid;
    gap: 20px;
    align-content: start;
}
.wm-home-side-intro {
    margin: 10px 0 16px;
    color: var(--wm-muted);
    line-height: 1.75;
}
.wm-home-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.wm-home-shortcut {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--wm-border);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    color: inherit;
}
.wm-home-shortcut strong {
    color: var(--wm-accent);
    font-size: 15px;
}
.wm-home-shortcut span {
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.7;
}
.wm-home-shortcut--primary {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(96, 165, 250, 0.2));
    border-color: rgba(96, 165, 250, 0.4);
}
.wm-home-shortcuts a:nth-child(2) {
    background: linear-gradient(180deg, rgba(253, 230, 138, 0.88), rgba(255, 251, 235, 0.98));
    border-color: rgba(180, 83, 9, 0.26);
    box-shadow: inset 0 4px 0 rgba(180, 83, 9, 0.32), 0 12px 24px rgba(180, 83, 9, 0.08);
}
.wm-home-shortcuts a:nth-child(2) strong {
    color: var(--wm-accent-amber);
}
.wm-home-shortcuts a:nth-child(4) {
    background: linear-gradient(180deg, rgba(153, 246, 228, 0.88), rgba(240, 253, 250, 0.98));
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: inset 0 4px 0 rgba(15, 118, 110, 0.32), 0 12px 24px rgba(15, 118, 110, 0.08);
}
.wm-home-shortcuts a:nth-child(4) strong {
    color: var(--wm-accent-teal);
}
.wm-home-quick-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.wm-home-quick-stat {
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #eff6ff, #ffffff);
    border: 1px solid var(--wm-border);
}
.wm-home-quick-stat:first-child {
    background: linear-gradient(180deg, rgba(253, 230, 138, 0.78), rgba(255, 251, 235, 0.98));
    border-color: rgba(180, 83, 9, 0.22);
    box-shadow: inset 0 4px 0 rgba(180, 83, 9, 0.30);
}
.wm-home-quick-stat:last-child {
    background: linear-gradient(180deg, rgba(153, 246, 228, 0.74), rgba(240, 253, 250, 0.98));
    border-color: rgba(15, 118, 110, 0.22);
    box-shadow: inset 0 4px 0 rgba(15, 118, 110, 0.30);
}
.wm-home-quick-stat span {
    display: block;
    color: var(--wm-muted);
    font-size: 13px;
    margin-bottom: 8px;
}
.wm-home-quick-stat strong {
    color: var(--wm-primary-dark);
    font-size: 22px;
    line-height: 1;
}
.wm-home-quick-stat:first-child strong {
    color: var(--wm-accent-amber);
}
.wm-home-quick-stat:last-child strong {
    color: var(--wm-accent-teal);
}
.wm-home-service-list {
    display: grid;
    gap: 10px;
}
.wm-home-service-item {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid var(--wm-border);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    color: inherit;
}
.wm-home-service-item strong {
    color: var(--wm-accent);
    font-size: 15px;
    line-height: 1.4;
}
.wm-home-service-item span {
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.65;
}
.wm-home-service-item:nth-child(1),
.wm-home-service-item:nth-child(2) {
    border-color: rgba(15, 118, 110, 0.18);
    box-shadow: inset 4px 0 0 rgba(15, 118, 110, 0.30);
}
.wm-home-service-item:nth-child(1) strong,
.wm-home-service-item:nth-child(2) strong {
    color: var(--wm-accent-teal);
}
.wm-home-service-item:nth-child(3),
.wm-home-service-item:nth-child(4) {
    border-color: rgba(180, 83, 9, 0.18);
    box-shadow: inset 4px 0 0 rgba(180, 83, 9, 0.30);
}
.wm-home-service-item:nth-child(3) strong,
.wm-home-service-item:nth-child(4) strong {
    color: var(--wm-accent-amber);
}
.wm-home-guide-list {
    display: grid;
    gap: 10px;
}
.wm-home-guide-item {
    display: grid;
    gap: 4px;
    padding: 14px 16px 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
    box-shadow: inset 4px 0 0 rgba(37, 99, 235, 0.28);
    color: inherit;
}
.wm-home-guide-item strong {
    color: var(--wm-primary-dark);
    font-size: 15px;
    line-height: 1.4;
}
.wm-home-guide-item span {
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.65;
}
.wm-home-guide-item:nth-child(2) {
    border-color: rgba(15, 118, 110, 0.16);
    box-shadow: inset 4px 0 0 rgba(15, 118, 110, 0.28);
}
.wm-home-guide-item:nth-child(2) strong {
    color: var(--wm-accent-teal);
}
.wm-home-guide-item:nth-child(3),
.wm-home-guide-item:nth-child(4) {
    border-color: rgba(180, 83, 9, 0.16);
    box-shadow: inset 4px 0 0 rgba(180, 83, 9, 0.26);
}
.wm-home-guide-item:nth-child(3) strong,
.wm-home-guide-item:nth-child(4) strong {
    color: var(--wm-accent-amber);
}
.wm-home-price-list {
    display: grid;
    gap: 10px;
}
.wm-home-price-item {
    display: grid;
    gap: 6px;
    padding: 14px 16px 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
    box-shadow: inset 4px 0 0 rgba(37, 99, 235, 0.28);
    color: inherit;
}
.wm-home-price-item strong {
    color: var(--wm-primary-dark);
    font-size: 15px;
    line-height: 1.5;
}
.wm-home-price-item span {
    color: var(--wm-muted);
    font-size: 13px;
}
.wm-home-price-item:nth-child(2) {
    border-color: rgba(180, 83, 9, 0.16);
    box-shadow: inset 4px 0 0 rgba(180, 83, 9, 0.26);
}
.wm-home-price-item:nth-child(2) strong {
    color: var(--wm-accent-amber);
}
.wm-home-panels > .wm-card:after,
.wm-home-tabs > .wm-card:after,
.wm-auth-shell:after {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(191,219,254,.75) 0%, rgba(191,219,254,0) 70%);
    pointer-events: none;
}
.wm-auth-shell {
    position: relative;
    overflow: hidden;
}
.wm-auth-shell .wm-grid {
    position: relative;
    z-index: 1;
}
@media (max-width: 1024px) {
    .wm-home-panels, .wm-home-tabs, .wm-home-shortcuts, .wm-home-brand-grid { grid-template-columns: 1fr; }
    .wm-home-brand-wall--partners .gd_class_block > div {
        width: calc(33.333% - 7px) !important;
    }
}
@media (max-width: 768px) {
    .wm-home-brand-wall .gd_class_block > div,
    .wm-home-brand-wall--partners .gd_class_block > div {
        width: calc(50% - 5px) !important;
    }
}
