:root {
    --big-bg: #f7f4ee;
    --big-card: #ffffff;
    --big-ink: #24313d;
    --big-muted: #66737b;
    --big-line: #e7e2d9;
    --big-red: #bd3d31;
    --big-red-dark: #963027;
    --big-green: #2d7a59;
    --big-blue: #2d669d;
    --big-gold: #a85e13;
    --big-shadow: 0 8px 24px rgba(60, 43, 23, .08);
    --big-safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { font-size: 18px; }
body { margin: 0; padding: 0 0 calc(92px + var(--big-safe-bottom)); background: var(--big-bg); color: var(--big-ink); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.big-header { padding: 22px 22px 28px; color: #fff; background: linear-gradient(135deg, #8d2f28 0%, #c64d39 58%, #d8774c 100%); border-radius: 0 0 28px 28px; box-shadow: 0 8px 22px rgba(130, 45, 35, .2); }
.header-row, .welcome-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 760px; margin: 0 auto; }
.header-row { margin-bottom: 34px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--big-red); background: #fff7ee; font-size: 27px; }
.brand-name { font-size: 25px; line-height: 1.1; font-weight: 800; letter-spacing: 2px; }
.brand-subtitle { margin-top: 5px; color: #ffe8db; font-size: 16px; }
.normal-link { display: flex; align-items: center; gap: 8px; padding: 11px 14px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; font-size: 16px; white-space: nowrap; }
.welcome-row { align-items: flex-end; }
.location { font-size: 17px; color: #ffe8dc; }
.location i { margin-right: 4px; }
.location span { padding: 0 6px; opacity: .75; }
h1 { margin: 10px 0 0; font-size: clamp(27px, 7vw, 37px); line-height: 1.25; letter-spacing: 1px; }
.emergency-button { display: flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 12px 14px; color: #8c201c; background: #fff7e8; border-radius: 14px; box-shadow: 0 5px 14px rgba(80, 25, 18, .16); }
.emergency-button i { font-size: 23px; }
.emergency-button span { font-size: 15px; font-weight: 700; }
.emergency-button strong { font-size: 22px; }
.search-bar { display: flex; align-items: center; max-width: 760px; height: 60px; margin: 26px auto 0; padding: 6px 7px 6px 18px; color: var(--big-muted); background: #fff; border-radius: 16px; box-shadow: 0 7px 18px rgba(75, 29, 20, .16); }
.search-bar > i { font-size: 23px; color: var(--big-red); }
.search-bar input { min-width: 0; flex: 1; height: 100%; padding: 0 13px; color: var(--big-ink); border: 0; outline: 0; background: transparent; font-size: 18px; }
.search-bar input::placeholder { color: #89939a; }
.search-bar button { height: 48px; padding: 0 21px; color: #fff; border: 0; border-radius: 12px; background: var(--big-red); font-size: 18px; font-weight: 700; }

.big-main { width: min(100% - 32px, 760px); margin: 0 auto; }
.section-block { margin-top: 26px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.eyebrow { display: block; margin-bottom: 5px; color: var(--big-red); font-size: 16px; font-weight: 700; }
h2 { margin: 0; font-size: 25px; line-height: 1.25; }
.section-note { padding-bottom: 3px; color: var(--big-muted); font-size: 15px; white-space: nowrap; }
.view-all { display: flex; align-items: center; gap: 7px; padding-bottom: 3px; color: var(--big-red-dark); font-size: 17px; font-weight: 700; white-space: nowrap; }
.view-all i { font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.service-card { position: relative; display: flex; min-height: 135px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 17px; overflow: hidden; border: 1px solid var(--big-line); border-radius: 18px; background: var(--big-card); box-shadow: var(--big-shadow); }
.service-card:active, .nearby-links a:active, .institution-card:active { transform: scale(.985); }
.service-icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 11px; border-radius: 17px; font-size: 28px; }
.service-label { font-size: 21px; font-weight: 800; }
.service-hint { margin-top: 4px; color: var(--big-muted); font-size: 16px; }
.card-arrow { position: absolute; right: 15px; top: 18px; color: #aab1b4; font-size: 16px; }
.tone-coral .service-icon { color: #a9342d; background: #ffebe7; }.tone-green .service-icon { color: #2c7357; background: #e6f4eb; }.tone-blue .service-icon { color: #2e6698; background: #e7f0fa; }.tone-orange .service-icon { color: #a96018; background: #fff0dc; }.tone-purple .service-icon { color: #68548e; background: #f0ebfb; }.tone-teal .service-icon { color: #24777a; background: #e3f5f3; }

.assessment-card { display: flex; align-items: center; gap: 13px; margin-top: 24px; padding: 18px; border: 2px solid #edc378; border-radius: 18px; color: #5c3715; background: linear-gradient(105deg, #fff3d8, #fffaf0); box-shadow: var(--big-shadow); }
.assessment-icon { display: grid; width: 55px; height: 55px; flex-shrink: 0; place-items: center; border-radius: 16px; color: #fff; background: #c77a20; font-size: 28px; }
.assessment-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 5px; }.assessment-copy strong { font-size: 21px; }.assessment-copy small { color: #8b6840; font-size: 15px; line-height: 1.4; }.primary-action { display: flex; align-items: center; gap: 6px; flex-shrink: 0; padding: 12px 14px; color: #fff; border-radius: 12px; background: #b86613; font-size: 16px; font-weight: 700; }

.nearby-links, .institution-list { display: grid; gap: 11px; }.nearby-links a, .institution-card { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 13px 15px; border: 1px solid var(--big-line); border-radius: 16px; background: var(--big-card); box-shadow: 0 5px 16px rgba(60, 43, 23, .055); }.nearby-icon { display: grid; width: 51px; height: 51px; flex-shrink: 0; place-items: center; border-radius: 15px; font-size: 25px; }.map-tone { color: #2b679d; background: #e8f2fc; }.policy-tone { color: #a45423; background: #fff0e2; }.learn-tone { color: #5c568f; background: #efedfb; }.nearby-links a > span:nth-child(2), .institution-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 3px; }.nearby-links strong, .institution-copy strong { font-size: 20px; }.nearby-links small, .institution-copy small { color: var(--big-muted); font-size: 16px; }.nearby-links > a > i, .institution-card > i { color: #9da5a8; font-size: 18px; }.institution-card img { width: 86px; height: 70px; flex-shrink: 0; object-fit: cover; border-radius: 12px; background: #eee; }.institution-copy em { margin-top: 2px; color: var(--big-red); font-size: 15px; font-style: normal; }

.big-tabbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 10; display: flex; justify-content: center; gap: 0; padding: 10px max(12px, calc((100vw - 760px) / 2)) calc(10px + var(--big-safe-bottom)); border-top: 1px solid var(--big-line); background: rgba(255,255,255,.97); box-shadow: 0 -4px 16px rgba(50,40,25,.08); }.big-tabbar a { display: flex; width: 20%; max-width: 145px; flex-direction: column; align-items: center; gap: 4px; padding: 3px 4px; color: #7a8589; font-size: 15px; font-weight: 600; }.big-tabbar a i { font-size: 26px; }.big-tabbar a.active { color: var(--big-red); }

@media (min-width: 620px) { .service-grid { grid-template-columns: repeat(3, 1fr); } .service-card { min-height: 150px; } }
@media (max-width: 430px) { .big-header { padding-right: 16px; padding-left: 16px; }.big-main { width: min(100% - 24px, 760px); }.normal-link { padding: 9px 10px; font-size: 14px; }.brand-name { font-size: 22px; }.brand-subtitle { font-size: 14px; }.header-row { margin-bottom: 28px; }.welcome-row { align-items: flex-start; flex-direction: column; gap: 14px; }.emergency-button { align-self: stretch; justify-content: center; }.search-bar { margin-top: 19px; }.section-note { display: none; }.assessment-card { align-items: flex-start; flex-wrap: wrap; }.primary-action { margin-left: 68px; }.primary-action { padding: 10px 13px; }.institution-card img { width: 76px; height: 64px; } }
