body.mobile-web-body {
    margin: 0;
    background: #eef3f8;
    font-family: 'Rawline', Arial, sans-serif;
    color: #1f2937;
}
.mobile-web-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: linear-gradient(180deg, #1351b4 0%, #0f4aa2 100%);
    color: #fff;
    padding: 14px 16px calc(14px + env(safe-area-inset-top));
    box-shadow: 0 4px 18px rgba(4, 32, 77, 0.18);
}
.mobile-web-header__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}
.mobile-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.mobile-brand-eyebrow {
    font-size: 12px;
    opacity: .85;
}
.mobile-web-header h1 {
    margin: 0;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
.mobile-web-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 16px 92px;
}
.mw-hero {
    margin-bottom: 18px;
}
.mw-hero--left h2,
.mw-hero--left p { text-align: left; }
.mw-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #dbe8fb;
    color: #0f4aa2;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mw-hero h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    font-family: 'Raleway', sans-serif;
}
.mw-hero p {
    margin: 0;
    color: #475569;
    font-size: 15px;
}
.mw-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mw-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 116px;
    padding: 16px;
    border-radius: 20px;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    color: #111827;
    overflow: hidden;
}
.mw-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--mw-accent, #1351b4);
}
.mw-card.red { --mw-accent:#d62828; }
.mw-card.yellow { --mw-accent:#e4a500; }
.mw-card.gray { --mw-accent:#6b7280; }
.mw-card.green { --mw-accent:#2e7d32; }
.mw-card.blue { --mw-accent:#1565c0; }
.mw-card.purple { --mw-accent:#6f42c1; }
.mw-card__icon {
    font-size: 28px;
    margin-bottom: 8px;
}
.mw-card strong {
    font-size: 16px;
    line-height: 1.1;
}
.mw-card small {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}
.mw-action,
.mw-submit,
.mw-secondary {
    appearance: none;
    border: 0;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    font-family: inherit;
    cursor: pointer;
}
.mw-action,
.mw-submit {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 15px 18px;
    background: #1351b4;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 18px rgba(19, 81, 180, 0.24);
}
.mw-form {
    background: #fff;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.mw-form--compact { margin-top: 14px; }
.mw-field { margin-bottom: 14px; }
.mw-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}
.mw-field input,
.mw-field textarea,
.mw-field select {
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 15px;
    font-family: inherit;
    background: #fbfcfe;
}
.mw-help {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
}
.mw-map-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 6px 0 12px;
}
.mw-secondary {
    padding: 12px 10px;
    background: #eff5ff;
    color: #0f4aa2;
}
.mw-map {
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dbe4ef;
    margin-bottom: 14px;
}
.mw-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.mw-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin: 8px 0 14px;
}
.mw-category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mw-category-option {
    display: block;
}
.mw-category-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.mw-category-option__label {
    display: block;
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid #d9e1ed;
    background: #fbfcfe;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.mw-category-option input:checked + .mw-category-option__label {
    border-color: #1351b4;
    background: #eaf1fe;
    color: #0f4aa2;
}
.mw-submit-feedback {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eaf7ea;
    color: #246b2e;
    font-weight: 700;
    text-align: center;
}
.hidden { display: none !important; }
.mw-result-card {
    margin-top: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.mw-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
}
.mw-result-row:last-child { border-bottom: 0; }
.mw-result-row--stack {
    display: block;
}
.mw-result-row--stack span {
    display: block;
    margin-top: 6px;
    color: #475569;
}
.mw-status-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: #0f4aa2;
    font-weight: 700;
}
.mobile-web-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-top: 1px solid #d9e1ed;
}
.mobile-web-nav a {
    flex: 1;
    text-decoration: none;
    text-align: center;
    color: #64748b;
    font-weight: 700;
    font-size: 12px;
}
.mobile-web-nav a span {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}
.mobile-web-nav a.active { color: #1351b4; }
.tap-animate {
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}
.tap-animate:active {
    transform: scale(.98);
}
@media (min-width: 860px) {
    .mobile-web-main { padding-left: 24px; padding-right: 24px; }
    .mw-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mobile-web-nav { max-width: 720px; margin: 0 auto; left: 50%; right: auto; transform: translateX(-50%); border-radius: 18px 18px 0 0; }
}
@media (max-width: 520px) {
    .mw-hero h2 { font-size: 24px; }
    .mw-grid-2,
    .mw-map-actions,
    .mw-category-grid,
    .mw-grid { grid-template-columns: 1fr; }
}
