
  .hksev-page,
  .hksev-page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hksev-page {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #16324a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
  }

  .hksev-page img,
  .hksev-page iframe {
    display: block;
    max-width: 100%;
    border: 0;
  }

  .hksev-page a {
    color: inherit;
    text-decoration: none;
  }

  .hksev-page address {
    font-style: normal;
  }

  .hksev-page button,
  .hksev-page summary {
    font: inherit;
  }

  .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;
  }

  .hksev-container {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }

  .hksev-section {
    padding: 82px 0;
  }

  .hksev-section-blue {
    background: #eef8ff;
  }

  .hksev-section-soft {
    background: #f7fbfe;
  }

  .hksev-kicker {
    margin: 0 0 10px;
    color: #0b6fa4;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  .hksev-page h1,
  .hksev-page h2,
  .hksev-page h3,
  .hksev-page p {
    margin-top: 0;
  }

  .hksev-page h1 {
    margin-bottom: 22px;
    color: #073b63;
    font-size: 50px;
    line-height: 1.14;
    letter-spacing: -.035em;
    font-weight: 900;
  }

  .hksev-page h2 {
    margin-bottom: 18px;
    color: #073b63;
    font-size: 36px;
    line-height: 1.24;
    letter-spacing: -.025em;
    font-weight: 900;
  }

  .hksev-page h3 {
    margin-bottom: 10px;
    color: #073b63;
    font-size: 22px;
    line-height: 1.38;
    font-weight: 850;
  }

  .hksev-lead {
    max-width: 820px;
    margin-bottom: 0;
    color: #49677d;
    font-size: 20px;
  }

  .hksev-section-head {
    max-width: 820px;
    margin-bottom: 38px;
  }

  .hksev-section-head p {
    margin-bottom: 0;
    color: #557086;
    font-size: 18px;
  }

  .hksev-icon {
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    vertical-align: middle;
  }

  .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: 56px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
    -webkit-transition: background-color .2s ease, border-color .2s ease, color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, -webkit-transform .2s ease;
  }

  .hksev-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .hksev-btn:focus-visible,
  .hksev-page summary:focus-visible {
    outline: 3px solid #ffbd4a;
    outline-offset: 3px;
  }

  .hksev-btn .hksev-icon {
    margin-right: 9px;
  }

  .hksev-btn-primary {
    background: #075fa8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 10px 24px rgba(7, 95, 168, .22);
    box-shadow: 0 10px 24px rgba(7, 95, 168, .22);
  }

  .hksev-btn-primary:hover {
    background: #064e8a;
  }

  .hksev-btn-whatsapp {
    background: #0b9f52;
    color: #ffffff !important;
    -webkit-box-shadow: 0 10px 24px rgba(11, 159, 82, .2);
    box-shadow: 0 10px 24px rgba(11, 159, 82, .2);
  }

  .hksev-btn-whatsapp:hover {
    background: #087e41;
  }

  .hksev-btn-outline {
    border-color: #b9d2e4;
    background: #ffffff;
    color: #075f9b !important;
  }

  .hksev-btn-outline:hover {
    border-color: #075f9b;
    background: #f0f8fd;
  }

  .hksev-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 28px;
    background: #ffffff;
  }

  .hksev-hero:after {
    position: absolute;
    right: -190px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid #d7ebf7;
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .hksev-hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
  }

  .hksev-hero-copy,
  .hksev-hero-media-col {
    width: 50%;
    padding: 0 20px;
  }

  .hksev-hero-copy {
    position: relative;
    z-index: 2;
  }

  .hksev-hero-subtitle {
    max-width: 590px;
    margin-bottom: 24px;
    color: #405e74;
    font-size: 20px;
  }

  .hksev-hero-subtitle strong {
    color: #073b63;
  }

  .hksev-emergency-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 22px;
  }

  .hksev-contact-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
    padding: 6px 8px;
    color: #073b63;
  }

  .hksev-contact-mini .hksev-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    color: #075fa8;
  }

  .hksev-contact-mini-label {
    display: block;
    color: #667f92;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
  }

  .hksev-contact-mini-number {
    display: block;
    margin-top: 2px;
    color: #073b63;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .02em;
  }

  .hksev-hero-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 20px;
  }

  .hksev-hero-actions .hksev-btn {
    width: calc(50% - 12px);
    margin: 6px;
  }

  .hksev-hero-branch {
    margin: 0;
    color: #5d7588;
    font-size: 15px;
    font-weight: 700;
  }

  .hksev-hero-branch strong {
    color: #d66b12;
  }

  .hksev-media-frame {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 18px;
    background: #e7f3fb;
    -webkit-box-shadow: 0 24px 55px rgba(7, 59, 99, .16);
    box-shadow: 0 24px 55px rgba(7, 59, 99, .16);
  }

  .hksev-media-frame img,
  .hksev-media-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hksev-hero .hksev-media-frame img {
    -webkit-transform: scale(1.34);
    transform: scale(1.34);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .hksev-trust-strip {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    border: 1px solid #cbe2f1;
    border-radius: 12px;
    background: #eef8ff;
  }

  .hksev-trust-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.333%;
    padding: 15px 20px;
    color: #16466b;
    font-size: 15px;
    font-weight: 800;
  }

  .hksev-trust-item + .hksev-trust-item {
    border-left: 1px solid #cbe2f1;
  }

  .hksev-trust-item .hksev-icon {
    margin-right: 10px;
    color: #075fa8;
  }

  .hksev-urgent-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 32px;
    padding: 18px 20px;
    border-left: 5px solid #e17c21;
    background: #fff7ec;
    color: #71451d;
    border-radius: 0 10px 10px 0;
  }

  .hksev-urgent-note .hksev-icon {
    margin: 2px 12px 0 0;
    color: #d96810;
  }

  .hksev-urgent-note p {
    margin-bottom: 0;
  }

  .hksev-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }

  .hksev-symptom-card {
    width: calc(33.333% - 20px);
    margin: 10px;
    padding: 24px;
    border: 1px solid #cfe3f1;
    border-radius: 14px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 28px rgba(7, 59, 99, .06);
    box-shadow: 0 10px 28px rgba(7, 59, 99, .06);
  }

  .hksev-symptom-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #eaf6fe;
    color: #075fa8;
  }

  .hksev-symptom-icon .hksev-icon {
    width: 27px;
    height: 27px;
  }

  .hksev-symptom-card p {
    margin-bottom: 0;
    color: #5c7385;
    font-size: 15px;
  }

  .hksev-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 28px -10px 0;
  }

  .hksev-home-item {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 18px 18px 18px 46px;
    border-top: 2px solid #c8e2f2;
    background: #ffffff;
    color: #38566c;
    font-size: 15px;
    position: relative;
  }

  .hksev-home-item:before {
    position: absolute;
    top: 19px;
    left: 18px;
    color: #d96810;
    content: "×";
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
  }

  .hksev-why-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -18px;
  }

  .hksev-why-points {
    width: 58%;
    padding: 0 18px;
  }

  .hksev-why-branch {
    width: 42%;
    padding: 0 18px;
  }

  .hksev-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -9px;
  }

  .hksev-point {
    width: calc(50% - 18px);
    margin: 9px;
    padding: 18px 20px;
    border-left: 3px solid #77bde4;
    background: #ffffff;
  }

  .hksev-point strong {
    display: block;
    margin-bottom: 4px;
    color: #073b63;
    font-size: 17px;
  }

  .hksev-point span {
    color: #5e7689;
    font-size: 15px;
  }

  .hksev-emergency-box {
    height: 100%;
    padding: 30px;
    border-radius: 16px;
    background: #073b63;
    color: #ffffff;
    -webkit-box-shadow: 0 20px 44px rgba(7, 59, 99, .2);
    box-shadow: 0 20px 44px rgba(7, 59, 99, .2);
  }

  .hksev-emergency-box h3 {
    color: #ffffff;
    font-size: 27px;
  }

  .hksev-emergency-box p {
    color: #d9ebf7;
  }

  .hksev-emergency-box .hksev-phone-big {
    display: block;
    margin: 20px 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: .025em;
    line-height: 1.1;
  }

  .hksev-emergency-box .hksev-btn {
    width: 100%;
    margin-top: 8px;
  }

  .hksev-process {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 44px -8px 0;
  }

  .hksev-process:before {
    position: absolute;
    top: 31px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: #c5deee;
    content: "";
  }

  .hksev-step {
    position: relative;
    z-index: 1;
    width: 20%;
    padding: 0 8px;
    text-align: center;
  }

  .hksev-step-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background: #075fa8;
    color: #ffffff;
    -webkit-box-shadow: 0 8px 20px rgba(7, 95, 168, .18);
    box-shadow: 0 8px 20px rgba(7, 95, 168, .18);
    font-size: 22px;
    font-weight: 900;
  }

  .hksev-step h3 {
    font-size: 18px;
  }

  .hksev-step p {
    margin-bottom: 0;
    color: #617a8d;
    font-size: 14px;
    line-height: 1.58;
  }

  .hksev-medical-note {
    margin-top: 38px;
    padding: 22px 24px;
    border: 1px solid #cfe3f1;
    border-radius: 12px;
    background: #f7fbfe;
    color: #45657c;
  }

  .hksev-medical-note strong {
    color: #073b63;
  }

  .hksev-medical-note p:last-child {
    margin-bottom: 0;
  }

  .hksev-fee-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -14px;
  }

  .hksev-package-wrap,
  .hksev-reference-wrap {
    width: 50%;
    padding: 0 14px;
  }

  .hksev-package {
    height: 100%;
    overflow: hidden;
    border: 1px solid #a9cce3;
    border-radius: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 16px 40px rgba(7, 59, 99, .12);
    box-shadow: 0 16px 40px rgba(7, 59, 99, .12);
  }

  .hksev-package-head {
    padding: 28px 30px;
    background: #073b63;
    color: #ffffff;
  }

  .hksev-package-head h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
  }

  .hksev-package-price {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
  }

  .hksev-package-body {
    padding: 28px 30px 30px;
  }

  .hksev-package-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }

  .hksev-package-col {
    width: 50%;
    padding: 0 12px;
  }

  .hksev-package-col + .hksev-package-col {
    border-left: 1px solid #d9e7f0;
  }

  .hksev-package-col h4 {
    margin: 0 0 12px;
    color: #073b63;
    font-size: 17px;
  }

  .hksev-check-list,
  .hksev-cross-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hksev-check-list li,
  .hksev-cross-list li {
    position: relative;
    margin: 0 0 9px;
    padding-left: 24px;
    color: #4d687b;
    font-size: 14px;
    line-height: 1.52;
  }

  .hksev-check-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #098c48;
    content: "✓";
    font-weight: 900;
  }

  .hksev-cross-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #d9574f;
    content: "×";
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
  }

  .hksev-package-disclaimer {
    margin: 24px 0 0;
    padding-top: 18px;
    border-top: 1px solid #dbe9f1;
    color: #6a7e8d;
    font-size: 13px;
  }

  .hksev-reference-card {
    height: 100%;
    padding: 28px 30px;
    border: 1px solid #cfe3f1;
    border-radius: 16px;
    background: #f8fcff;
  }

  .hksev-reference-card h3 {
    margin-bottom: 6px;
  }

  .hksev-reference-intro {
    margin-bottom: 18px;
    color: #687e90;
    font-size: 14px;
  }

  .hksev-fee-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .hksev-fee-table th,
  .hksev-fee-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #d6e7f2;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
  }

  .hksev-fee-table th {
    color: #587085;
    font-weight: 700;
  }

  .hksev-fee-table td:last-child,
  .hksev-fee-table th:last-child {
    color: #073b63;
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
  }

  .hksev-fee-alert {
    margin: 28px 0 0;
    padding: 19px 22px;
    border-left: 5px solid #e17c21;
    background: #fff7ec;
    color: #664119;
    font-weight: 750;
  }

  .hksev-review-notice {
    display: inline-block;
    margin-bottom: 24px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #fff3df;
    color: #9b560f;
    font-size: 13px;
    font-weight: 800;
  }

  .hksev-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }

  .hksev-review {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 24px;
    border: 1px solid #d1e3ef;
    border-radius: 12px;
    background: #ffffff;
  }

  .hksev-stars {
    margin-bottom: 12px;
    color: #f2a500;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1;
  }

  .hksev-review blockquote {
    margin: 0 0 18px;
    color: #3f5d72;
    font-size: 15px;
  }

  .hksev-review cite {
    color: #073b63;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
  }

  .hksev-branches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px;
  }

  .hksev-branch {
    width: 50%;
    padding: 0 14px;
  }

  .hksev-branch-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #c7deed;
    border-radius: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 15px 38px rgba(7, 59, 99, .08);
    box-shadow: 0 15px 38px rgba(7, 59, 99, .08);
  }

  .hksev-branch-body {
    padding: 28px;
  }

  .hksev-branch-body h3 {
    font-size: 26px;
  }

  .hksev-branch-status {
    margin-bottom: 16px;
    color: #d36711;
    font-size: 14px;
    font-weight: 850;
  }

  .hksev-branch-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
  }

  .hksev-branch-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 11px;
    color: #4b687d;
  }

  .hksev-branch-list .hksev-icon {
    width: 21px;
    height: 21px;
    margin: 3px 10px 0 0;
    color: #075fa8;
  }

  .hksev-branch-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }

  .hksev-branch-actions .hksev-btn {
    min-height: 48px;
    margin: 5px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .hksev-map-frame {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    background: #e8f2f8;
  }

  .hksev-map-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hksev-faq-list {
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid #cfe1ed;
  }

  .hksev-faq {
    border-bottom: 1px solid #cfe1ed;
    background: #ffffff;
  }

  .hksev-faq summary {
    position: relative;
    display: block;
    padding: 21px 56px 21px 8px;
    color: #073b63;
    cursor: pointer;
    font-size: 18px;
    font-weight: 850;
    list-style: none;
  }

  .hksev-faq summary::-webkit-details-marker {
    display: none;
  }

  .hksev-faq summary:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #bcd4e4;
    border-radius: 50%;
    color: #075fa8;
    content: "+";
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
  }

  .hksev-faq[open] summary:after {
    content: "−";
  }

  .hksev-faq-answer {
    padding: 0 56px 22px 8px;
    color: #506c80;
  }

  .hksev-faq-answer p:last-child {
    margin-bottom: 0;
  }

  .hksev-source-note {
    max-width: 960px;
    margin: 30px auto 0;
    padding: 16px 18px;
    border-radius: 9px;
    background: #f4f9fc;
    color: #6a7d8d;
    font-size: 13px;
  }

  .hksev-source-note a {
    color: #075f9b;
    text-decoration: underline;
  }

  .hksev-final-cta {
    padding: 58px 0 96px;
    background: #073b63;
    color: #ffffff;
  }

  .hksev-final-row {
    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;
    margin: 0 -16px;
  }

  .hksev-final-copy,
  .hksev-final-actions {
    padding: 0 16px;
  }

  .hksev-final-copy {
    width: 58%;
  }

  .hksev-final-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    margin: -6px;
  }

  .hksev-final-cta h2 {
    margin-bottom: 10px;
    color: #ffffff;
  }

  .hksev-final-cta p {
    margin-bottom: 0;
    color: #d6e8f4;
  }

  .hksev-final-actions .hksev-btn {
    width: calc(50% - 12px);
    margin: 6px;
  }

  .hksev-mobile-bar {
    display: none;
  }

  @media (max-width: 980px) {
    .hksev-page h1 {
      font-size: 42px;
    }

    .hksev-page h2 {
      font-size: 32px;
    }

    .hksev-hero-row,
    .hksev-why-row,
    .hksev-fee-layout,
    .hksev-branches,
    .hksev-final-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .hksev-hero-copy,
    .hksev-hero-media-col,
    .hksev-why-points,
    .hksev-why-branch,
    .hksev-package-wrap,
    .hksev-reference-wrap,
    .hksev-branch,
    .hksev-final-copy,
    .hksev-final-actions {
      width: 100%;
    }

    .hksev-hero-media-col,
    .hksev-why-branch,
    .hksev-reference-wrap,
    .hksev-branch + .hksev-branch,
    .hksev-final-actions {
      margin-top: 28px;
    }

    .hksev-symptom-card {
      width: calc(50% - 20px);
    }

    .hksev-home-item,
    .hksev-review {
      width: calc(50% - 20px);
    }

    .hksev-process {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .hksev-process:before {
      display: none;
    }

    .hksev-step {
      width: 50%;
      margin-bottom: 28px;
      text-align: left;
    }

    .hksev-step-number {
      margin-left: 0;
    }

    .hksev-final-actions {
      padding: 0 10px;
    }
  }

  @media (max-width: 680px) {
    .hksev-page {
      padding-bottom: 72px;
      font-size: 16px;
    }

    .hksev-container {
      max-width: calc(100% - 28px);
    }

    .hksev-section {
      padding: 58px 0;
    }

    .hksev-page h1 {
      margin-bottom: 16px;
      font-size: 36px;
      line-height: 1.16;
    }

    .hksev-page h2 {
      font-size: 29px;
    }

    .hksev-page h3 {
      font-size: 20px;
    }

    .hksev-lead,
    .hksev-hero-subtitle {
      font-size: 17px;
    }

    .hksev-section-head {
      margin-bottom: 28px;
    }

    .hksev-hero {
      padding: 34px 0 24px;
    }

    .hksev-hero-row {
      margin: 0 -10px;
    }

    .hksev-hero-copy,
    .hksev-hero-media-col {
      padding: 0 10px;
    }

    .hksev-contact-mini {
      width: 100%;
      padding-left: 0;
    }

    .hksev-contact-mini-number {
      font-size: 23px;
    }

    .hksev-hero-actions {
      margin: 0 0 18px;
    }

    .hksev-hero-actions .hksev-btn {
      width: 100%;
      margin: 5px 0;
    }

    .hksev-hero-media-col {
      margin-top: 24px;
    }

    .hksev-trust-strip {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 24px;
    }

    .hksev-trust-item {
      width: 100%;
      padding: 12px 15px;
    }

    .hksev-trust-item + .hksev-trust-item {
      border-top: 1px solid #cbe2f1;
      border-left: 0;
    }

    .hksev-symptom-card,
    .hksev-home-item,
    .hksev-point,
    .hksev-review {
      width: calc(100% - 20px);
    }

    .hksev-symptom-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 19px;
    }

    .hksev-symptom-icon {
      width: 44px;
      height: 44px;
      margin: 0 15px 0 0;
      -ms-flex: 0 0 44px;
      flex: 0 0 44px;
    }

    .hksev-symptom-card h3 {
      margin-bottom: 4px;
      font-size: 18px;
    }

    .hksev-symptom-card p {
      font-size: 14px;
    }

    .hksev-emergency-box {
      padding: 25px 22px;
    }

    .hksev-emergency-box .hksev-phone-big {
      font-size: 30px;
    }

    .hksev-step {
      width: 100%;
      padding-left: 84px;
      min-height: 72px;
      position: relative;
    }

    .hksev-step-number {
      position: absolute;
      top: 0;
      left: 8px;
      width: 56px;
      height: 56px;
      margin: 0;
      border-width: 4px;
    }

    .hksev-package-head,
    .hksev-package-body,
    .hksev-reference-card,
    .hksev-branch-body {
      padding: 24px 20px;
    }

    .hksev-package-price {
      font-size: 45px;
    }

    .hksev-package-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .hksev-package-col {
      width: 100%;
    }

    .hksev-package-col + .hksev-package-col {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #d9e7f0;
      border-left: 0;
    }

    .hksev-fee-table th,
    .hksev-fee-table td {
      padding: 10px 4px;
      font-size: 13px;
    }

    .hksev-branch-actions .hksev-btn {
      width: calc(50% - 10px);
    }

    .hksev-branch-actions .hksev-btn-outline {
      width: calc(100% - 10px);
    }

    .hksev-faq summary {
      padding: 18px 48px 18px 2px;
      font-size: 16px;
    }

    .hksev-faq-answer {
      padding: 0 44px 20px 2px;
      font-size: 15px;
    }

    .hksev-final-actions {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .hksev-final-actions .hksev-btn {
      width: 100%;
    }

    .hksev-mobile-bar {
      position: fixed;
      z-index: 99999;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 66px;
      border-top: 1px solid rgba(255, 255, 255, .25);
      background: #073b63;
      -webkit-box-shadow: 0 -8px 28px rgba(0, 26, 47, .25);
      box-shadow: 0 -8px 28px rgba(0, 26, 47, .25);
    }

    .hksev-mobile-bar a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%;
      color: #ffffff;
      font-size: 16px;
      font-weight: 900;
    }

    .hksev-mobile-bar a + a {
      border-left: 1px solid rgba(255, 255, 255, .25);
      background: #0b9f52;
    }

    .hksev-mobile-bar .hksev-icon {
      margin-right: 8px;
    }
  }

  @media (max-width: 380px) {
    .hksev-page h1 {
      font-size: 32px;
    }

    .hksev-package-price {
      font-size: 39px;
    }

    .hksev-mobile-bar a {
      font-size: 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hksev-btn {
      -webkit-transition: none;
      transition: none;
    }

    .hksev-btn:hover {
      -webkit-transform: none;
      transform: none;
    }
  }
