/* ======================================================
   hokona LineDisplay 3.0 — Design System
   Scoped under .hk-ld to avoid conflicts
   ====================================================== */

:root {
  --bg:          #FFFFFF;
  --bg-soft:     #F4FAFD;
  --bg-cream:    #EAF4FB;
  --bg-mint:     #C2E4F5;
  --bg-rose:     #DCEEF9;
  --ink:         #1C1B1A;
  --ink-soft:    #5F6B72;
  --line:        #D6E6F0;
  --hokona:      #008ED6;
  --hokona-deep: #0068A0;
  --hokona-mid:  #0090D9;
  --hokona-soft: #259EDA;
  --accent-sky:  #C2E4F5;
  --teal:        #0068A0;
  --mustard:     #259EDA;
  --good:        #2F7F5E;
  --bad:         #C94A3A;
  --radius:      14px;
  --radius-lg:   22px;
  --font:        'Nunito', system-ui, sans-serif;
  --font-hand:   'Caveat', cursive;
}

/* === Scoped resets === */
.hk-ld { box-sizing: border-box; font-family: var(--font); color: var(--ink); -webkit-font-smoothing: antialiased; line-height: 1.55; font-weight: 500; }
.hk-ld *, .hk-ld *::before, .hk-ld *::after { box-sizing: border-box; }
.hk-ld a { color: inherit; }
.hk-ld h1, .hk-ld h2, .hk-ld h3, .hk-ld h4 { margin: 0; letter-spacing: -0.02em; line-height: 1.1; font-weight: 900; }
.hk-ld p { margin: 0; }
.hk-ld img { max-width: 100%; display: block; }
.hk-ld .hand { font-family: var(--font-hand); font-weight: 700; color: var(--hokona); }

/* === Container === */
.hk-ld .container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.hk-ld .container.narrow { max-width: 980px; }

/* === Breadcrumb === */
.hk-ld .breadcrumb { font-size: 13px; color: var(--ink-soft); font-weight: 700; padding: 24px 0 8px; letter-spacing: .02em; }
.hk-ld .breadcrumb a { text-decoration: none; }
.hk-ld .breadcrumb .sep { margin: 0 8px; opacity: .4; }

/* === Page Hero === */
.hk-ld .page-hero { padding: 30px 0 56px; }
.hk-ld .page-hero h1 {
  font-size: clamp(48px, 7vw, 96px); font-weight: 900;
  letter-spacing: -0.04em; line-height: 0.98;
}
.hk-ld .page-hero h1 .sub {
  display: block; font-family: var(--font-hand); color: var(--hokona);
  font-size: 0.42em; font-weight: 700; letter-spacing: 0; line-height: 1;
  transform: rotate(-2deg); margin-bottom: 18px;
}
.hk-ld .page-hero .lead {
  margin-top: 28px; font-size: 21px; line-height: 1.55;
  max-width: 820px; color: var(--ink); font-weight: 600;
}

/* === Section markers & heads === */
.hk-ld .sec-marker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .22em; font-weight: 900; color: var(--hokona);
  text-transform: uppercase; margin-bottom: 18px;
}
.hk-ld .sec-marker::before { content: ""; width: 32px; height: 2px; background: var(--hokona); }
.hk-ld .sec-h2 { font-size: clamp(32px, 4.2vw, 48px); letter-spacing: -0.03em; max-width: 820px; font-weight: 900; }
.hk-ld .sec-lead { margin-top: 18px; font-size: 18px; color: var(--ink-soft); max-width: 680px; font-weight: 600; line-height: 1.6; }

/* === Blocks (sections) === */
.hk-ld section.block { padding: 80px 0; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.hk-ld section.block.no-border { border-top: 0; }
.hk-ld section.block.cream { background: var(--bg-cream); }
.hk-ld section.block.dark { background: var(--ink); color: #fff; }
.hk-ld section.block.dark .sec-marker { color: var(--mustard); }
.hk-ld section.block.dark .sec-marker::before { background: var(--mustard); }
.hk-ld section.block.dark .sec-lead { color: rgba(255,255,255,.7); }

/* === Mosaic === */
.hk-ld .mosaic {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 220px 220px; gap: 14px; margin-top: 30px;
}
.hk-ld .mosaic > div {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  background: var(--bg-cream);
}
.hk-ld .m1 { grid-row: 1/3; background: linear-gradient(135deg, #0068A0, #00476F); color: #fff; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; }
.hk-ld .mosaic .m2 { background: var(--hokona); color: #fff; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.hk-ld .mosaic .m3 { background: var(--bg-mint); padding: 24px; display: flex; align-items: center; justify-content: center; }
.hk-ld .mosaic .m4 { background: var(--hokona-soft); color: #fff; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.hk-ld .mosaic .m5 { background: var(--bg-rose); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.hk-ld .m-tag { font-family: var(--font-hand); font-size: 24px; font-weight: 700; line-height: 1; }
.hk-ld .m-title { font-size: 22px; font-weight: 900; letter-spacing: -0.02em; margin-top: 10px; }
.hk-ld .m-num { font-size: 54px; font-weight: 900; letter-spacing: -0.04em; line-height: 0.9; }
.hk-ld .m-sub { font-size: 13px; font-weight: 700; opacity: .85; margin-top: 6px; }

/* Mini-Display for m1 */
.hk-ld .m1 .ld-preview {
  flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 14px;
  display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto 1fr auto; gap: 8px;
  margin-top: 14px; font-size: 11px;
}
.hk-ld .m1 .ld-cell { background: rgba(255,255,255,.07); border-radius: 8px; padding: 10px; color: #fff; display: flex; flex-direction: column; }
.hk-ld .m1 .ld-cell.big { grid-row: 2/4; grid-column: 1; }
.hk-ld .m1 .ld-cell.red { background: var(--hokona); }
.hk-ld .m1 .lbl { font-size: 9px; letter-spacing: .16em; opacity: .6; text-transform: uppercase; font-weight: 800; }
.hk-ld .m1 .val { font-weight: 900; font-size: 14px; margin-top: 2px; }
.hk-ld .m1 .row { display: flex; justify-content: space-between; font-size: 11px; padding: 3px 0; border-bottom: 1px dashed rgba(255,255,255,.1); }
.hk-ld .m1 .row:last-child { border: 0; }
.hk-ld .m1 .total { margin-top: auto; display: flex; justify-content: space-between; font-weight: 900; font-size: 14px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 6px; }

/* === 3-column layout === */
.hk-ld .cols-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; margin-top: 50px; }
.hk-ld .col h3 { font-size: 22px; font-weight: 900; letter-spacing: -0.02em; }
.hk-ld .col p { margin-top: 10px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; font-weight: 600; }
.hk-ld .col .num-pill {
  width: 44px; height: 44px; border-radius: 50%; background: var(--hokona); color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 18px; margin-bottom: 18px;
}
.hk-ld section.block.dark .col .num-pill { background: var(--mustard); color: var(--ink); }
.hk-ld section.block.dark .col p { color: rgba(255,255,255,.72); }

/* === 2-column row === */
.hk-ld .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* === Buttons === */
.hk-ld .btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 99px;
  font-weight: 800; font-size: 15px; text-decoration: none;
  background: var(--ink); color: #fff; border: 2px solid var(--ink); transition: transform .15s;
}
.hk-ld .btn:hover { transform: translateY(-2px); }
.hk-ld .btn.red { background: var(--hokona); border-color: var(--hokona); }
.hk-ld .btn.ghost { background: transparent; color: var(--ink); }
.hk-ld .btn.white { background: #fff; color: var(--ink); border-color: #fff; }
.hk-ld .btn-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

/* === Pack list === */
.hk-ld .pack-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin-top: 40px; border-top: 1px solid var(--line); }
.hk-ld .pack-item { padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; }
.hk-ld .pack-item:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
.hk-ld .pack-item:nth-child(even) { padding-left: 30px; }
.hk-ld .pack-num { font-family: var(--font-hand); font-size: 42px; color: var(--hokona); font-weight: 700; line-height: 0.9; }
.hk-ld .pack-item h4 { font-size: 19px; font-weight: 900; letter-spacing: -0.01em; }
.hk-ld .pack-item p { margin-top: 6px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; font-weight: 600; }

/* === Faktsheet cards === */
.hk-ld .fs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 36px 0 20px; }
.hk-ld .fs-card { border-radius: var(--radius-lg); padding: 30px; }
.hk-ld .fs-card.hok { background: var(--hokona); color: #fff; }
.hk-ld .fs-card.sap { background: var(--bg-cream); }
.hk-ld .fs-card-mark {
  width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 900; font-size: 18px; margin-bottom: 14px; background: #fff; color: var(--hokona);
}
.hk-ld .fs-card.sap .fs-card-mark { background: var(--ink); color: #fff; font-size: 13px; }
.hk-ld .fs-card h3 { font-size: 24px; letter-spacing: -0.02em; }
.hk-ld .fs-card .sub { margin-top: 6px; font-size: 14.5px; font-weight: 600; }
.hk-ld .fs-card.hok .sub { color: rgba(255,255,255,.85); }
.hk-ld .fs-card.sap .sub { color: var(--ink-soft); }

/* === Comparison table === */
.hk-ld .cmp { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; margin-top: 30px; }
.hk-ld .cmp-section-title { padding: 28px 32px 8px; display: flex; align-items: center; gap: 14px; }
.hk-ld .cmp-section-title .num { width: 36px; height: 36px; border-radius: 50%; background: var(--hokona); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 15px; }
.hk-ld .cmp-section-title h3 { font-size: 22px; }
.hk-ld .cmp-section-title .new-tag { background: var(--mustard); color: var(--ink); font-size: 11px; font-weight: 900; padding: 4px 10px; border-radius: 99px; letter-spacing: .04em; }

.hk-ld .cmp-row { display: grid; grid-template-columns: 1fr 1.3fr 1.3fr; padding: 22px 32px; border-top: 1px solid var(--line); align-items: flex-start; gap: 24px; }
.hk-ld .cmp-row:first-of-type { border-top: 0; }
.hk-ld .cmp-feat b { display: block; font-size: 16px; font-weight: 900; margin-bottom: 6px; letter-spacing: -0.01em; }
.hk-ld .cmp-feat p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; font-weight: 600; }
.hk-ld .cmp-cell ul { margin: 0; padding: 0; list-style: none; }
.hk-ld .cmp-cell li { font-size: 14.5px; line-height: 1.55; padding-left: 26px; margin-bottom: 8px; position: relative; font-weight: 600; }
.hk-ld .cmp-cell.hok li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #fff; font-weight: 900; font-size: 11px; width: 18px; height: 18px; border-radius: 50%; background: var(--good); display: grid; place-items: center; }
.hk-ld .cmp-cell.sap li { color: var(--ink-soft); }
.hk-ld .cmp-cell.sap li::before { content: "–"; position: absolute; left: 0; top: -1px; color: #fff; font-weight: 900; font-size: 12px; width: 18px; height: 18px; border-radius: 50%; background: #B5AD9F; display: grid; place-items: center; }
.hk-ld .cmp-cell.sap.empty li::before { content: "✕"; background: var(--bad); }

.hk-ld .cmp-cta { padding: 36px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; gap: 24px; flex-wrap: wrap; }
.hk-ld .cmp-cta strong { font-size: 22px; letter-spacing: -0.01em; font-weight: 900; }
.hk-ld .cmp-cta p { color: rgba(255,255,255,.7); font-size: 14px; margin-top: 4px; }

/* === Contact block === */
.hk-ld .contact-block { padding: 80px 0; background: var(--bg-cream); }
.hk-ld .contact-block .row-2 { align-items: flex-start; }
.hk-ld .contact-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; display: grid; grid-template-columns: 80px 1fr; gap: 20px; align-items: center; }
.hk-ld .contact-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--hokona); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 32px; }
.hk-ld .contact-card h4 { font-size: 20px; }
.hk-ld .contact-card .role { font-size: 13px; color: var(--ink-soft); font-weight: 700; margin-top: 2px; }
.hk-ld .contact-card .links { display: flex; gap: 16px; margin-top: 14px; font-size: 14px; font-weight: 800; }
.hk-ld .contact-card .links a { color: var(--hokona); text-decoration: none; }

/* === News === */
.hk-ld .news-hero { padding: 30px 0 50px; max-width: 880px; }
.hk-ld .news-cat {
  display: inline-flex; align-items: center; gap: 8px; background: var(--hokona); color: #fff;
  padding: 7px 14px; border-radius: 99px; font-size: 12px; font-weight: 900; margin-bottom: 24px; letter-spacing: .04em;
}
.hk-ld .news-byline { display: flex; gap: 14px; align-items: center; margin-top: 32px; font-size: 14px; color: var(--ink-soft); font-weight: 700; }
.hk-ld .tilly-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--hokona); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 22px; }
.hk-ld .news-byline b { color: var(--ink); }

.hk-ld .news-feature-image {
  aspect-ratio: 21/9; border-radius: var(--radius-lg); overflow: hidden; margin: 30px 0 50px;
  background: linear-gradient(135deg, #0068A0, #00476F); position: relative;
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 50px; padding: 50px 70px; color: #fff;
}
.hk-ld .feature-mark {
  width: 170px; aspect-ratio: 1; background: var(--accent-sky); border-radius: 50%;
  display: grid; place-items: center; text-align: center; font-family: var(--font-hand);
  font-size: 20px; color: var(--hokona-deep); line-height: 1.05; transform: rotate(-6deg);
}
.hk-ld .feature-mark b { display: block; font-family: var(--font); font-weight: 900; font-size: 42px; letter-spacing: -0.03em; line-height: 1; }
.hk-ld .news-feature-image h2 { font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.025em; line-height: 1.1; }
.hk-ld .news-feature-image .tag-mono { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; opacity: .65; margin-bottom: 10px; }

.hk-ld .news-body { max-width: 760px; margin: 0 auto; padding: 0 40px 40px; }
.hk-ld .news-body h2 { font-size: 30px; margin: 44px 0 14px; letter-spacing: -0.02em; }
.hk-ld .news-body p { font-size: 18px; line-height: 1.7; margin-bottom: 18px; }
.hk-ld .news-body p.lead { font-size: 21px; line-height: 1.55; font-weight: 700; }
.hk-ld .news-body ul { padding-left: 0; list-style: none; }
.hk-ld .news-body ul li { font-size: 17px; line-height: 1.6; padding-left: 30px; position: relative; margin-bottom: 12px; }
.hk-ld .news-body ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 12px; height: 12px; border-radius: 50%; background: var(--hokona); }
.hk-ld .news-body a { color: var(--hokona); text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.hk-ld .news-quote {
  border-left: 3px solid var(--hokona); padding: 8px 0 8px 24px; margin: 32px 0;
  font-size: 21px; font-style: italic; line-height: 1.5;
}
.hk-ld .news-inline-cta {
  background: var(--bg-cream); border-radius: var(--radius); padding: 26px; margin: 32px 0;
  display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}

.hk-ld .news-related { padding: 60px 0; border-top: 1px solid var(--line); max-width: 1240px; margin: 60px auto 0; }
.hk-ld .news-related h3 { font-size: 26px; margin-bottom: 24px; }
.hk-ld .related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hk-ld .related-card { background: var(--bg-soft); border-radius: var(--radius); padding: 24px; text-decoration: none; display: block; transition: background .15s; }
.hk-ld .related-card:hover { background: var(--bg-cream); }
.hk-ld .related-card .date { font-size: 11px; letter-spacing: .12em; color: var(--hokona); font-weight: 900; text-transform: uppercase; }
.hk-ld .related-card h4 { font-size: 17px; margin-top: 10px; line-height: 1.3; }

/* === LD Mock (generic mini display) === */
.hk-ld .ld-mock {
  background: linear-gradient(145deg, #0068A0, #00476F); border-radius: var(--radius); padding: 18px;
  display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto 1fr auto; gap: 8px; color: #fff;
  aspect-ratio: 4/3;
}
.hk-ld .ld-mock .c { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 10px; display: flex; flex-direction: column; }
.hk-ld .ld-mock .c.big { grid-row: 2/4; }
.hk-ld .ld-mock .c.red { background: var(--hokona); border-color: transparent; }
.hk-ld .ld-mock .lbl { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .6; font-weight: 800; }
.hk-ld .ld-mock .val { font-weight: 900; font-size: 14px; margin-top: 2px; }
.hk-ld .ld-mock .r { display: flex; justify-content: space-between; font-size: 12px; padding: 4px 0; border-bottom: 1px dashed rgba(255,255,255,.1); }
.hk-ld .ld-mock .r:last-child { border: 0; }
.hk-ld .ld-mock .t { display: flex; justify-content: space-between; font-weight: 900; font-size: 16px; margin-top: auto; border-top: 1px solid rgba(255,255,255,.2); padding-top: 6px; }

/* === Responsive === */
@media (max-width: 900px) {
  .hk-ld .mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .hk-ld .mosaic .m1 { grid-row: auto; min-height: 340px; }
  .hk-ld .cols-3 { grid-template-columns: 1fr; gap: 30px; }
  .hk-ld .row-2 { grid-template-columns: 1fr; gap: 30px; }
  .hk-ld .pack-list { grid-template-columns: 1fr; }
  .hk-ld .pack-item:nth-child(odd) { padding-right: 0; border-right: 0; }
  .hk-ld .pack-item:nth-child(even) { padding-left: 0; }
  .hk-ld .news-feature-image { grid-template-columns: 1fr; padding: 30px; text-align: left; }
  .hk-ld .cmp-row { grid-template-columns: 1fr; }
  .hk-ld .related-grid { grid-template-columns: 1fr; }
  .hk-ld .fs-cards { grid-template-columns: 1fr; }
  .hk-ld .hero-hints { grid-template-columns: 1fr !important; }
}

/* ======================================================
   Theme override — Hello Elementor reset within .hk-ld
   Ensures design system takes priority over theme defaults
   ====================================================== */

/* Kill theme's global heading sizes */
.hk-ld h1 { font-size: inherit; }
.hk-ld h2 { font-size: inherit; }
.hk-ld h3 { font-size: inherit; }
.hk-ld h4 { font-size: inherit; }
.hk-ld h5 { font-size: inherit; }
.hk-ld h6 { font-size: inherit; }

/* Override theme container/entry-content constraints */
.elementor-template-full-width .hk-ld,
.entry-content .hk-ld,
.page-content .hk-ld,
.site-main .hk-ld {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensure sections go full-width outside any theme wrapper */
.hk-ld section.block,
.hk-ld .contact-block {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* Reset theme's link/p/list styles inside our wrapper */
.hk-ld ul { margin: 0; padding: 0; }
.hk-ld li { margin: 0; }

/* Ensure Elementor's page template doesn't add extra padding */
body.elementor-template-full-width .hk-ld .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ======================================================
   Elementor Kit Override — CRITICAL
   Elementor kit sets Yanone Kaffeesatz/Poppins/Oswald globally
   with high specificity. Must use !important to override.
   ====================================================== */

/* Body/text font override */
.hk-ld,
.hk-ld *:not(.hand):not(.m-tag):not(.pack-num):not(.feature-mark):not(.feature-mark *):not(.page-hero h1 .sub) {
  font-family: 'Nunito', system-ui, sans-serif !important;
}

/* Handwriting font elements — Caveat */
.hk-ld .hand,
.hk-ld .m-tag,
.hk-ld .pack-num,
.hk-ld .page-hero h1 .sub,
.hk-ld .feature-mark,
.hk-ld .feature-mark span {
  font-family: 'Caveat', cursive !important;
}

/* Kill Elementor's uppercase on ALL headings inside our wrapper */
.hk-ld h1,
.hk-ld h2,
.hk-ld h3,
.hk-ld h4,
.hk-ld h5,
.hk-ld h6 {
  text-transform: none !important;
  font-family: 'Nunito', system-ui, sans-serif !important;
  font-style: normal !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

/* Restore specific sizes that Elementor's kit overrides */
.hk-ld .page-hero h1 {
  font-size: clamp(48px, 7vw, 96px) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.98 !important;
}

.hk-ld .page-hero h1 .sub {
  font-family: 'Caveat', cursive !important;
  font-size: 0.42em !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  color: var(--hokona) !important;
  transform: rotate(-2deg);
  display: block;
  margin-bottom: 18px;
}

.hk-ld .sec-h2 {
  font-size: clamp(32px, 4.2vw, 48px) !important;
  letter-spacing: -0.03em !important;
}

.hk-ld .col h3 {
  font-size: 22px !important;
}

.hk-ld .pack-item h4 {
  font-size: 19px !important;
  font-weight: 900 !important;
}

.hk-ld .contact-card h4 {
  font-size: 20px !important;
}

.hk-ld .cmp-section-title h3 {
  font-size: 22px !important;
}

.hk-ld .fs-card h3 {
  font-size: 24px !important;
}

.hk-ld .news-related h3 {
  font-size: 26px !important;
}

.hk-ld .related-card h4 {
  font-size: 17px !important;
}

/* Buttons — override Elementor's Oswald/uppercase */
.hk-ld .btn {
  font-family: 'Nunito', system-ui, sans-serif !important;
  text-transform: none !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: normal !important;
}

/* Lead/body text */
.hk-ld .page-hero .lead {
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

.hk-ld .sec-lead {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

.hk-ld .col p {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

/* Section marker — should be uppercase (intentional) */
.hk-ld .sec-marker {
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  font-weight: 900 !important;
}

/* News article body */
.hk-ld .news-body h2 {
  font-size: 30px !important;
}

.hk-ld .news-body p {
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

.hk-ld .news-body p.lead {
  font-size: 21px !important;
  font-weight: 700 !important;
}

/* News hero title */
.hk-ld .news-hero h1 {
  font-size: clamp(40px, 5.5vw, 68px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
}

/* Comparison table */
.hk-ld .cmp-feat b {
  font-size: 16px !important;
  text-transform: none !important;
}

.hk-ld .cmp-cell li {
  font-size: 14.5px !important;
  text-transform: none !important;
}

.hk-ld .cmp-cta strong {
  font-size: 22px !important;
  text-transform: none !important;
}

/* Feature image in news */
.hk-ld .news-feature-image h2 {
  font-size: clamp(28px, 3.4vw, 42px) !important;
}
