
  /* ===== HKSEV page reset: all custom classes use hksev- prefix ===== */
  .hksev-page,
  .hksev-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hksev-page {
    width: 100%;
    margin: 0;
    padding: 0 0 88px;
    overflow: hidden;
    background: #ffffff;
    color: #14243a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
  }

  .hksev-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .hksev-page a {
    color: inherit;
    text-decoration: none;
  }

  .hksev-page button,
  .hksev-page a {
    -webkit-tap-highlight-color: transparent;
  }

  .hksev-page h1,
  .hksev-page h2,
  .hksev-page h3,
  .hksev-page p,
  .hksev-page ul,
  .hksev-page ol,
  .hksev-page figure {
    margin-top: 0;
  }

  .hksev-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .hksev-section {
    position: relative;
    padding: 76px 0;
  }

  .hksev-section--soft {
    background: #f3f8ff;
  }

  .hksev-section--navy {
    background: #08284b;
    color: #ffffff;
  }

  .hksev-section--compact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hksev-section-head {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
  }

  .hksev-section-head--left {
    max-width: 760px;
    margin-left: 0;
    text-align: left;
  }

  .hksev-section-kicker {
    display: inline-block;
    margin: 0 0 9px;
    color: #0759b6;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
  }

  .hksev-section--navy .hksev-section-kicker {
    color: #8dccff;
  }

  .hksev-section-title {
    margin-bottom: 14px;
    color: #0b2b50;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -.025em;
  }

  .hksev-section--navy .hksev-section-title {
    color: #ffffff;
  }

  .hksev-section-intro {
    margin-bottom: 0;
    color: #53667d;
    font-size: 18px;
    line-height: 1.75;
  }

  .hksev-section--navy .hksev-section-intro {
    color: #d6e7f8;
  }

  .hksev-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* ===== Buttons ===== */
  .hksev-btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hksev-btn-row--spaced {
    margin-top: 22px;
  }

  .hksev-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 19px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .18s ease, border-color .18s ease, color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  }

  .hksev-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .hksev-btn:focus-visible,
  .hksev-faq-item summary:focus-visible {
    outline: 3px solid rgba(0, 123, 255, .36);
    outline-offset: 3px;
  }

  .hksev-btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hksev-btn--primary {
    background: #0759b6;
    color: #ffffff !important;
    -webkit-box-shadow: 0 12px 28px rgba(7, 89, 182, .24);
    box-shadow: 0 12px 28px rgba(7, 89, 182, .24);
  }

  .hksev-btn--primary:hover {
    background: #064c9a;
  }

  .hksev-btn--whatsapp {
    background: #128c4a;
    color: #ffffff !important;
    -webkit-box-shadow: 0 12px 28px rgba(18, 140, 74, .20);
    box-shadow: 0 12px 28px rgba(18, 140, 74, .20);
  }

  .hksev-btn--whatsapp:hover {
    background: #0e783e;
  }

  .hksev-btn--outline {
    border-color: #b9d1eb;
    background: #ffffff;
    color: #0759b6 !important;
  }

  .hksev-btn--outline:hover {
    border-color: #0759b6;
    background: #edf6ff;
  }

  .hksev-btn--light {
    background: #ffffff;
    color: #0759b6 !important;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  }

  .hksev-btn--ghost-light {
    border-color: rgba(255, 255, 255, .50);
    color: #ffffff !important;
    background: rgba(255, 255, 255, .08);
  }

  /* ===== Hero ===== */
  .hksev-hero {
    position: relative;
    padding: 34px 0 54px;
    background: #ffffff;
  }

  .hksev-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #0759b6;
  }

  .hksev-hero:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -90px;
    right: -130px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(79, 169, 255, .10);
  }

  .hksev-hero-grid {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 42px;
  }

  .hksev-hero-copy {
    width: 55%;
    min-width: 0;
  }

  .hksev-hero-visual {
    width: 45%;
    min-width: 0;
  }

  .hksev-hero-brand {
    margin: 0 0 16px;
    color: #0759b6;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
  }

  .hksev-hero h1 {
    margin: 0 0 18px;
    color: #0a294e;
    font-size: 48px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.035em;
  }

  .hksev-hero-highlight {
    color: #0759b6;
  }

  .hksev-hero-lead {
    max-width: 720px;
    margin: 0 0 23px;
    color: #42576f;
    font-size: 19px;
    line-height: 1.75;
  }

  .hksev-hero-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 700px;
    margin: 18px 0 0;
    padding: 13px 15px;
    border-left: 4px solid #ef8a16;
    border-radius: 0 10px 10px 0;
    background: #fff7e9;
    color: #6a4a1d;
    font-size: 14px;
    line-height: 1.6;
  }

  .hksev-hero-note strong {
    color: #58370b;
  }

  .hksev-hero-note-mark {
    margin-right: 9px;
    font-size: 18px;
    line-height: 1.3;
  }

  .hksev-branch-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .hksev-branch-pill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #d5e3f2;
    border-radius: 12px;
    background: #f8fbff;
  }

  .hksev-branch-pill strong {
    display: block;
    margin-bottom: 2px;
    color: #0a315d;
    font-size: 14px;
    line-height: 1.35;
  }

  .hksev-branch-pill span {
    display: block;
    color: #617287;
    font-size: 13px;
    line-height: 1.45;
  }

  .hksev-branch-pill--urgent {
    border-color: #ffd2b0;
    background: #fff8f2;
  }

  .hksev-branch-pill--urgent strong {
    color: #9a3c00;
  }

  .hksev-hero-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border: 1px solid #bdd7f0;
    border-radius: 24px;
    background: #eaf5ff;
    -webkit-box-shadow: 0 25px 60px rgba(8, 54, 99, .18);
    box-shadow: 0 25px 60px rgba(8, 54, 99, .18);
  }

  .hksev-hero-ratio-inner {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .hksev-hero-ratio-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -15%;
    bottom: -55%;
    width: 75%;
    height: 130%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
  }

  .hksev-hero-graphic {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52%;
    padding: 8% 4% 7% 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hksev-hero-graphic-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    background: #0759b6;
    color: #ffffff;
    font-size: 26px;
    -webkit-box-shadow: 0 12px 22px rgba(7, 89, 182, .22);
    box-shadow: 0 12px 22px rgba(7, 89, 182, .22);
  }

  .hksev-hero-graphic strong {
    display: block;
    color: #0a315d;
    font-size: 22px;
    line-height: 1.28;
  }

  .hksev-hero-graphic span {
    display: block;
    margin-top: 7px;
    color: #526b84;
    font-size: 13px;
    line-height: 1.55;
  }

  .hksev-hero-photo {
    position: relative;
    z-index: 1;
    width: 48%;
    height: 100%;
    overflow: hidden;
    background: #d7ebfb;
  }

  .hksev-hero-photo:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    background: -webkit-gradient(linear, left top, right top, from(#eaf5ff), to(rgba(234, 245, 255, 0)));
    background: linear-gradient(90deg, #eaf5ff 0%, rgba(234, 245, 255, 0) 100%);
    pointer-events: none;
  }

  .hksev-hero-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .hksev-hero-caption {
    margin: 11px 4px 0;
    color: #748397;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }

  /* ===== Urgent symptoms ===== */
  .hksev-urgent-strip {
    position: relative;
    z-index: 3;
    margin-top: -18px;
  }

  .hksev-urgent-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid #ffd2bc;
    border-radius: 17px;
    background: #fff7f2;
    -webkit-box-shadow: 0 14px 35px rgba(89, 43, 17, .09);
    box-shadow: 0 14px 35px rgba(89, 43, 17, .09);
  }

  .hksev-urgent-label {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 7px 11px;
    border-radius: 999px;
    background: #bb3f05;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
  }

  .hksev-urgent-copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    color: #58381f;
    font-size: 15px;
    line-height: 1.6;
  }

  .hksev-urgent-link {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #9b3500 !important;
    font-weight: 900;
    white-space: nowrap;
  }

  /* ===== Cards ===== */
  .hksev-card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -9px;
  }

  .hksev-card-col-3,
  .hksev-card-col-4,
  .hksev-card-col-6 {
    padding: 9px;
  }

  .hksev-card-col-3 {
    width: 33.3333%;
  }

  .hksev-card-col-4 {
    width: 25%;
  }

  .hksev-card-col-6 {
    width: 50%;
  }

  .hksev-info-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #d8e6f4;
    border-radius: 17px;
    background: #ffffff;
    -webkit-box-shadow: 0 9px 26px rgba(9, 56, 100, .07);
    box-shadow: 0 9px 26px rgba(9, 56, 100, .07);
  }

  .hksev-info-card--urgent {
    border-top: 4px solid #df631e;
  }

  .hksev-info-card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 14px;
    background: #e9f4ff;
    color: #0759b6;
    font-size: 23px;
    font-weight: 900;
  }

  .hksev-info-card--urgent .hksev-info-card-icon {
    background: #fff0e8;
    color: #b9470c;
  }

  .hksev-info-card h3 {
    margin: 0 0 9px;
    color: #143557;
    font-size: 20px;
    line-height: 1.38;
    font-weight: 850;
  }

  .hksev-info-card p {
    margin: 0;
    color: #586b80;
    font-size: 15px;
    line-height: 1.7;
  }

  .hksev-card-note {
    display: block;
    margin-top: 10px;
    color: #a13d0a;
    font-size: 13px;
    font-weight: 800;
  }

  /* ===== Diagnosis split ===== */
  .hksev-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 34px;
  }

  .hksev-split-main {
    width: 61%;
    min-width: 0;
  }

  .hksev-split-side {
    width: 39%;
    min-width: 0;
  }

  .hksev-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hksev-check-list li {
    position: relative;
    margin: 0 0 14px;
    padding: 17px 18px 17px 50px;
    border: 1px solid #dce8f4;
    border-radius: 14px;
    background: #ffffff;
    color: #425970;
    line-height: 1.65;
  }

  .hksev-check-list li:last-child {
    margin-bottom: 0;
  }

  .hksev-check-list li:before {
    content: "✓";
    position: absolute;
    top: 17px;
    left: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5f2ff;
    color: #0759b6;
    font-size: 13px;
    font-weight: 900;
  }

  .hksev-check-list strong {
    color: #15395e;
  }

  .hksev-callout {
    height: 100%;
    padding: 28px;
    border-radius: 20px;
    background: #0b5db6;
    color: #ffffff;
    -webkit-box-shadow: 0 20px 44px rgba(7, 74, 148, .22);
    box-shadow: 0 20px 44px rgba(7, 74, 148, .22);
  }

  .hksev-callout-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .15);
    font-size: 27px;
  }

  .hksev-callout h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.35;
  }

  .hksev-callout p {
    margin: 0 0 18px;
    color: #e3f1ff;
    line-height: 1.75;
  }

  .hksev-callout-list {
    margin: 0 0 24px;
    padding-left: 20px;
    color: #ffffff;
  }

  .hksev-callout-list li {
    margin-bottom: 7px;
  }

  /* ===== Timeline ===== */
  .hksev-timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
  }

  .hksev-timeline:before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 25px;
    width: 2px;
    background: #bcd8f2;
  }

  .hksev-timeline-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin-bottom: 19px;
  }

  .hksev-timeline-item:last-child {
    margin-bottom: 0;
  }

  .hksev-timeline-number {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid #f3f8ff;
    border-radius: 50%;
    background: #0759b6;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    -webkit-box-shadow: 0 6px 16px rgba(7, 89, 182, .22);
    box-shadow: 0 6px 16px rgba(7, 89, 182, .22);
  }

  .hksev-timeline-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 22px;
    border: 1px solid #d8e6f4;
    border-radius: 16px;
    background: #ffffff;
  }

  .hksev-timeline-body h3 {
    margin: 0 0 7px;
    color: #12385f;
    font-size: 20px;
    line-height: 1.4;
  }

  .hksev-timeline-body p {
    margin: 0;
    color: #576c82;
    font-size: 15px;
    line-height: 1.7;
  }

  .hksev-medical-note {
    max-width: 920px;
    margin: 25px auto 0;
    padding: 17px 19px;
    border: 1px solid #f1d59a;
    border-radius: 14px;
    background: #fffaf0;
    color: #694d19;
    font-size: 14px;
    line-height: 1.7;
  }

  .hksev-medical-note strong {
    color: #523700;
  }

  /* ===== Treatment rail ===== */
  .hksev-treatment-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -9px;
  }

  .hksev-treatment-col {
    width: 25%;
    padding: 9px;
  }

  .hksev-treatment-card {
    height: 100%;
    padding: 23px;
    border-top: 4px solid #2a75bd;
    border-radius: 4px 4px 16px 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 11px 28px rgba(7, 45, 83, .08);
    box-shadow: 0 11px 28px rgba(7, 45, 83, .08);
  }

  .hksev-treatment-card h3 {
    margin: 0 0 10px;
    color: #123a62;
    font-size: 19px;
    line-height: 1.4;
  }

  .hksev-treatment-card p {
    margin: 0;
    color: #5a6c80;
    font-size: 14px;
    line-height: 1.7;
  }

  /* ===== Why HKSEV ===== */
  .hksev-proof-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 42px;
  }

  .hksev-proof-copy {
    width: 42%;
    min-width: 0;
  }

  .hksev-proof-list {
    width: 58%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
  }

  .hksev-proof-item-wrap {
    width: 50%;
    padding: 8px;
  }

  .hksev-proof-item {
    height: 100%;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
  }

  .hksev-proof-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
  }

  .hksev-proof-item span {
    display: block;
    color: #c8dff5;
    font-size: 14px;
    line-height: 1.6;
  }

  /* ===== Process ===== */
  .hksev-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .hksev-process:before {
    content: "";
    position: absolute;
    top: 27px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #c7ddf1;
  }

  .hksev-process-step {
    position: relative;
    z-index: 1;
    width: 20%;
    padding: 0 11px;
    text-align: center;
  }

  .hksev-process-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: #0759b6;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    -webkit-box-shadow: 0 9px 23px rgba(7, 89, 182, .18);
    box-shadow: 0 9px 23px rgba(7, 89, 182, .18);
  }

  .hksev-process-step h3 {
    margin: 0 0 7px;
    color: #12385f;
    font-size: 17px;
    line-height: 1.4;
  }

  .hksev-process-step p {
    margin: 0;
    color: #65778a;
    font-size: 13px;
    line-height: 1.58;
  }

  /* ===== Fees ===== */
  .hksev-fee-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hksev-fee-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    padding: 26px;
    border: 1px solid #d6e5f3;
    border-radius: 19px;
    background: #ffffff;
    -webkit-box-shadow: 0 11px 30px rgba(8, 53, 94, .08);
    box-shadow: 0 11px 30px rgba(8, 53, 94, .08);
  }

  .hksev-fee-card--featured {
    border: 2px solid #0759b6;
  }

  .hksev-fee-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 6px;
    background: #eaf4ff;
    color: #0759b6;
    font-size: 12px;
    font-weight: 900;
  }

  .hksev-fee-card h3 {
    margin: 0 0 8px;
    color: #14375a;
    font-size: 21px;
    line-height: 1.35;
  }

  .hksev-fee-price {
    display: block;
    margin-bottom: 14px;
    color: #0759b6;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
  }

  .hksev-fee-price small {
    color: #697b8f;
    font-size: 14px;
    font-weight: 700;
  }

  .hksev-fee-card p {
    margin: 0;
    color: #5b6d80;
    font-size: 14px;
    line-height: 1.7;
  }

  .hksev-fee-list {
    margin: 13px 0 0;
    padding-left: 20px;
    color: #4f6479;
    font-size: 14px;
  }

  .hksev-fee-list li {
    margin-bottom: 6px;
  }

  /* ===== Detailed price table ===== */
  .hksev-price-table-block {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #cadff2;
    border-radius: 19px;
    background: #ffffff;
    -webkit-box-shadow: 0 11px 30px rgba(8, 53, 94, .08);
    box-shadow: 0 11px 30px rgba(8, 53, 94, .08);
  }

  .hksev-price-table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
    padding: 23px 25px;
    background: #0b5db6;
    color: #ffffff;
  }

  .hksev-price-table-head h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.35;
  }

  .hksev-price-table-head p {
    margin: 0;
    color: #dcecff;
    font-size: 14px;
    line-height: 1.65;
  }

  .hksev-price-table-badge {
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
    white-space: nowrap;
  }

  .hksev-price-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hksev-price-table {
    width: 100%;
    min-width: 790px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }

  .hksev-price-table th,
  .hksev-price-table td {
    padding: 16px 18px;
    border-right: 1px solid #dce8f4;
    border-bottom: 1px solid #dce8f4;
    vertical-align: middle;
    text-align: left;
  }

  .hksev-price-table th:last-child,
  .hksev-price-table td:last-child {
    border-right: 0;
  }

  .hksev-price-table tbody tr:last-child th,
  .hksev-price-table tbody tr:last-child td {
    border-bottom: 0;
  }

  .hksev-price-table thead th {
    background: #eaf4ff;
    color: #163f68;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    letter-spacing: .02em;
  }

  .hksev-price-table-category {
    width: 18%;
    background: #f4f9ff;
    color: #0b4f95;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
  }

  .hksev-price-table-item {
    width: 42%;
    color: #314b65;
    font-size: 15px;
    line-height: 1.6;
  }

  .hksev-price-table-item strong {
    display: block;
    color: #173b60;
    font-size: 15px;
  }

  .hksev-price-table-item span {
    display: block;
    margin-top: 2px;
    color: #6a7d90;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
  }

  .hksev-price-table-price {
    width: 18%;
    color: #0759b6;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
    white-space: nowrap;
  }

  .hksev-price-table-note {
    width: 22%;
    color: #5b6d80;
    font-size: 13px;
    line-height: 1.55;
  }

  .hksev-price-table tbody tr:nth-child(even) td,
  .hksev-price-table tbody tr:nth-child(even) th:not(.hksev-price-table-category) {
    background: #fbfdff;
  }

  .hksev-price-table-footnote {
    margin: 0;
    padding: 17px 20px;
    border-top: 1px solid #dce8f4;
    background: #fff8eb;
    color: #684b16;
    font-size: 13px;
    line-height: 1.7;
  }

  .hksev-price-table-footnote strong {
    color: #573800;
  }

  .hksev-fee-disclaimer {
    margin: 22px 0 0;
    padding: 17px 19px;
    border-radius: 13px;
    background: #eaf4ff;
    color: #163f68;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  /* ===== Review examples ===== */
  .hksev-review-alert {
    max-width: 800px;
    margin: -14px auto 26px;
    padding: 12px 15px;
    border: 1px dashed #9bbce0;
    border-radius: 10px;
    background: #f4f9ff;
    color: #526a83;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .hksev-review-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -9px;
  }

  .hksev-review-col {
    width: 50%;
    padding: 9px;
  }

  .hksev-review-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #dce8f4;
    border-radius: 17px;
    background: #ffffff;
    -webkit-box-shadow: 0 9px 24px rgba(5, 45, 84, .06);
    box-shadow: 0 9px 24px rgba(5, 45, 84, .06);
  }

  .hksev-review-stars {
    margin-bottom: 10px;
    color: #ed9b00;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
  }

  .hksev-review-card blockquote {
    margin: 0 0 14px;
    color: #3e5369;
    font-size: 15px;
    line-height: 1.72;
  }

  .hksev-review-name {
    color: #143a61;
    font-size: 13px;
    font-weight: 800;
  }

  /* ===== Branches ===== */
  .hksev-branch-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hksev-branch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #cadff2;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 14px 35px rgba(8, 50, 90, .09);
    box-shadow: 0 14px 35px rgba(8, 50, 90, .09);
  }

  .hksev-branch-card--urgent {
    border: 2px solid #0759b6;
  }

  .hksev-branch-top {
    padding: 25px 25px 21px;
  }

  .hksev-branch-status {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e9f4ff;
    color: #0759b6;
    font-size: 12px;
    font-weight: 900;
  }

  .hksev-branch-card--urgent .hksev-branch-status {
    background: #e9f8ef;
    color: #0b783d;
  }

  .hksev-branch-card h3 {
    margin: 0 0 14px;
    color: #0f355c;
    font-size: 24px;
    line-height: 1.35;
  }

  .hksev-contact-list {
    margin: 0 0 19px;
    padding: 0;
    list-style: none;
  }

  .hksev-contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 9px;
    color: #4c6177;
    font-size: 14px;
    line-height: 1.6;
  }

  .hksev-contact-list strong {
    min-width: 68px;
    margin-right: 9px;
    color: #173b60;
  }

  .hksev-contact-list a {
    color: #0759b6;
    font-weight: 800;
  }

  .hksev-branch-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hksev-branch-actions .hksev-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 135px;
    flex: 1 1 135px;
    min-height: 47px;
    padding: 11px 13px;
    font-size: 14px;
  }

  .hksev-branch-map {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: auto;
    padding-top: 56.25%;
    overflow: hidden;
    border-top: 1px solid #d9e6f2;
    background: #edf3f8;
  }

  .hksev-branch-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .hksev-branch-footnote {
    margin: 20px 0 0;
    color: #63758a;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
  }

  /* ===== Local SEO copy ===== */
  .hksev-local-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding: 28px 30px;
    border: 1px solid #d7e6f5;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(7, 50, 89, .06);
    box-shadow: 0 10px 30px rgba(7, 50, 89, .06);
  }

  .hksev-local-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66px;
    height: 66px;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 19px;
    background: #e8f4ff;
    color: #0759b6;
    font-size: 30px;
  }

  .hksev-local-box h2 {
    margin: 0 0 8px;
    color: #11375e;
    font-size: 25px;
    line-height: 1.35;
  }

  .hksev-local-box p {
    margin: 0;
    color: #566c82;
    font-size: 15px;
    line-height: 1.75;
  }

  /* ===== FAQ ===== */
  .hksev-faq-list {
    max-width: 920px;
    margin: 0 auto;
  }

  .hksev-faq-item {
    margin-bottom: 11px;
    overflow: hidden;
    border: 1px solid #d7e5f3;
    border-radius: 14px;
    background: #ffffff;
  }

  .hksev-faq-item:last-child {
    margin-bottom: 0;
  }

  .hksev-faq-item summary {
    position: relative;
    padding: 18px 52px 18px 19px;
    color: #163a60;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 850;
    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: 18px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    color: #0759b6;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
  }

  .hksev-faq-item[open] summary:after {
    content: "−";
  }

  .hksev-faq-answer {
    padding: 0 19px 19px;
    color: #576c82;
    font-size: 15px;
    line-height: 1.75;
  }

  .hksev-faq-answer p {
    margin: 0;
  }

  .hksev-faq-answer a {
    color: #0759b6;
    font-weight: 800;
    text-decoration: underline;
  }

  /* ===== Final CTA ===== */
  .hksev-final-cta {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #0759b6;
    color: #ffffff;
  }

  .hksev-final-cta:before,
  .hksev-final-cta:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
  }

  .hksev-final-cta:before {
    top: -130px;
    right: -80px;
    width: 320px;
    height: 320px;
  }

  .hksev-final-cta:after {
    bottom: -190px;
    left: -110px;
    width: 360px;
    height: 360px;
  }

  .hksev-final-layout {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
  }

  .hksev-final-copy {
    max-width: 700px;
  }

  .hksev-final-copy h2 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
  }

  .hksev-final-copy p {
    margin: 0;
    color: #dcecff;
    font-size: 16px;
    line-height: 1.7;
  }

  .hksev-final-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 10px;
  }

  /* ===== Medical disclaimer ===== */
  .hksev-disclaimer {
    padding: 25px 0;
    background: #f3f6f9;
  }

  .hksev-disclaimer p {
    margin: 0;
    color: #6b7888;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
  }

  /* ===== Mobile sticky CTA ===== */
  .hksev-sticky {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 8px 8px 9px;
    padding-bottom: calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #c9d8e7;
    background: rgba(255, 255, 255, .98);
    -webkit-box-shadow: 0 -8px 25px rgba(8, 38, 68, .14);
    box-shadow: 0 -8px 25px rgba(8, 38, 68, .14);
  }

  .hksev-sticky-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    max-width: 680px;
    margin: 0 auto;
  }

  .hksev-sticky-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    min-height: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 5px;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 850;
    text-align: center;
  }

  .hksev-sticky-btn strong {
    display: block;
    font-size: 13px;
  }

  .hksev-sticky-btn span {
    display: block;
    margin-top: 2px;
    opacity: .88;
    font-size: 10px;
  }

  .hksev-sticky-btn--call {
    background: #0759b6;
  }

  .hksev-sticky-btn--wa {
    background: #128c4a;
  }

  .hksev-sticky-btn--map {
    background: #334b65;
  }

  /* ===== Responsive ===== */
  @media (max-width: 1024px) {
    .hksev-hero h1 {
      font-size: 40px;
    }

    .hksev-hero-grid {
      gap: 28px;
    }

    .hksev-hero-copy {
      width: 54%;
    }

    .hksev-hero-visual {
      width: 46%;
    }

    .hksev-treatment-col {
      width: 50%;
    }

    .hksev-card-col-4 {
      width: 50%;
    }

    .hksev-final-layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }

  @media (max-width: 820px) {
    .hksev-page {
      padding-bottom: 82px;
      font-size: 15px;
    }

    .hksev-container {
      padding: 0 16px;
    }

    .hksev-section {
      padding: 58px 0;
    }

    .hksev-section--compact {
      padding-top: 38px;
      padding-bottom: 38px;
    }

    .hksev-section-head {
      margin-bottom: 28px;
      text-align: left;
    }

    .hksev-section-title {
      font-size: 30px;
    }

    .hksev-section-intro {
      font-size: 16px;
    }

    .hksev-hero {
      padding: 28px 0 38px;
    }

    .hksev-hero-grid {
      display: block;
    }

    .hksev-hero-copy,
    .hksev-hero-visual {
      width: 100%;
    }

    .hksev-hero h1 {
      font-size: 38px;
    }

    .hksev-hero-lead {
      font-size: 17px;
    }

    .hksev-hero-visual {
      margin-top: 27px;
    }

    .hksev-hero-ratio {
      border-radius: 18px;
    }

    .hksev-urgent-strip {
      margin-top: 0;
      padding-top: 14px;
      background: #ffffff;
    }

    .hksev-urgent-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px 13px;
    }

    .hksev-urgent-copy {
      -ms-flex-preferred-size: calc(100% - 90px);
      flex-basis: calc(100% - 90px);
    }

    .hksev-urgent-link {
      width: 100%;
      padding-left: 0;
    }

    .hksev-card-col-3 {
      width: 50%;
    }

    .hksev-split,
    .hksev-proof-layout,
    .hksev-fee-layout,
    .hksev-branch-grid,
    .hksev-local-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .hksev-split-main,
    .hksev-split-side,
    .hksev-proof-copy,
    .hksev-proof-list,
    .hksev-branch-card {
      width: 100%;
    }

    .hksev-process {
      display: block;
    }

    .hksev-process:before {
      top: 27px;
      bottom: 27px;
      left: 27px;
      right: auto;
      width: 2px;
      height: auto;
    }

    .hksev-process-step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-height: 72px;
      padding: 0;
      margin-bottom: 16px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 15px;
      text-align: left;
    }

    .hksev-process-step:last-child {
      margin-bottom: 0;
    }

    .hksev-process-number {
      margin: 0;
      -ms-flex: 0 0 56px;
      flex: 0 0 56px;
    }

    .hksev-process-copy {
      padding-top: 5px;
    }

    .hksev-process-step h3 {
      margin-bottom: 3px;
    }

    .hksev-fee-card {
      width: 100%;
    }

    .hksev-price-table-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 21px;
    }

    .hksev-price-table-badge {
      white-space: normal;
    }

    .hksev-local-icon {
      margin: 0;
    }

    .hksev-final-actions {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .hksev-final-actions .hksev-btn {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 190px;
      flex: 1 1 190px;
    }

    .hksev-sticky {
      display: block;
    }
  }

  @media (max-width: 560px) {
    .hksev-page {
      padding-bottom: 78px;
    }

    .hksev-container {
      padding: 0 14px;
    }

    .hksev-section {
      padding: 48px 0;
    }

    .hksev-hero {
      padding-top: 24px;
    }

    .hksev-hero-brand {
      margin-bottom: 11px;
      font-size: 13px;
    }

    .hksev-hero h1 {
      margin-bottom: 15px;
      font-size: 32px;
      line-height: 1.2;
    }

    .hksev-hero-lead {
      margin-bottom: 19px;
      font-size: 16px;
      line-height: 1.7;
    }

    .hksev-btn-row {
      display: block;
    }

    .hksev-btn-row .hksev-btn {
      width: 100%;
      margin-bottom: 9px;
    }

    .hksev-btn-row .hksev-btn:last-child {
      margin-bottom: 0;
    }

    .hksev-branch-quick {
      display: block;
      margin-top: 15px;
    }

    .hksev-branch-pill {
      margin-bottom: 8px;
    }

    .hksev-branch-pill:last-child {
      margin-bottom: 0;
    }

    .hksev-hero-graphic {
      width: 55%;
      padding-left: 6%;
    }

    .hksev-hero-photo {
      width: 45%;
    }

    .hksev-hero-graphic-icon {
      width: 39px;
      height: 39px;
      margin-bottom: 8px;
      border-radius: 11px;
      font-size: 20px;
    }

    .hksev-hero-graphic strong {
      font-size: 16px;
    }

    .hksev-hero-graphic span {
      margin-top: 4px;
      font-size: 10px;
      line-height: 1.4;
    }

    .hksev-hero-caption {
      text-align: left;
    }

    .hksev-urgent-box {
      padding: 17px;
    }

    .hksev-urgent-copy {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 14px;
    }

    .hksev-section-title {
      font-size: 27px;
    }

    .hksev-section-intro {
      font-size: 15px;
    }

    .hksev-card-col-3,
    .hksev-card-col-4,
    .hksev-card-col-6,
    .hksev-treatment-col,
    .hksev-review-col,
    .hksev-proof-item-wrap {
      width: 100%;
    }

    .hksev-info-card,
    .hksev-treatment-card,
    .hksev-review-card {
      padding: 20px;
    }

    .hksev-timeline-item {
      gap: 13px;
    }

    .hksev-timeline:before {
      left: 22px;
    }

    .hksev-timeline-number {
      width: 46px;
      height: 46px;
      -ms-flex: 0 0 46px;
      flex: 0 0 46px;
      border-width: 4px;
      font-size: 15px;
    }

    .hksev-timeline-body {
      padding: 17px;
    }

    .hksev-timeline-body h3 {
      font-size: 18px;
    }

    .hksev-callout {
      padding: 23px;
    }

    .hksev-fee-price {
      font-size: 30px;
    }

    .hksev-price-table-block {
      margin-top: 22px;
      border-radius: 16px;
    }

    .hksev-price-table-head {
      padding: 19px;
    }

    .hksev-price-table-head h3 {
      font-size: 20px;
    }

    .hksev-price-table-scroll {
      overflow: visible;
    }

    .hksev-price-table {
      display: block;
      min-width: 0;
      table-layout: auto;
    }

    .hksev-price-table thead {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .hksev-price-table tbody {
      display: block;
      padding: 13px;
    }

    .hksev-price-table tbody tr {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto;
      margin-bottom: 11px;
      overflow: hidden;
      border: 1px solid #d5e4f2;
      border-radius: 13px;
      background: #ffffff;
    }

    .hksev-price-table tbody tr:last-child {
      margin-bottom: 0;
    }

    .hksev-price-table tbody tr:before {
      content: attr(data-category);
      grid-column: 1 / -1;
      padding: 8px 12px;
      background: #eaf4ff;
      color: #0b4f95;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 900;
      letter-spacing: .02em;
    }

    .hksev-price-table th,
    .hksev-price-table td,
    .hksev-price-table tbody tr:last-child th,
    .hksev-price-table tbody tr:last-child td {
      width: auto;
      padding: 12px;
      border: 0;
      background: #ffffff;
    }

    .hksev-price-table-category {
      display: none;
    }

    .hksev-price-table-item {
      grid-column: 1;
      min-width: 0;
    }

    .hksev-price-table-price {
      grid-column: 2;
      -ms-grid-row-align: center;
      align-self: center;
      padding-left: 4px !important;
      text-align: right;
    }

    .hksev-price-table-note {
      grid-column: 1 / -1;
      padding-top: 9px !important;
      border-top: 1px solid #e4edf6 !important;
      color: #5d7084;
    }

    .hksev-price-table-footnote {
      padding: 15px 17px;
    }

    .hksev-branch-top {
      padding: 21px 19px 19px;
    }

    .hksev-branch-card h3 {
      font-size: 21px;
    }

    .hksev-contact-list li {
      display: block;
      margin-bottom: 11px;
    }

    .hksev-contact-list strong {
      display: block;
      min-width: 0;
      margin-right: 0;
      margin-bottom: 1px;
    }

    .hksev-local-box {
      padding: 23px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .hksev-local-box h2 {
      font-size: 22px;
    }

    .hksev-final-cta {
      padding: 42px 0;
    }

    .hksev-final-copy h2 {
      font-size: 27px;
    }

    .hksev-final-actions {
      display: block;
    }

    .hksev-final-actions .hksev-btn {
      width: 100%;
      margin-bottom: 9px;
    }

    .hksev-final-actions .hksev-btn:last-child {
      margin-bottom: 0;
    }

    .hksev-sticky {
      padding-right: 6px;
      padding-left: 6px;
    }

    .hksev-sticky-inner {
      gap: 5px;
    }

    .hksev-sticky-btn {
      min-height: 48px;
      border-radius: 9px;
      font-size: 11px;
    }

    .hksev-sticky-btn strong {
      font-size: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hksev-page *,
    .hksev-page *:before,
    .hksev-page *:after {
      -webkit-transition-duration: .01ms !important;
      transition-duration: .01ms !important;
      scroll-behavior: auto !important;
    }
  }

  @media print {
    .hksev-sticky {
      display: none !important;
    }

    .hksev-page {
      padding-bottom: 0;
    }
  }
