
/* ==============================
   HKSEV LANDING PAGE｜SCOPED CSS
   純傳統 CSS，無框架、無外置字體、無 JavaScript
   ============================== */
.hksev-page,
.hksev-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hksev-page {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #1d3348;
  background: #ffffff;
  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.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hksev-page img {
  display: block;
  max-width: 100%;
  border: 0;
}

.hksev-page a {
  color: #0f66b3;
  text-decoration: none;
}

.hksev-page a:hover,
.hksev-page a:focus {
  text-decoration: none;
}

.hksev-page button,
.hksev-page a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hksev-page h1,
.hksev-page h2,
.hksev-page h3,
.hksev-page p,
.hksev-page ul,
.hksev-page ol,
.hksev-page blockquote {
  margin-top: 0;
}

.hksev-page h1,
.hksev-page h2,
.hksev-page h3 {
  color: #0b2f57;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.hksev-page h1 {
  margin-bottom: 18px;
  font-size: 46px;
}

.hksev-page h2 {
  margin-bottom: 16px;
  font-size: 34px;
}

.hksev-page h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.hksev-page p {
  margin-bottom: 16px;
}

.hksev-page ul,
.hksev-page ol {
  margin-bottom: 18px;
  padding-left: 22px;
}

.hksev-page strong {
  color: #0b2f57;
}

.hksev-container {
  width: 92%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.hksev-section {
  padding: 72px 0;
}

.hksev-section-alt {
  background: #f3f8fc;
}

.hksev-section-blue {
  color: #ffffff;
  background: #0b4d86;
}

.hksev-section-blue h2,
.hksev-section-blue h3,
.hksev-section-blue strong {
  color: #ffffff;
}

.hksev-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.hksev-col-25,
.hksev-col-33,
.hksev-col-40,
.hksev-col-50,
.hksev-col-60,
.hksev-col-66,
.hksev-col-75,
.hksev-col-100 {
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.hksev-col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.hksev-col-33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.hksev-col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.hksev-col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hksev-col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.hksev-col-66 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.hksev-col-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.hksev-col-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.hksev-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hksev-card {
  height: 100%;
  margin-bottom: 20px;
  padding: 26px;
  border: 1px solid #d8e6f1;
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 34px rgba(20, 60, 95, 0.08);
  box-shadow: 0 12px 34px rgba(20, 60, 95, 0.08);
}

.hksev-card-soft {
  background: #f8fbfe;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hksev-card-urgent {
  border-color: #efc8c8;
  background: #fff8f8;
}

.hksev-card-green {
  border-color: #cce7d7;
  background: #f7fcf9;
}

.hksev-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border: 1px solid #b8d7ef;
  border-radius: 999px;
  color: #0f5d9b;
  background: #eaf6ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.hksev-kicker-urgent {
  border-color: #f0bbbb;
  color: #9f2525;
  background: #fff0f0;
}

.hksev-section-heading {
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  text-align: center;
}

.hksev-section-heading p {
  margin-bottom: 0;
  color: #5b7185;
  font-size: 18px;
}

.hksev-section-blue .hksev-section-heading p {
  color: #dcecff;
}

.hksev-section-blue .hksev-card {
  color: #1d3348;
}

.hksev-section-blue .hksev-card h3,
.hksev-section-blue .hksev-card strong {
  color: #0b2f57;
}

.hksev-muted {
  color: #5b7185;
}

.hksev-small {
  font-size: 13px;
  line-height: 1.6;
}

.hksev-text-center {
  text-align: center;
}

.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;
}

/* HERO */
.hksev-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 58px;
  background: #eef7ff;
  background: -webkit-linear-gradient(135deg, #eaf5ff 0%, #ffffff 56%, #eef9fb 100%);
  background: linear-gradient(135deg, #eaf5ff 0%, #ffffff 56%, #eef9fb 100%);
}

.hksev-hero:before {
  position: absolute;
  top: -140px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(15, 102, 179, 0.08);
  content: "";
}

.hksev-alert-strip {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
  padding: 13px 18px;
  border: 1px solid #efc1c1;
  border-radius: 12px;
  color: #7e2222;
  background: #fff4f4;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.hksev-alert-strip a {
  color: #8d1f1f;
  font-weight: 900;
  text-decoration: underline;
}

.hksev-hero-copy {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hksev-hero-lead {
  max-width: 690px;
  margin-bottom: 18px;
  color: #405c72;
  font-size: 20px;
  line-height: 1.65;
}

.hksev-key-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.hksev-key-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
  color: #27475f;
  font-weight: 650;
}

.hksev-key-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background: #0f66b3;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.hksev-cta-group {
  margin-right: -6px;
  margin-bottom: 14px;
  margin-left: -6px;
}

.hksev-btn {
  display: inline-block;
  min-height: 52px;
  margin: 0 6px 12px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hksev-btn:hover,
.hksev-btn:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.hksev-btn-primary {
  color: #ffffff !important;
  border-color: #0f66b3;
  background: #0f66b3;
  -webkit-box-shadow: 0 9px 22px rgba(15, 102, 179, 0.22);
  box-shadow: 0 9px 22px rgba(15, 102, 179, 0.22);
}

.hksev-btn-primary:hover,
.hksev-btn-primary:focus {
  border-color: #0a4f8e;
  background: #0a4f8e;
}

.hksev-btn-urgent {
  color: #ffffff !important;
  border-color: #c93636;
  background: #c93636;
  -webkit-box-shadow: 0 9px 22px rgba(201, 54, 54, 0.21);
  box-shadow: 0 9px 22px rgba(201, 54, 54, 0.21);
}

.hksev-btn-urgent:hover,
.hksev-btn-urgent:focus {
  border-color: #a82a2a;
  background: #a82a2a;
}

.hksev-btn-whatsapp {
  color: #ffffff !important;
  border-color: #168a4f;
  background: #168a4f;
  -webkit-box-shadow: 0 9px 22px rgba(22, 138, 79, 0.20);
  box-shadow: 0 9px 22px rgba(22, 138, 79, 0.20);
}

.hksev-btn-whatsapp:hover,
.hksev-btn-whatsapp:focus {
  border-color: #0e6e3d;
  background: #0e6e3d;
}

.hksev-btn-outline {
  color: #0f5d9b !important;
  border-color: #7eb4dc;
  background: #ffffff;
}

.hksev-btn-outline:hover,
.hksev-btn-outline:focus {
  border-color: #0f66b3;
  background: #edf7ff;
}

.hksev-btn-light {
  color: #0b4d86 !important;
  border-color: #ffffff;
  background: #ffffff;
}

.hksev-hero-branches {
  margin-top: 4px;
}

.hksev-mini-branch {
  display: block;
  height: 100%;
  min-height: 114px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #cfe0ee;
  border-radius: 12px;
  color: #1d3348 !important;
  background: rgba(255, 255, 255, 0.88);
}

.hksev-mini-branch:hover,
.hksev-mini-branch:focus {
  border-color: #72acd6;
  background: #ffffff;
}

.hksev-mini-branch strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.hksev-mini-branch span {
  display: block;
  color: #587085;
  font-size: 14px;
  line-height: 1.55;
}

.hksev-hero-media {
  position: relative;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid #cfe0ef;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 24px 52px rgba(16, 65, 104, 0.16);
  box-shadow: 0 24px 52px rgba(16, 65, 104, 0.16);
}

.hksev-ratio-16x9 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 14px;
  background: #dfeaf3;
}

.hksev-ratio-16x9 img,
.hksev-ratio-16x9 iframe,
.hksev-ratio-16x9 picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hksev-ratio-16x9 picture img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hksev-media-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #ffffff;
  background: rgba(5, 42, 76, 0.91);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
}

.hksev-trust-row {
  padding: 18px 0;
  border-top: 1px solid #d8e7f2;
  border-bottom: 1px solid #d8e7f2;
  background: #ffffff;
}

.hksev-trust-item {
  margin: 6px 0;
  color: #37556d;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

/* CONTENT CARDS */
.hksev-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 13px;
  color: #0f66b3;
  background: #eaf5ff;
  font-size: 23px;
  font-weight: 900;
  line-height: 46px;
  text-align: center;
}

.hksev-icon-red {
  color: #a92b2b;
  background: #ffeded;
}

.hksev-icon-green {
  color: #167449;
  background: #e8f7ef;
}

.hksev-card p:last-child,
.hksev-card ul:last-child,
.hksev-card ol:last-child {
  margin-bottom: 0;
}

.hksev-symptom-card {
  border-top: 4px solid #0f66b3;
}

.hksev-symptom-card.hksev-card-urgent {
  border-top-color: #c93636;
}

.hksev-answer-box {
  padding: 28px;
  border-left: 5px solid #0f66b3;
  border-radius: 0 14px 14px 0;
  background: #edf7ff;
}

.hksev-answer-box p:last-child {
  margin-bottom: 0;
}

.hksev-emergency-box {
  padding: 28px;
  border: 2px solid #db6e6e;
  border-radius: 16px;
  background: #fff7f7;
}

.hksev-emergency-box h2,
.hksev-emergency-box h3 {
  color: #8c2424;
}

.hksev-emergency-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hksev-emergency-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 700;
}

.hksev-emergency-list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #c93636;
  content: "!";
  font-size: 19px;
  font-weight: 900;
}

.hksev-do-dont {
  height: 100%;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 16px;
}

.hksev-do {
  border: 1px solid #bfe3ce;
  background: #f2fbf6;
}

.hksev-dont {
  border: 1px solid #efc4c4;
  background: #fff6f6;
}

.hksev-do h3 {
  color: #166640;
}

.hksev-dont h3 {
  color: #9b2828;
}

.hksev-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hksev-check-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 27px;
}

.hksev-check-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #168a4f;
  content: "✓";
  font-weight: 900;
}

.hksev-dont .hksev-check-list li:before {
  color: #c93636;
  content: "×";
}

.hksev-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #d4e3ee;
  border-radius: 10px;
  color: #496478;
  background: #f8fbfd;
  font-size: 14px;
}

/* TIMELINES */
.hksev-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hksev-timeline:before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 25px;
  width: 3px;
  background: #cfe3f3;
  content: "";
}

.hksev-timeline-item {
  position: relative;
  min-height: 66px;
  margin-bottom: 24px;
  padding-left: 72px;
}

.hksev-timeline-item:last-child {
  margin-bottom: 0;
}

.hksev-step-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #0f66b3;
  -webkit-box-shadow: 0 5px 15px rgba(15, 102, 179, 0.22);
  box-shadow: 0 5px 15px rgba(15, 102, 179, 0.22);
  font-size: 18px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
}

.hksev-timeline-item h3 {
  margin-bottom: 5px;
}

.hksev-timeline-item p {
  margin-bottom: 0;
  color: #597185;
}

/* FEE */
.hksev-fee-card {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #0f66b3;
}

.hksev-fee-card.hksev-fee-urgent {
  border-top-color: #c93636;
}

.hksev-price {
  margin-bottom: 10px;
  color: #0b4d86;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.hksev-fee-urgent .hksev-price {
  color: #b62f2f;
}

.hksev-price small {
  color: #61788b;
  font-size: 14px;
  font-weight: 700;
}

.hksev-fee-disclaimer {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid #f0d4a6;
  border-radius: 12px;
  color: #684a1f;
  background: #fffaf0;
  font-weight: 700;
}

/* REVIEWS */
.hksev-review-card {
  position: relative;
  padding-top: 28px;
}

.hksev-stars {
  margin-bottom: 12px;
  color: #d89914;
  font-size: 20px;
  letter-spacing: 2px;
}

.hksev-review-card blockquote {
  margin-bottom: 16px;
  color: #314d64;
}

.hksev-review-card cite {
  color: #5e7487;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
}

.hksev-review-disclaimer {
  margin-bottom: 24px;
  padding: 12px 15px;
  border: 1px dashed #b8cad8;
  border-radius: 10px;
  color: #536d80;
  background: #f9fbfd;
  font-size: 13px;
  text-align: center;
}

/* BRANCHES */
.hksev-branch-card {
  overflow: hidden;
  padding: 0;
}

.hksev-branch-content {
  padding: 28px;
}

.hksev-branch-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0f5d9b;
  background: #eaf5ff;
  font-size: 13px;
  font-weight: 850;
}

.hksev-branch-badge-24 {
  color: #9c2727;
  background: #ffeded;
}

.hksev-nap {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.hksev-nap li {
  margin-bottom: 8px;
  color: #405d73;
}

.hksev-nap a {
  font-weight: 800;
}

.hksev-map-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66%;
  border-top: 1px solid #d8e6f1;
  background: #e7eef4;
}

.hksev-map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FAQ */
.hksev-faq-item {
  margin-bottom: 12px;
  border: 1px solid #d5e3ee;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 18px rgba(30, 68, 98, 0.05);
  box-shadow: 0 5px 18px rgba(30, 68, 98, 0.05);
}

.hksev-faq-item summary {
  position: relative;
  display: block;
  padding: 18px 54px 18px 20px;
  color: #153d63;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

.hksev-faq-item summary::-webkit-details-marker {
  display: none;
}

.hksev-faq-item summary:after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-radius: 50%;
  color: #0f66b3;
  background: #eaf5ff;
  content: "+";
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.hksev-faq-item[open] summary:after {
  content: "−";
}

.hksev-faq-answer {
  padding: 0 20px 20px;
  color: #4c667a;
}

.hksev-faq-answer p:last-child,
.hksev-faq-answer ul:last-child {
  margin-bottom: 0;
}

/* SOURCES / FINAL CTA */
.hksev-final-cta {
  overflow: hidden;
  padding: 34px;
  border-radius: 18px;
  background: #0b4d86;
  -webkit-box-shadow: 0 18px 40px rgba(11, 77, 134, 0.23);
  box-shadow: 0 18px 40px rgba(11, 77, 134, 0.23);
}

.hksev-final-cta h2,
.hksev-final-cta p,
.hksev-final-cta strong {
  color: #ffffff;
}

.hksev-final-cta p {
  color: #dcecff;
}

.hksev-reference-box {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #d8e4ec;
  border-radius: 12px;
  background: #f8fbfd;
}

.hksev-reference-box summary {
  color: #294d69;
  font-weight: 800;
  cursor: pointer;
}

.hksev-reference-box ul {
  margin-top: 14px;
  margin-bottom: 0;
}

.hksev-medical-disclaimer {
  margin-top: 18px;
  color: #64798a;
  font-size: 13px;
  line-height: 1.65;
}

@media screen and (min-width: 821px) {
  .hksev-branch-content {
    min-height: 490px;
  }
}

/* MOBILE STICKY CTA */
.hksev-mobile-sticky {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hksev-page h1 {
    font-size: 40px;
  }

  .hksev-col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hksev-hero .hksev-col-60,
  .hksev-hero .hksev-col-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hksev-hero-media {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 820px) {
  .hksev-col-33,
  .hksev-col-40,
  .hksev-col-50,
  .hksev-col-60,
  .hksev-col-66,
  .hksev-col-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hksev-section {
    padding: 58px 0;
  }
}

@media screen and (max-width: 767px) {
  .hksev-page {
    padding-bottom: 82px;
    font-size: 15.5px;
  }

  .hksev-container {
    width: 92%;
  }

  .hksev-page h1 {
    font-size: 33px;
  }

  .hksev-page h2 {
    font-size: 27px;
  }

  .hksev-page h3 {
    font-size: 19px;
  }

  .hksev-hero {
    padding: 18px 0 42px;
  }

  .hksev-alert-strip {
    margin-bottom: 20px;
    padding: 12px 13px;
    font-size: 14px;
    text-align: left;
  }

  .hksev-hero-lead {
    font-size: 17px;
  }

  .hksev-btn {
    display: block;
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .hksev-hero-media {
    margin-top: 8px;
    padding: 7px;
    border-radius: 14px;
  }

  .hksev-ratio-16x9 {
    border-radius: 10px;
  }

  .hksev-media-label {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 8px 9px;
    font-size: 11px;
  }

  .hksev-col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hksev-section {
    padding: 46px 0;
  }

  .hksev-section-heading {
    margin-bottom: 26px;
    text-align: left;
  }

  .hksev-section-heading p {
    font-size: 16px;
  }

  .hksev-card,
  .hksev-answer-box,
  .hksev-emergency-box,
  .hksev-do-dont,
  .hksev-final-cta {
    padding: 21px;
    border-radius: 13px;
  }

  .hksev-branch-card {
    padding: 0;
  }

  .hksev-branch-content {
    padding: 22px;
  }

  .hksev-price {
    font-size: 30px;
  }

  .hksev-timeline-item {
    padding-left: 64px;
  }

  .hksev-faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: 16px;
  }

  .hksev-faq-answer {
    padding: 0 16px 17px;
  }

  .hksev-mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 68px;
    padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #bed4e5;
    background: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 -8px 26px rgba(10, 47, 82, 0.17);
    box-shadow: 0 -8px 26px rgba(10, 47, 82, 0.17);
  }

  .hksev-mobile-sticky a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 0;
    margin: 0 3px;
    padding: 9px 4px;
    border-radius: 9px;
    color: #ffffff !important;
    background: #0f66b3;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
  }

  .hksev-mobile-sticky a.hksev-sticky-urgent {
    background: #c93636;
  }

  .hksev-mobile-sticky a.hksev-sticky-whatsapp {
    background: #168a4f;
  }

  .hksev-mobile-sticky span {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1;
  }
}

@media print {
  .hksev-mobile-sticky {
    display: none !important;
  }

  .hksev-page {
    padding-bottom: 0;
  }

  .hksev-card,
  .hksev-final-cta,
  .hksev-hero-media {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
