/* 南川出租汽车乘客暖心服务平台 · 色卡 + 社区 H5 布局 */
:root {
  --ink-green: #073D2B;
  --deep-teal: #062C33;
  --nc-green: #1FA35B;
  --nc-green-deep: #15914F;
  --gold: #C9A45C;
  --cream: #F5F1E8;
  --mint-bg: #EEF1EF;
  --danger: #B3261E;
  --text: #232A27;
  --muted: #69706C;
  --white: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 16px 38px rgba(7, 61, 43, 0.12);
  --shadow-sm: 0 8px 22px rgba(7, 61, 43, 0.08);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --tab-h: 64px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body {
  margin: 0; padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, .65), rgba(238, 241, 239, 0) 260px),
    var(--mint-bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  min-height: 100%;
}
body { padding-bottom: calc(var(--tab-h) + var(--safe-bottom) + 8px); }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--nc-green); text-decoration: none; }
img { max-width: 100%; display: block; }

.app-shell {
  max-width: 480px; margin: 0 auto; min-height: 100vh; position: relative;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, .54) 0, rgba(238, 241, 239, 0) 240px),
    var(--mint-bg);
}

/* Hero */
.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7,61,43,.94) 0%, rgba(7,61,43,.78) 42%, rgba(7,61,43,.25) 78%, rgba(7,61,43,.12) 100%),
    url("../img/hero-jinfo-taxi.png") center center / cover no-repeat,
    linear-gradient(154deg, var(--ink-green) 0%, var(--deep-teal) 45%, var(--nc-green-deep) 100%);
  color: #fff;
  padding: 18px 20px 90px;
  min-height: 318px;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
  overflow: hidden;
}

.hero-top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.hero-loc { display: flex; align-items: center; gap: 6px; font-size: 13px; opacity: .92; }
.hero-loc svg { width: 16px; height: 16px; }
.hero-main { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: center; position: relative; z-index: 1; }
.hero-title { position: relative; z-index: 1; margin-top: 22px; min-width: 0; }
.hero-kicker {
  display: inline-flex; margin-bottom: 8px; padding: 3px 9px;
  border-radius: 999px; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18); font-size: 11px; color: rgba(255,255,255,.88);
}
.hero-title h1 { margin: 0; font-size: 28px; font-weight: 800; letter-spacing: 0; line-height: 1.08; }
.hero-title p { margin: 9px 0 0; font-size: 13px; opacity: .9; max-width: 220px; text-wrap: pretty; }
.hero-stats {
  position: absolute; left: 16px; right: 16px; bottom: 18px; z-index: 2;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.hero-stats.hero-stats-simple {
  left: 20px;
  right: auto;
  bottom: 68px;
  display: flex;
  grid-template-columns: none;
  gap: 7px;
}
.hero-stats div {
  padding: 8px 6px; border-radius: 14px; text-align: center;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}
.hero-stats strong { display: block; font-size: 16px; line-height: 1; color: #fff; }
.hero-stats span { display: block; margin-top: 4px; font-size: 10px; color: rgba(255,255,255,.78); white-space: nowrap; }
.hero-stats-simple span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* Floating notice card */
.notice-card {
  margin: -44px 16px 0;
  background: var(--white);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 14px 16px 14px 82px;
  position: relative; z-index: 2;
}
.notice-card.notice-card-bottom {
  margin: 0;
}
.section-notice-bottom {
  padding-bottom: calc(var(--tab-h) + var(--safe-bottom) + 28px);
}
.notice-card::before {
  content: "服务\a公告";
  white-space: pre;
  position: absolute; left: 18px; top: 18px;
  font-size: 21px; line-height: 1.12; font-weight: 800;
  color: var(--nc-green);
}
.notice-row { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; }
.notice-row + .notice-row { border-top: 1px solid #f0f2f1; }
.notice-body { flex: 1; min-width: 0; }
.notice-body .t { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.section { padding: 18px 16px 0; }

/* Feature cards 2x2 */
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feat-card {
  border: 0; text-align: left; cursor: pointer;
  border-radius: 16px; padding: 18px 16px;
  min-height: 108px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.feat-card h3 { margin: 0; font-size: 15px; font-weight: 700; }
.feat-card p { margin: 6px 0 0; font-size: 11px; opacity: .75; }
.feat-card.g1 { background: linear-gradient(145deg, #e8f7ee, #f7fcf9); color: var(--ink-green); }
.feat-card.g2 { background: linear-gradient(145deg, #e7f4ef, #f6fbfe); color: #1b5d50; }
.feat-card.g3 { background: linear-gradient(145deg, #fbf3e4, #fffaf2); color: #6a4e1d; }
.feat-card.g4 { background: linear-gradient(145deg, #f6ece9, #fcf7f6); color: #6b2a26; }

.home-fleets-section {
  padding-top: 24px;
}

.home-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-section-title strong {
  color: var(--ink-green);
  font-size: 18px;
  font-weight: 900;
}

.home-section-title span {
  color: var(--muted);
  font-size: 12px;
}

.fleet-companies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fleet-company-card {
  min-width: 0;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(7,61,43,.07);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-sm);
}

.fleet-company-card strong {
  display: block;
  color: var(--ink-green);
  font-size: 15px;
  font-weight: 900;
}

.fleet-company-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

/* Good deeds */
.good-list { display: grid; gap: 12px; }
.good-card {
  display: flex; gap: 12px; align-items: stretch; background: var(--white); border-radius: 18px;
  padding: 14px 16px; box-shadow: var(--shadow-sm); cursor: pointer; border: 0; width: 100%; text-align: left;
}
.good-cover {
  width: 92px; min-height: 82px; flex: 0 0 92px; object-fit: cover; border-radius: 13px; background: #eef4f1;
}
.good-main { flex: 1; min-width: 0; }
.good-card .tag {
  display: inline-block; font-size: 10px; font-weight: 700; color: var(--ink-green);
  background: rgba(201,164,92,.25); padding: 2px 8px; border-radius: 999px; margin-bottom: 8px;
}
.good-card h3 { margin: 0; font-size: 15px; font-weight: 700; color: var(--text); }
.good-card p { margin: 6px 0 0; font-size: 12px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.good-meta { margin-top: 10px; display: flex; gap: 12px; font-size: 11px; color: var(--muted); }

/* Bottom tabs */
.tabbar {
  position: fixed; left: 50%; transform: translateX(-50%);
  bottom: 0; width: 100%; max-width: 480px;
  height: calc(var(--tab-h) + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(7,61,43,.06);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  box-shadow: 0 -10px 28px rgba(7, 61, 43, .08);
  display: grid; grid-template-columns: repeat(4, 1fr);
  z-index: 50;
}
.tab-btn {
  border: 0; background: none; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 3px; color: var(--muted); font-size: 11px; cursor: pointer;
}
.tab-btn.active { color: var(--nc-green); font-weight: 600; }

/* Page chrome */
.page { display: none; animation: fade .22s ease; }
.page.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(6px);} to { opacity: 1; transform: none;} }

.sub-head {
  position: sticky; top: 0; z-index: 20;
  background:
    radial-gradient(circle at 86% 20%, rgba(201,164,92,.24), transparent 28%),
    linear-gradient(180deg, var(--ink-green), var(--nc-green-deep));
  color: #fff; padding: 14px 16px; display: flex; align-items: center; gap: 10px;
}
.sub-head .back {
  width: 34px; height: 34px; border: 0; border-radius: 10px;
  background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; cursor: pointer;
}
.sub-head h1 { margin: 0; font-size: 17px; font-weight: 700; flex: 1; margin-top: -1.5rem;}

.panel {
  margin: 16px; background: var(--white); border-radius: 22px;
  padding: 18px 16px; box-shadow: var(--shadow-sm);
}
.panel.cream { background: var(--cream); }

.form-group { margin-bottom: 14px; }
.form-group label {
  display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 8px;
}
.form-group label .req { color: var(--danger); margin-left: 2px; }
.form-group .hint { font-size: 11px; color: var(--muted); font-weight: 400; margin-left: 6px; }

.input, .textarea {
  width: 100%; border: 1px solid #e3e8e5; background: #fafbfa;
  border-radius: 14px; padding: 12px 14px; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.input:focus, .textarea:focus {
  border-color: var(--nc-green); box-shadow: 0 0 0 3px rgba(31,163,91,.12); background: #fff;
}
.textarea { min-height: 110px; resize: vertical; }
.type-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.type-tab {
  border: 1px solid #e3e8e5; background: #fff; border-radius: 12px;
  padding: 10px 6px; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--muted);
}
.type-tab.active {
  border-color: var(--nc-green); color: var(--nc-green);
  background: rgba(31,163,91,.08);
}
.type-tab.active.danger { border-color: var(--danger); color: var(--danger); background: rgba(179,38,30,.06); }
.type-tab.active.gold { border-color: var(--gold); color: #8a6a2a; background: rgba(201,164,92,.12); }

.select-input { appearance: auto; min-height: 44px; color: var(--text); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; border-radius: 14px; padding: 13px 18px; font-weight: 700; font-size: 15px; cursor: pointer;
}
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(135deg, var(--nc-green), var(--nc-green-deep));
  color: #fff; box-shadow: 0 8px 18px rgba(31,163,91,.28);
}
.btn-primary:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.btn-ghost { background: var(--mint-bg); color: var(--ink-green); }

.upload-row { display: flex; gap: 10px; flex-wrap: wrap; }
.upload-tip {
  margin: -2px 0 9px;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.4;
}
.upload-box, .upload-preview {
  width: 76px; height: 76px; border-radius: 12px; overflow: hidden;
  border: 1px dashed #c9d2cd;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.9), rgba(255,255,255,0) 36%),
    linear-gradient(145deg, #ffffff, #eef1ef);
  display: grid; place-items: center; color: var(--muted); font-size: 11px; cursor: pointer; position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 8px 16px rgba(7,61,43,.06);
}
.upload-preview img { width: 100%; height: 100%; object-fit: cover; }
.upload-preview .rm {
  position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff; font-size: 12px; line-height: 18px; cursor: pointer;
}

.success-box { text-align: center; padding: 28px 10px; }
.success-ico {
  width: 72px; height: 72px; margin: 0 auto 14px; border-radius: 24px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.96), rgba(255,255,255,.38) 22%, transparent 46%),
    linear-gradient(150deg, #8fe4bb, var(--nc-green));
  color: #fff; display: grid; place-items: center; position: relative; overflow: hidden;
  box-shadow:
    0 18px 28px rgba(31,163,91,.24),
    inset 0 1px 1px rgba(255,255,255,.82),
    inset -10px -12px 20px rgba(7,61,43,.16);
}
.success-ico::before {
  content: "";
  position: absolute; left: 15px; right: 13px; top: 18px; height: 32px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(224,248,235,.48));
  box-shadow: 0 10px 18px rgba(7,61,43,.12);
}
.success-ico::after {
  content: "";
  position: absolute; right: 8px; bottom: 10px; width: 20px; height: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,.2), var(--gold));
}
.success-ico svg { position: relative; z-index: 1; filter: drop-shadow(0 3px 5px rgba(7,61,43,.18)); }
.success-box h2 { margin: 0; font-size: 20px; }
.success-box p { color: var(--muted); font-size: 13px; margin: 8px 0 0; text-wrap: pretty; }
.code-card {
  margin: 18px 0; padding: 14px; border-radius: 14px; background: var(--cream); text-align: left;
}
.code-card .k { font-size: 12px; color: var(--muted); }
.code-card .v { font-size: 20px; font-weight: 800; letter-spacing: .06em; color: var(--ink-green); margin-top: 4px; font-variant-numeric: tabular-nums; }

.ticket-card {
  background: var(--white); border-radius: 18px; padding: 14px; margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
}
.ticket-card .row { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.badge {
  font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px;
  background: rgba(31,163,91,.12); color: var(--nc-green);
}
.badge.pending { background: rgba(201,164,92,.18); color: #8a6a2a; }
.badge.processing { background: rgba(42,120,180,.12); color: #1a5f8a; }
.badge.done { background: rgba(124,58,237,.12); color: #6d28d9; }
.badge.closed { background: rgba(31,163,91,.12); color: var(--nc-green-deep); }

.guide-item { padding: 14px 0; border-bottom: 1px solid #eef1ef; }
.guide-item:last-child { border-bottom: 0; }
.guide-item h3 { margin: 0 0 6px; font-size: 15px; color: var(--ink-green); }
.guide-item p { margin: 0; font-size: 13px; color: var(--muted); text-wrap: pretty; }

.toast {
  position: fixed; left: 50%; bottom: calc(var(--tab-h) + 24px); transform: translateX(-50%) translateY(20px);
  background: rgba(7,61,43,.92); color: #fff; padding: 10px 16px; border-radius: 999px;
  font-size: 13px; opacity: 0; pointer-events: none; transition: .25s; z-index: 100; max-width: 86%;
  text-align: center;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.empty { text-align: center; color: var(--muted); padding: 40px 20px; font-size: 13px; }
.loading { text-align: center; color: var(--muted); padding: 24px; font-size: 13px; }

.sms-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.sms-row .btn { padding: 0 14px; font-size: 13px; white-space: nowrap; }

.detail-content { font-size: 14px; color: var(--text); line-height: 1.7; text-wrap: pretty; white-space: pre-wrap; }
.rich-content {
  white-space: normal;
}
.rich-content p {
  margin: 0 0 10px;
}
.rich-content img {
  width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: 12px;
}
.rich-content ul,
.rich-content ol {
  margin: 10px 0;
  padding-left: 24px;
}
.rich-content blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--nc-green);
  background: rgba(31,163,91,.08);
}
.rich-media {
  margin: 14px 0;
}
.rich-media img,
.rich-media video {
  width: 100%;
  max-height: 320px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  background: #eef3f0;
}
.meta-line { font-size: 12px; color: var(--muted); margin-top: 10px; }

@media (max-width: 374px) {
  .hero-main { grid-template-columns: 1fr; }
  .hero-title h1 { font-size: 25px; }
  .notice-card { padding-left: 72px; }
  .notice-card::before { left: 16px; font-size: 18px; }
  .feat-card { padding: 15px 13px; }
}

/* 18082 reference style: real DOM, icon/illustration assets only */
body {
  background: #e8eeeb;
}

.app-shell {
  max-width: 430px;
  background:
    radial-gradient(circle at 50% 4%, rgba(255,255,255,.92), transparent 220px),
    #eef3f0;
  overflow: hidden;
}

.phone-status {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.status-icons {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: .95;
}

.hero-brand {
  position: relative;
  z-index: 2;
  margin: 8px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 3px 10px rgba(0,0,0,.34);
}

.hero {
  min-height: 365px;
  padding: 20px 22px 92px;
  border-bottom-left-radius: 42% 8%;
  border-bottom-right-radius: 42% 8%;
  background:
    linear-gradient(180deg, rgba(0,58,42,.96) 0%, rgba(0,70,50,.72) 42%, rgba(0,73,55,.78) 100%),
    url("../img/hero-jinfo-taxi.png") center center / cover no-repeat;
}

.hero::after {
  left: -18%;
  right: -18%;
  bottom: -74px;
  height: 125px;
  background: #f4f6f5;
}

.hero-top {
  justify-content: flex-start;
}

.hero-loc {
  font-size: 17px;
  font-weight: 500;
  gap: 8px;
}

.hero-title {
  margin-top: 24px;
}

.hero-kicker {
  height: 34px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.55);
  background: linear-gradient(180deg, #ecc46f, #d4a95a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.55);
}

.hero-title h1 {
  margin-top: 18px;
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
  text-shadow: 0 4px 14px rgba(0,0,0,.32);
}

.hero-title p {
  max-width: none;
  font-size: 16px;
  margin-top: 12px;
}

.hero-stats.hero-stats-simple {
  left: 22px;
  right: 22px;
  bottom: 54px;
  gap: 14px;
}

.hero-stats-simple span {
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.28);
  background: rgba(255,255,255,.08);
  padding: 0 6px;
}

.hero-stats-simple span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-right: 14px;
  vertical-align: middle;
  background: rgba(255,255,255,.55);
}

#page-home .section {
  padding-left: 20px;
  padding-right: 20px;
}

#page-home .section:first-of-type {
  padding-top: 28px;
}

.feat-grid {
  gap: 8px;
}

.feat-card {
  min-height: 120px;
  padding: 24px 18px 24px 24px;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(7,61,43,.08);
}

.feat-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  z-index: 0;
}

.feat-card > :not(.feat-ico-img) {
  position: relative;
  z-index: 1;
}

.feat-card h3,
.feat-card p {
  max-width: 92px;
}

.feat-card h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #13201c;
  font-weight: 900;
}

.feat-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #5f6965;
  opacity: 1;
}

.feat-card.g4::before { background: linear-gradient(135deg, #fff5f5, #f7e8e7); }
.feat-card.g3::before { background: linear-gradient(135deg, #eef8ff, #eaf4fb); }
.feat-card.g1::before { background: linear-gradient(135deg, #edf9f2, #e9f5ee); }
.feat-card.g2::before { background: linear-gradient(135deg, #fff7e9, #f8eddb); }

.section-notice-bottom {
  padding-top: 26px;
  padding-bottom: calc(var(--tab-h) + var(--safe-bottom) + 84px);
}

.notice-card {
  min-height: 112px;
  border-radius: 18px;
  padding: 22px 18px 18px 112px;
  box-shadow: 0 16px 34px rgba(7,61,43,.08);
}

.notice-card::before {
  left: 24px;
  top: 26px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: 0;
}

.notice-row {
  padding: 6px 0;
  align-items: center;
}

.notice-body .t {
  font-size: 14px;
  font-weight: 500;
}

.tabbar {
  height: calc(96px + var(--safe-bottom));
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 -14px 32px rgba(7,61,43,.08);
}

.tab-btn {
  gap: 6px;
  font-size: 14px;
}

.sub-head {
  position: relative;
  min-height: 116px;
  padding: 44px 18px 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.13), transparent 26%),
    linear-gradient(180deg, #063d2b 0%, #075138 100%);
}

.sub-head::after {
  content: "";
  position: absolute;
  left: -15%;
  right: -15%;
  bottom: -46px;
  height: 72px;
  border-radius: 50%;
  background: #eef3f0;
  z-index: -1;
}

.sub-head .back {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 28px;
}

.sub-head h1 {
  font-size: 25px;
  font-weight: 900;
}

.panel {
  position: relative;
  margin: -18px 18px 18px;
  padding: 24px 18px;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(7,61,43,.08);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 900;
}

.input,
.textarea {
  min-height: 56px;
  border-radius: 16px;
  padding: 15px 16px;
  background: rgba(255,255,255,.72);
  border-color: #dde5e1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 8px 18px rgba(7,61,43,.04);
  font-size: 16px;
}

.textarea {
  min-height: 128px;
}

.type-tab {
  min-height: 54px;
  border-radius: 16px;
  font-size: 17px;
}

.btn {
  min-height: 56px;
  border-radius: 16px;
  font-size: 18px;
}

.upload-box,
.upload-preview {
  width: 78px;
  height: 78px;
}

/* image2 integrated homepage and tab icons */
#page-home .feat-grid {
  gap: 6px;
}

#page-home .feat-card {
  min-height: 118px;
  padding: 23px 16px 18px 24px;
  border-radius: 16px;
  overflow: hidden;
}

#page-home .feat-card::before {
  inset: 12px;
  border-radius: 12px;
}

#page-home .feat-card h3 {
  max-width: 112px;
  font-size: 20px;
  line-height: 1.12;
  color: #15201d;
}

#page-home .feat-card p {
  max-width: 112px;
  margin-top: 8px;
  font-size: 14px;
  color: #616b67;
}

.feat-ico-img {
  position: absolute !important;
  right: 20px;
  bottom: 24px;
  z-index: 1;
  width: 70px;
  height: 70px;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 12px 14px rgba(7,61,43,.12));
}

.feat-card.g4 .feat-ico-img,
.feat-card.g3 .feat-ico-img {
  width: 48px;
  height: 48px;
  right: 12px;
  bottom: 35px;
}

.feat-card.g1 .feat-ico-img,
.feat-card.g2 .feat-ico-img {
  width: 48px;
  height: 48px;
  right: 12px;
  bottom: 35px;
}

.hero-stats-simple span {
  gap: 5px;
}

.hero-stats-simple span + span::before {
  margin-right: 10px;
}

.stat-dot {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  box-shadow: 0 5px 10px rgba(0,0,0,.16);
}

.stat-clock {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 42%, transparent 43%),
    linear-gradient(135deg, #ffe08a, #d6a34e);
}

.stat-clock::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #7fc4eb;
  border-bottom: 2px solid #7fc4eb;
  transform: translate(1px, -1px) rotate(-45deg);
}

.stat-car::before {
  content: "🚙";
  font-size: 15px;
  line-height: 1;
}

.stat-progress::before {
  content: "";
  width: 13px;
  height: 14px;
  border-radius: 3px;
  background: linear-gradient(90deg, #33b76f 0 4px, transparent 4px 6px, #33b76f 6px 10px, transparent 10px 12px, #33b76f 12px);
}

#page-home .section-notice-bottom {
  padding-top: 24px;
}

.notice-card {
  padding: 24px 18px 22px 112px;
}

.notice-card::before {
  color: var(--ink-green);
  text-shadow: none;
}

.notice-card::first-line {
  color: var(--ink-green);
}

.notice-row {
  min-height: 38px;
  gap: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.notice-row + .notice-row {
  border-top-color: #eef1ef;
}

.notice-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(7,61,43,.09));
}

.notice-arrow {
  margin-left: auto;
  color: #7b8581;
  font-size: 27px;
  line-height: 1;
}

.notice-body .t {
  font-size: 15px;
  color: #222b28;
  font-weight: 500;
}

.notice-summary {
  margin-top: 3px;
  color: #7a8580;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-detail-panel {
  margin-top: 16px;
}

.notice-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(201,164,92,.22);
  color: var(--ink-green);
  font-size: 11px;
  font-weight: 800;
}

.notice-detail-title {
  margin: 12px 0 0;
  color: #18231f;
  font-size: 22px;
  line-height: 1.35;
}

.notice-detail-content {
  margin-top: 18px;
  white-space: pre-line;
}

.tabbar {
  height: calc(106px + var(--safe-bottom));
  padding: 12px 0 calc(10px + var(--safe-bottom));
  align-items: start;
}

.tab-btn {
  justify-content: flex-start;
  gap: 4px;
  min-width: 0;
  font-size: 15px;
  color: #6d7471;
  font-weight: 500;
}

.tab-ico,
.tab-btn.active .tab-ico {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
  color: inherit;
}

.tab-btn.active .tab-ico::before,
.tab-btn.active .tab-ico::after {
  display: none;
}

.tab-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(7,61,43,.12));
}

.tab-active {
  display: none;
}

.tab-btn.active {
  color: var(--nc-green);
  font-weight: 800;
}

.tab-btn.active .tab-default {
  display: none;
}

.tab-btn.active .tab-active {
  display: block;
}

@media (max-width: 374px) {
  #page-home .feat-card {
    padding-left: 17px;
  }

  .feat-ico-img {
    width: 62px;
    height: 62px;
    right: 14px;
  }

  .notice-card {
    padding-left: 96px;
  }
}

/* 2026-07 image2 polish: homepage poster + form pages */
.hero {
  
}

.sub-head {
  position: relative;
  display: block;
  min-height: 198px;
  padding: 22px 18px 68px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 6%, rgba(31,163,91,.38), transparent 32%),
    linear-gradient(180deg, #063d2b 0%, #07563c 100%);
}

.sub-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(255,255,255,.16), transparent 24%),
    linear-gradient(90deg, rgba(0,0,0,.16), transparent 70%);
  pointer-events: none;
}

.sub-head::after {
  z-index: 0;
  bottom: -52px;
  height: 94px;
  background: #eef3f0;
}

.sub-status {
  margin: 0 6px 22px;
  height: 24px;
}

.sub-title-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sub-head .back {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 28px;
  font-weight: 900;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  margin-bottom: 2rem;
}

.sub-head h1 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 4px 12px rgba(0,0,0,.22);
}

.sub-head-lost {
  min-height: 158px;
  padding-top: 26px;
  background:
    linear-gradient(90deg, rgba(5,59,42,.98) 0%, rgba(5,75,52,.84) 52%, rgba(5,75,52,.42) 100%),
    url("../img/hero-jinfo-taxi.png") 64% top / cover no-repeat;
}

.sub-head-lost::after {
  bottom: -42px;
  height: 78px;
}

.sub-head-feedback,
.sub-head-query {
  min-height: 158px;
  padding: 24px 18px 48px;
  background:
    linear-gradient(90deg, rgba(5,59,42,.94) 0%, rgba(5,75,52,.78) 48%, rgba(5,75,52,.34) 100%),
    url("../img/hero-jinfo-taxi.webp") 64% center / cover no-repeat;
}

.sub-head-feedback::after,
.sub-head-query::after {
  bottom: -42px;
  height: 78px;
}

.sub-head-feedback .back,
.sub-head-query .back {
  margin-bottom: 0;
}

.sub-head-feedback h1,
.sub-head-query h1 {
  margin-top: 0;
}

.query-hero-icon {
  position: absolute;
  z-index: 1;
  right: 36px;
  top: 58px;
  width: 128px;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(0,0,0,.18));
  opacity: .96;
}

.form-panel {
  margin: 0px 18px 18px;
  padding: 26px 18px 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
    #fff;
  box-shadow:
    0 18px 44px rgba(7,61,43,.08),
    inset 0 1px 0 rgba(255,255,255,.88);
  z-index: 20;
}

.feedback-panel {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.lost-panel {
  margin-top: -18px;
}

.query-panel {
  margin-top: -24px;
  padding-bottom: 26px;
}

.form-panel .form-group {
  margin-bottom: 22px;
}

.form-panel .form-group label {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 13px;
  color: #161e1b;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.form-panel .hint {
  color: #7d8581;
  font-size: 13px;
  font-weight: 500;
}

.form-panel .req {
  color: #e62d22;
}

.form-panel .input,
.form-panel .textarea {
  min-height: 56px;
  border-radius: 17px;
  border: 1px solid #dde5e1;
  background: rgba(255,255,255,.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 10px 22px rgba(7,61,43,.035);
  color: #222a27;
  font-size: 16px;
}

.form-panel .input::placeholder,
.form-panel .textarea::placeholder {
  color: #808783;
}

.form-panel .textarea {
  min-height: 132px;
  resize: none;
}

.feedback-panel .type-tabs {
  gap: 12px;
}

.feedback-type {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  line-height: 1;
  border-radius: 18px;
  border-color: #edf0ee;
  color: #313835;
  background: #fff;
  box-shadow: 0 10px 20px rgba(7,61,43,.06);
  font-size: 17px;
  font-weight: 900;
}

.feedback-type.active {
  border-color: rgba(31,163,91,.28);
  background: linear-gradient(145deg, rgba(31,163,91,.12), rgba(255,255,255,.96));
  color: var(--nc-green);
  box-shadow:
    0 12px 22px rgba(31,163,91,.12),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.type-ico,
.field-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.type-ico {
  width: 28px;
  height: 28px;
  line-height: 1;
  color: #a1a7a4;
}

.type-ico::before {
  display: block;
  line-height: 1;
}

.feedback-type.active .type-ico {
  color: var(--nc-green);
}

.ico-praise::before { content: "👍"; font-size: 24px; filter: saturate(.95); }
.ico-suggest::before { content: "💡"; font-size: 22px; filter: grayscale(1); }
.ico-complaint::before { content: "💬"; font-size: 22px; filter: grayscale(1); }

.field-control {
  position: relative;
}

.field-control.has-ico .input,
.field-control.has-ico .textarea {
  padding-left: 56px;
}

.field-ico {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 11px;
  color: #23b76c;
  background: linear-gradient(145deg, #fff, #eff5f2);
  box-shadow:
    0 10px 18px rgba(7,61,43,.1),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.textarea-control .field-ico {
  top: 18px;
  transform: none;
}

.field-ico::before {
  font-size: 18px;
  line-height: 1;
}

.ico-bag::before { content: "▣"; }
.ico-car::before { content: "●"; }
.ico-calendar::before { content: "▦"; }
.ico-location::before { content: "●"; }
.ico-doc::before { content: "≡"; }
.ico-phone::before { content: "☎"; }

.lost-upload-line {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lost-upload-line .upload-row {
  flex: 0 0 auto;
}

.lost-panel .upload-tip {
  display: block;
  max-width: 210px;
  margin: 0;
  color: #e44747;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.form-panel .upload-box,
.form-panel .upload-preview {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  color: #1c2a25;
  font-size: 14px;
  background: linear-gradient(145deg, #fff, #f2f6f4);
}

.form-panel .btn-primary {
  min-height: 58px;
  border-radius: 16px;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 13px 22px rgba(31,163,91,.28);
}

.query-tabs {
  grid-template-columns: minmax(0, 1fr);
  width: 136px;
  gap: 10px;
  margin-bottom: 22px;
}

.query-tabs .type-tab {
  min-height: 48px;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 900;
  color: #6d7471;
}

.query-tabs .type-tab.active {
  color: var(--nc-green);
  border-color: var(--nc-green);
  background: linear-gradient(145deg, rgba(31,163,91,.08), rgba(255,255,255,.92));
}

#page-query .section {
  padding-left: 18px;
  padding-right: 18px;
}

#page-query #qResult {
  padding-bottom: calc(106px + var(--safe-bottom) + 32px);
}

.detail-media {
  margin-top: 18px;
  min-height: 132px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.42), rgba(238,241,239,.88)),
    #eef3f0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.detail-media img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

.detail-media-empty {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #7b8581;
  font-size: 14px;
  text-align: center;
}

.reply-box {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef1ef;
}

.reply-title {
  margin-bottom: 8px;
  color: var(--ink-green);
  font-size: 13px;
  font-weight: 900;
}

.reply-item {
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(31,163,91,.06);
}

.reply-item + .reply-item {
  margin-top: 8px;
}

.reply-item strong {
  font-size: 12px;
  color: var(--ink-green);
}

.reply-item span {
  margin-left: 8px;
  color: var(--muted);
  font-size: 11px;
}

.reply-item p {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.55;
}

.reply-empty {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 374px) {
  .feedback-type {
    gap: 5px;
    font-size: 15px;
  }

  .query-hero-icon {
    right: 20px;
    width: 112px;
    height: 112px;
  }

  .lost-upload-line {
    align-items: flex-start;
    gap: 12px;
  }

  .lost-panel .upload-tip {
    font-size: 14px;
  }
}
