
  .hksev-page,
  .hksev-page * {
    box-sizing: border-box;
  }

  .hksev-page {
    color: #17324d;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK",
      "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
  }

  .hksev-page a {
    color: inherit;
    text-decoration: none;
  }

  .hksev-page img,
  .hksev-page svg {
    display: block;
    max-width: 100%;
  }

  .hksev-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hksev-section {
    padding: 68px 0;
  }

  .hksev-text-center {
    text-align: center;
  }

  .hksev-cta-row-centered {
    justify-content: center;
    margin-top: 22px;
  }

  .hksev-section-light {
    background: #f4f9fd;
  }

  .hksev-section-blue {
    background: #0d4f7f;
    color: #ffffff;
  }

  .hksev-kicker {
    display: inline-block;
    margin: 0 0 12px;
    color: #0c6fa5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .hksev-section-title {
    max-width: 820px;
    margin: 0 auto 14px;
    color: #123a5a;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
    text-align: center;
  }

  .hksev-section-lead {
    max-width: 820px;
    margin: 0 auto 34px;
    color: #526c82;
    font-size: 18px;
    text-align: center;
  }

  .hksev-section-blue .hksev-section-title,
  .hksev-section-blue .hksev-section-lead,
  .hksev-section-blue .hksev-kicker {
    color: #ffffff;
  }

  .hksev-alert-strip {
    background: #083f68;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hksev-alert-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 750;
  }

  .hksev-alert-dot {
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #ffb44d;
    box-shadow: 0 0 0 5px rgba(255, 180, 77, 0.16);
    flex: 0 0 auto;
  }

  .hksev-hero {
    position: relative;
    background-color: #eef8ff;
    background:
      radial-gradient(circle at 92% 10%, rgba(64, 173, 225, 0.22), transparent 31%),
      linear-gradient(135deg, #eef8ff 0%, #ffffff 58%, #e8f5fc 100%);
    border-bottom: 1px solid #dcebf5;
  }

  .hksev-hero:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 42px solid rgba(31, 130, 180, 0.06);
    border-radius: 50%;
    pointer-events: none;
  }

  .hksev-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 54px;
    padding-bottom: 54px;
    margin-left: -18px;
    margin-right: -18px;
  }

  .hksev-hero-copy,
  .hksev-hero-media-wrap {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hksev-hero-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hksev-eyebrow-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 14px;
  }

  .hksev-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0 5px 8px;
    padding: 6px 11px;
    border: 1px solid #c9e3f3;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0b5f91;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
  }

  .hksev-eyebrow-urgent {
    border-color: #f1c9c6;
    background: #fff2f1;
    color: #a83c36;
  }

  .hksev-hero h1 {
    margin: 0 0 18px;
    color: #103c5e;
    font-size: 43px;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.14;
  }

  .hksev-hero h1 span {
    color: #0f76aa;
  }

  .hksev-hero-lead {
    margin: 0 0 18px;
    color: #3f5e74;
    font-size: 19px;
  }

  .hksev-hero-note {
    display: flex;
    align-items: flex-start;
    margin: 0 0 22px;
    padding: 13px 14px;
    border-left: 4px solid #e8892d;
    border-radius: 8px;
    background: #fff8eb;
    color: #704a1f;
    font-size: 14px;
    font-weight: 700;
  }

  .hksev-hero-note strong {
    color: #9a4f12;
  }

  .hksev-cta-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 12px;
  }

  .hksev-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 6px 10px;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  }

  .hksev-btn:hover,
  .hksev-btn:focus {
    transform: translateY(-1px);
  }

  .hksev-btn:focus {
    outline: 3px solid rgba(20, 116, 167, 0.25);
    outline-offset: 2px;
  }

  .hksev-btn-primary {
    background: #0b6497;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(11, 100, 151, 0.22);
  }

  .hksev-btn-primary:hover {
    background: #084f79;
  }

  .hksev-btn-whatsapp {
    background: #1d9d57;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(29, 157, 87, 0.2);
  }

  .hksev-btn-whatsapp:hover {
    background: #168248;
  }

  .hksev-btn-outline {
    border-color: #b6d7e9;
    background: #ffffff;
    color: #0b5f91 !important;
  }

  .hksev-btn-outline:hover {
    background: #edf8fe;
  }

  .hksev-btn-light {
    background: #ffffff;
    color: #0b5f91 !important;
  }

  .hksev-btn-ghost-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
  }

  .hksev-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.17);
    font-size: 13px;
    font-weight: 900;
  }

  .hksev-hero-contact {
    color: #5c7587;
    font-size: 13px;
  }

  .hksev-hero-contact strong {
    color: #173f5e;
  }

  .hksev-hero-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border: 8px solid #ffffff;
    border-radius: 20px;
    background: #0b3350;
    box-shadow: 0 24px 55px rgba(18, 67, 98, 0.2);
  }

  .hksev-hero-media svg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
  }

  .hksev-hero-caption {
    margin: 11px 4px 0;
    color: #657c8d;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .hksev-branch-quick {
    position: relative;
    z-index: 3;
    margin-top: -20px;
  }

  .hksev-branch-quick-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }

  .hksev-branch-quick-col {
    width: 50%;
    padding: 0 8px 16px;
  }

  .hksev-quick-card {
    height: 100%;
    padding: 18px;
    border: 1px solid #d8e9f3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(24, 72, 100, 0.11);
  }

  .hksev-quick-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .hksev-quick-card h2 {
    margin: 0 0 4px;
    color: #173d5c;
    font-size: 19px;
    line-height: 1.3;
  }

  .hksev-quick-card p {
    margin: 0;
    color: #60778a;
    font-size: 13px;
  }

  .hksev-status {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e9f8ef;
    color: #117447;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .hksev-status-day {
    background: #eef7fc;
    color: #0f6d9e;
  }

  .hksev-quick-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }

  .hksev-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0 4px 7px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #edf6fb;
    color: #0c5d8b !important;
    font-size: 13px;
    font-weight: 800;
  }

  .hksev-mini-btn-strong {
    background: #0b6497;
    color: #ffffff !important;
  }

  .hksev-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: -9px;
  }

  .hksev-card-col-3,
  .hksev-card-col-4,
  .hksev-card-col-6 {
    padding: 9px;
  }

  .hksev-card-col-3 {
    width: 25%;
  }

  .hksev-card-col-4 {
    width: 33.333%;
  }

  .hksev-card-col-6 {
    width: 50%;
  }

  .hksev-symptom-card {
    height: 100%;
    padding: 22px 18px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(25, 75, 104, 0.06);
  }

  .hksev-symptom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #e8f5fc;
    color: #0b6b9f;
    font-size: 18px;
    font-weight: 900;
  }

  .hksev-symptom-card h3 {
    margin: 0 0 8px;
    color: #173d5c;
    font-size: 18px;
    line-height: 1.35;
  }

  .hksev-symptom-card p {
    margin: 0;
    color: #60778a;
    font-size: 14px;
  }

  .hksev-emergency-box {
    display: flex;
    align-items: flex-start;
    margin-top: 26px;
    padding: 19px;
    border: 1px solid #f1d5c7;
    border-radius: 14px;
    background: #fff8f3;
  }

  .hksev-emergency-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    border-radius: 50%;
    background: #e97348;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
  }

  .hksev-emergency-box h3 {
    margin: 0 0 4px;
    color: #8e3f25;
    font-size: 18px;
  }

  .hksev-emergency-box p {
    margin: 0;
    color: #765443;
    font-size: 14px;
  }

  .hksev-split {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
  }

  .hksev-split-main {
    width: 58.333%;
    padding: 0 14px;
  }

  .hksev-split-side {
    width: 41.667%;
    padding: 0 14px;
  }

  .hksev-content-card {
    height: 100%;
    padding: 28px;
    border: 1px solid #dcebf4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(25, 75, 104, 0.06);
  }

  .hksev-content-card h2 {
    margin: 0 0 14px;
    color: #153e5d;
    font-size: 29px;
    line-height: 1.25;
  }

  .hksev-content-card h3 {
    margin: 22px 0 9px;
    color: #173f5f;
    font-size: 20px;
    line-height: 1.35;
  }

  .hksev-content-card p {
    margin: 0 0 14px;
    color: #506a7f;
  }

  .hksev-content-card p:last-child {
    margin-bottom: 0;
  }

  .hksev-timeline {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .hksev-timeline li {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 16px 48px;
    border-bottom: 1px solid #e5eff5;
    color: #506a7f;
  }

  .hksev-timeline li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hksev-timeline-number {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0c6c9f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
  }

  .hksev-timeline strong {
    display: block;
    margin-bottom: 3px;
    color: #173f5f;
  }

  .hksev-info-panel {
    height: 100%;
    padding: 26px;
    border-radius: 18px;
    background-color: #0c5d8b;
    background: linear-gradient(145deg, #0c5d8b, #0a456a);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(7, 71, 109, 0.2);
  }

  .hksev-info-panel h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
  }

  .hksev-info-panel p {
    margin: 0 0 15px;
    color: #e4f2fa;
  }

  .hksev-check-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .hksev-check-list li {
    position: relative;
    margin: 0 0 11px;
    padding-left: 29px;
    color: #eaf6fb;
    font-size: 14px;
  }

  .hksev-check-list li:before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #bdeacf;
    font-size: 12px;
    font-weight: 900;
  }

  .hksev-med-card {
    height: 100%;
    padding: 23px 20px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #ffffff;
  }

  .hksev-med-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e9f5fb;
    color: #0b6a9e;
    font-size: 11px;
    font-weight: 800;
  }

  .hksev-med-card h3 {
    margin: 0 0 8px;
    color: #153f5f;
    font-size: 19px;
  }

  .hksev-med-card p {
    margin: 0;
    color: #5b7387;
    font-size: 14px;
  }

  .hksev-warning-note {
    margin-top: 26px;
    padding: 18px 20px;
    border-left: 5px solid #e48a2e;
    border-radius: 9px;
    background: #fff7e9;
    color: #725226;
    font-size: 14px;
  }

  .hksev-reason-card {
    height: 100%;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
  }

  .hksev-reason-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
  }

  .hksev-reason-card p {
    margin: 0;
    color: #dceef8;
    font-size: 14px;
  }

  .hksev-process-row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    counter-reset: hksev-step;
  }

  .hksev-process-col {
    position: relative;
    width: 20%;
    padding: 8px;
    counter-increment: hksev-step;
  }

  .hksev-process-card {
    position: relative;
    height: 100%;
    min-height: 180px;
    padding: 51px 18px 19px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #ffffff;
  }

  .hksev-process-card:before {
    content: counter(hksev-step);
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 8px;
    background: #0b6699;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
  }

  .hksev-process-card h3 {
    margin: 0 0 8px;
    color: #173e5d;
    font-size: 17px;
    line-height: 1.35;
  }

  .hksev-process-card p {
    margin: 0;
    color: #60778a;
    font-size: 13px;
  }

  .hksev-price-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -8px;
  }

  .hksev-price-col {
    width: 33.333%;
    padding: 8px;
  }

  .hksev-price-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 27px 22px;
    border: 1px solid #cfe4f0;
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(24, 72, 100, 0.07);
  }

  .hksev-price-card-featured {
    border: 2px solid #0f78ad;
    transform: translateY(-4px);
  }

  .hksev-price-badge {
    display: inline-block;
    margin-bottom: 13px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f5fb;
    color: #0b6b9f;
    font-size: 11px;
    font-weight: 800;
  }

  .hksev-price-card h3 {
    margin: 0 0 8px;
    color: #173e5d;
    font-size: 19px;
  }

  .hksev-price {
    margin: 0 0 8px;
    color: #0b6598;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
  }

  .hksev-price small {
    font-size: 16px;
    font-weight: 800;
  }

  .hksev-price-card p {
    margin: 0;
    color: #60778a;
    font-size: 14px;
  }

  .hksev-price-notes {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #d8e9f3;
    border-radius: 14px;
    background: #ffffff;
  }

  .hksev-price-notes h3 {
    margin: 0 0 8px;
    color: #173e5d;
    font-size: 18px;
  }

  .hksev-price-notes p {
    margin: 0 0 7px;
    color: #5c7487;
    font-size: 14px;
  }

  .hksev-price-notes p:last-child {
    margin-bottom: 0;
  }

  .hksev-price-important {
    color: #8e3f25 !important;
    font-weight: 800;
  }

  .hksev-review-notice {
    max-width: 900px;
    margin: 0 auto 22px;
    padding: 12px 15px;
    border: 1px dashed #b9d7e7;
    border-radius: 10px;
    background: #f7fbfd;
    color: #5c7487;
    font-size: 13px;
    text-align: center;
  }

  .hksev-review-card {
    height: 100%;
    padding: 22px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(25, 75, 104, 0.05);
  }

  .hksev-stars {
    margin-bottom: 10px;
    color: #e8a11f;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .hksev-review-card blockquote {
    margin: 0;
    color: #4f687d;
    font-size: 14px;
  }

  .hksev-review-card cite {
    display: block;
    margin-top: 13px;
    color: #173e5d;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
  }

  .hksev-branch-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
  }

  .hksev-branch-col {
    width: 50%;
    padding: 12px;
  }

  .hksev-branch-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #d6e8f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(24, 72, 100, 0.07);
  }

  .hksev-branch-card-head {
    padding: 25px 24px 18px;
  }

  .hksev-branch-card-head h3 {
    margin: 0 0 8px;
    color: #143f5f;
    font-size: 23px;
    line-height: 1.3;
  }

  .hksev-branch-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e9f7ee;
    color: #137247;
    font-size: 11px;
    font-weight: 800;
  }

  .hksev-branch-tag-day {
    background: #e9f5fb;
    color: #0c6c9f;
  }

  .hksev-nap {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hksev-nap li {
    position: relative;
    margin: 0 0 9px;
    padding-left: 26px;
    color: #526d82;
    font-size: 14px;
  }

  .hksev-nap li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    color: #0b6b9f;
    font-weight: 900;
    text-align: center;
  }

  .hksev-nap-address:before { content: "⌖"; }
  .hksev-nap-phone:before { content: "☎"; }
  .hksev-nap-hours:before { content: "◷"; }
  .hksev-nap-wa:before { content: "W"; }

  .hksev-branch-note {
    margin: 15px 0 0;
    padding: 11px 12px;
    border-radius: 9px;
    background: #f3f8fb;
    color: #5c7487;
    font-size: 12px;
  }

  .hksev-map {
    width: 100%;
    height: 300px;
    border: 0;
    background: #e8f0f5;
  }

  .hksev-branch-actions {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 18px 9px;
    border-top: 1px solid #e5eff5;
    background: #fbfdfe;
  }

  .hksev-branch-actions .hksev-btn {
    flex: 1 1 140px;
    min-height: 46px;
    margin-bottom: 8px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .hksev-faq-wrap {
    max-width: 920px;
    margin: 0 auto;
  }

  .hksev-faq-item {
    margin: 0 0 12px;
    border: 1px solid #d8e9f3;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
  }

  .hksev-faq-item summary {
    position: relative;
    display: block;
    padding: 18px 52px 18px 19px;
    color: #173f5e;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
  }

  .hksev-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .hksev-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    background: #eaf5fb;
    color: #0b6a9e;
    font-size: 18px;
    font-weight: 800;
  }

  .hksev-faq-item[open] summary {
    background: #f4f9fc;
  }

  .hksev-faq-item[open] summary:after {
    content: "−";
  }

  .hksev-faq-answer {
    padding: 0 19px 18px;
  }

  .hksev-faq-answer p {
    margin: 0;
    color: #5a7286;
    font-size: 14px;
  }

  .hksev-final-cta {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
    background-color: #0b4d78;
    background: linear-gradient(135deg, #0b4d78, #0b6f9e);
    color: #ffffff;
  }

  .hksev-final-cta:before {
    content: "";
    position: absolute;
    top: -100px;
    right: -60px;
    width: 300px;
    height: 300px;
    border: 40px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
  }

  .hksev-final-inner {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }

  .hksev-final-inner h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
  }

  .hksev-final-inner p {
    margin: 0 auto 22px;
    color: #dceef8;
    font-size: 17px;
  }

  .hksev-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hksev-disclaimer {
    margin-top: 18px !important;
    color: #cfe5f1 !important;
    font-size: 12px !important;
  }

  .hksev-mobile-bar,
  .hksev-mobile-bar * {
    box-sizing: border-box;
  }

  .hksev-mobile-bar {
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK",
      "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  }

  .hksev-mobile-bar a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  @media (max-width: 980px) {
    .hksev-hero h1 {
      font-size: 36px;
    }

    .hksev-card-col-3 {
      width: 50%;
    }

    .hksev-process-col {
      width: 33.333%;
    }

    .hksev-process-col:nth-child(4),
    .hksev-process-col:nth-child(5) {
      width: 50%;
    }
  }

  @media (max-width: 767px) {
    .hksev-page {
      padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }

    .hksev-section {
      padding: 48px 0;
    }

    .hksev-section-title {
      font-size: 28px;
      text-align: left;
    }

    .hksev-section-lead {
      margin-bottom: 26px;
      font-size: 16px;
      text-align: left;
    }

    .hksev-alert-inner {
      justify-content: flex-start;
      font-size: 12px;
      text-align: left;
    }

    .hksev-hero-inner {
      padding-top: 36px;
      padding-bottom: 40px;
    }

    .hksev-hero-copy,
    .hksev-hero-media-wrap {
      width: 100%;
    }

    .hksev-hero-copy {
      padding-bottom: 24px;
    }

    .hksev-hero h1 {
      font-size: 33px;
      line-height: 1.16;
    }

    .hksev-hero-lead {
      font-size: 17px;
    }

    .hksev-cta-row {
      display: block;
      margin: 0;
    }

    .hksev-cta-row .hksev-btn {
      width: 100%;
      margin: 0 0 10px;
    }

    .hksev-hero-contact {
      text-align: center;
    }

    .hksev-branch-quick {
      margin-top: -12px;
    }

    .hksev-branch-quick-col,
    .hksev-card-col-3,
    .hksev-card-col-4,
    .hksev-card-col-6,
    .hksev-split-main,
    .hksev-split-side,
    .hksev-price-col,
    .hksev-branch-col {
      width: 100%;
    }

    .hksev-quick-card-top {
      display: block;
    }

    .hksev-status {
      margin: 10px 0 0;
    }

    .hksev-split-main {
      margin-bottom: 18px;
    }

    .hksev-content-card,
    .hksev-info-panel {
      padding: 22px;
    }

    .hksev-content-card h2,
    .hksev-info-panel h2 {
      font-size: 25px;
    }

    .hksev-process-col,
    .hksev-process-col:nth-child(4),
    .hksev-process-col:nth-child(5) {
      width: 100%;
    }

    .hksev-process-card {
      min-height: 0;
    }

    .hksev-price-card-featured {
      transform: none;
    }

    .hksev-map {
      height: 250px;
    }

    .hksev-final-inner {
      text-align: left;
    }

    .hksev-final-inner h2 {
      font-size: 29px;
    }

    .hksev-final-actions {
      display: block;
    }

    .hksev-final-actions .hksev-btn {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    .hksev-mobile-bar {
      position: fixed;
      z-index: 99999;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      min-height: 66px;
      padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
      border-top: 1px solid #d8e7ef;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 -8px 24px rgba(24, 64, 90, 0.16);
    }

    .hksev-mobile-action {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 33.333%;
      min-width: 0;
      margin: 0 3px;
      border-radius: 9px;
      background: #0b6497;
      color: #ffffff !important;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.15;
      text-align: center;
    }

    .hksev-mobile-action-wa {
      background: #1d9d57;
    }

    .hksev-mobile-action-map {
      background: #edf5f9;
      color: #0b5f91 !important;
    }
  }

  @media (max-width: 390px) {
    .hksev-container {
      padding-left: 14px;
      padding-right: 14px;
    }

    .hksev-hero h1 {
      font-size: 29px;
    }

    .hksev-eyebrow {
      font-size: 11px;
    }

    .hksev-mini-btn {
      flex: 1 1 42%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hksev-btn {
      transition: none;
    }
  }
