:root {
  --htgx-navy: #082b4c;
  --htgx-navy-2: #0d3a62;
  --htgx-blue: #0b5cad;
  --htgx-blue-soft: #eaf3fb;
  --htgx-orange: #d9480f;
  --htgx-orange-dark: #b93809;
  --htgx-green: #087f5b;
  --htgx-ink: #102a43;
  --htgx-muted: #52677a;
  --htgx-line: #dbe5ee;
  --htgx-bg: #f4f7fa;
  --htgx-white: #fff;
  --htgx-shadow: 0 18px 55px rgba(8, 43, 76, .12);
  --htgx-radius: 20px;
}

body.htgx-home {
  margin: 0;
}

/* Preserve deep links from the former Elementor table of contents without
 * adding visible layout height or causing a scroll jump. */
.htgx-legacy-anchor {
  display: block;
  width: 1px;
  height: 0;
  margin: 0;
  scroll-margin-top: 92px;
  overflow: hidden;
}

.htgx-home #masthead,
.htgx-home #colophon,
.htgx-home .entry-header,
.htgx-home .post-edit-link,
.htgx-home .elementor {
  display: none !important;
}

.htgx-home #content,
.htgx-home #content-inside,
.htgx-home #primary,
.htgx-home #main,
.htgx-home #main > article,
.htgx-home .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.htgx-home #page {
  overflow: visible;
}

.htgx-shell,
.htgx-shell * {
  box-sizing: border-box;
}

.htgx-shell {
  background: var(--htgx-white);
  color: var(--htgx-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow: clip;
}

.htgx-shell h1,
.htgx-shell h2,
.htgx-shell h3,
.htgx-shell p {
  margin-top: 0;
}

.htgx-shell h1,
.htgx-shell h2,
.htgx-shell h3 {
  color: var(--htgx-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-transform: none;
}

.htgx-shell a {
  color: inherit;
}

.htgx-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.htgx-skip-link {
  position: fixed;
  z-index: 999999;
  top: -80px;
  left: 20px;
  padding: 12px 18px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: var(--htgx-navy);
  font-weight: 800;
  transition: top .2s;
}

.htgx-skip-link:focus {
  top: 0;
}

.htgx-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(219, 229, 238, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.admin-bar .htgx-header {
  top: 32px;
}

.htgx-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.htgx-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--htgx-navy) !important;
  font-size: 15px;
  line-height: 1.08;
  text-decoration: none !important;
}

.htgx-brand strong {
  font-size: 18px;
}

.htgx-brand__mark {
  display: grid;
  width: 50px;
  height: 34px;
  grid-template-columns: 1fr 3px 1fr;
  overflow: hidden;
  align-items: center;
  border-radius: 9px;
  box-shadow: 0 3px 10px rgba(8, 43, 76, .16);
}

.htgx-brand__mark span {
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.htgx-brand__mark span:first-child { background: #1b1b1b; }
.htgx-brand__mark span:last-child { background: #d52b1e; }
.htgx-brand__mark i { width: 3px; height: 100%; background: #fff; }

.htgx-nav {
  display: flex;
  margin-left: auto;
  gap: 30px;
}

.htgx-nav a {
  color: #334e68 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}

.htgx-nav a:hover,
.htgx-nav a:focus-visible {
  color: var(--htgx-orange) !important;
}

.htgx-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 13px 21px;
  background: var(--htgx-navy);
  color: #fff !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.htgx-button:hover,
.htgx-button:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(8, 43, 76, .2);
}

.htgx-button:focus-visible,
.htgx-shell a:focus-visible,
.htgx-shell button:focus-visible,
.htgx-shell input:focus-visible + span,
.htgx-shell summary:focus-visible {
  outline: 3px solid #ffbf69;
  outline-offset: 3px;
}

.htgx-button--small {
  min-height: 42px;
  padding: 9px 17px;
  font-size: 14px;
}

.htgx-button--primary {
  background: var(--htgx-orange);
  box-shadow: 0 10px 22px rgba(217, 72, 15, .22);
}

.htgx-button--primary:hover,
.htgx-button--primary:focus-visible { background: var(--htgx-orange-dark); }

.htgx-button--secondary { background: var(--htgx-blue); }
.htgx-button--secondary:hover,
.htgx-button--secondary:focus-visible { background: #084b8e; }

.htgx-button--light {
  background: #fff;
  color: var(--htgx-navy) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
}

.htgx-button--light:hover,
.htgx-button--light:focus-visible { color: var(--htgx-navy) !important; }

.htgx-hero {
  position: relative;
  padding: 74px 0 68px;
  background:
    radial-gradient(circle at 92% 8%, rgba(65, 163, 223, .28), transparent 27%),
    radial-gradient(circle at 0 100%, rgba(217, 72, 15, .16), transparent 30%),
    linear-gradient(125deg, #f6fbff 0%, #eef6fb 48%, #fff8f3 100%);
}

.htgx-hero::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(8, 43, 76, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.24), 0 0 0 110px rgba(255,255,255,.18);
  content: "";
}

.htgx-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items: center;
  gap: 70px;
}

.htgx-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--htgx-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.htgx-eyebrow > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--htgx-orange);
  box-shadow: 0 0 0 5px rgba(217, 72, 15, .12);
}

.htgx-hero h1 {
  max-width: 750px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.2vw, 68px);
}

.htgx-hero h1 em {
  display: block;
  color: var(--htgx-blue);
  font-style: normal;
}

.htgx-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: #3c5871;
  font-size: 20px;
  line-height: 1.62;
}

.htgx-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.htgx-text-link {
  color: var(--htgx-navy) !important;
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.htgx-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 27px 0 0;
  padding: 0;
  color: #415a70;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.htgx-trust-list span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  background: #dcf8ee;
  color: var(--htgx-green);
}

.htgx-hero-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--htgx-shadow);
}

.htgx-hero-card::before {
  position: absolute;
  top: -1px;
  right: 36px;
  left: 36px;
  height: 5px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #111 0 33%, #d52b1e 33% 66%, #f1c40f 66%);
  content: "";
}

.htgx-card-kicker {
  margin-bottom: 10px;
  color: var(--htgx-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.htgx-hero-card h2 {
  margin-bottom: 22px;
  font-size: 28px;
}

.htgx-hero-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.htgx-hero-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #3b5369;
  font-size: 15px;
  font-weight: 700;
}

.htgx-hero-card li span {
  display: inline-grid;
  min-width: 40px;
  height: 28px;
  padding: 0 7px;
  place-items: center;
  border-radius: 7px;
  background: var(--htgx-blue-soft);
  color: var(--htgx-blue);
  font-size: 11px;
  font-weight: 900;
}

.htgx-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 8px;
  margin-bottom: 18px;
}

.htgx-price small { width: 100%; color: var(--htgx-muted); font-size: 12px; font-weight: 700; }
.htgx-price strong { color: var(--htgx-navy); font-size: 32px; letter-spacing: -.04em; }
.htgx-price span { color: var(--htgx-muted); font-size: 13px; }
.htgx-hero-card .htgx-button { width: 100%; }

.htgx-ad-note {
  margin: 10px 0 0;
  color: #6b7f90;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.htgx-proofbar {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--htgx-line);
  border-bottom: 1px solid var(--htgx-line);
  background: #fff;
}

.htgx-proofbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.htgx-proofbar p {
  display: flex;
  min-height: 96px;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid var(--htgx-line);
}

.htgx-proofbar p:first-child { border-left: 1px solid var(--htgx-line); }
.htgx-proofbar strong { color: var(--htgx-navy); font-size: 24px; }
.htgx-proofbar span { max-width: 110px; color: var(--htgx-muted); font-size: 12px; font-weight: 700; line-height: 1.35; }

.htgx-section {
  padding: 92px 0;
}

.htgx-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.htgx-section-heading .htgx-eyebrow { justify-content: center; }
.htgx-section-heading h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 48px); }
.htgx-section-heading > p:last-child { color: var(--htgx-muted); font-size: 18px; }

.htgx-finder { background: var(--htgx-bg); }

.htgx-quiz {
  display: grid;
  max-width: 980px;
  margin: 0 auto 28px;
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--htgx-line);
  border-radius: var(--htgx-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(8,43,76,.07);
}

.htgx-quiz fieldset {
  margin: 0;
  padding: 0 0 19px;
  border: 0;
  border-bottom: 1px solid #edf2f6;
}

.htgx-quiz legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
  color: var(--htgx-ink);
  font-size: 15px;
  font-weight: 900;
}

.htgx-quiz legend span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--htgx-blue-soft);
  color: var(--htgx-blue);
  font-size: 12px;
}

.htgx-choice-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.htgx-choice-row label { margin: 0; cursor: pointer; }
.htgx-choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.htgx-choice-row label > span {
  display: grid;
  min-height: 50px;
  place-items: center;
  border: 1.5px solid var(--htgx-line);
  border-radius: 11px;
  padding: 9px 12px;
  background: #fff;
  color: #425c72;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: border-color .15s, background-color .15s, color .15s, transform .15s;
}

.htgx-choice-row input:checked + span {
  border-color: var(--htgx-blue);
  background: var(--htgx-blue-soft);
  color: var(--htgx-blue);
  box-shadow: inset 0 0 0 1px var(--htgx-blue);
}

.htgx-choice-row label:hover > span { transform: translateY(-1px); border-color: #8fb5d5; }
.htgx-quiz > .htgx-button { justify-self: center; min-width: 300px; }

.htgx-result-bar {
  display: flex;
  max-width: 980px;
  margin: 0 auto 26px;
  align-items: center;
  gap: 14px;
  border: 1px solid #a9e3d1;
  border-radius: 14px;
  padding: 14px 18px;
  background: #e9fbf5;
}

.htgx-result-bar__icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--htgx-green);
  color: #fff;
  font-weight: 900;
}

.htgx-result-bar p { margin: 0; line-height: 1.35; }
.htgx-result-bar strong { display: block; font-size: 14px; }
.htgx-result-bar p span { color: #44695c; font-size: 13px; }

.htgx-view-switch {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px;
  gap: 4px;
  border: 1px solid var(--htgx-line);
  border-radius: 12px;
  padding: 4px;
  background: #fff;
}

.htgx-view-switch button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 8px 15px;
  background: transparent;
  color: var(--htgx-muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
}

.htgx-view-switch button.is-active { background: var(--htgx-navy); color: #fff; }

.htgx-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
}

.htgx-offer:last-child:nth-child(odd) {
  width: calc((100% - 30px) / 2);
  grid-column: 1 / -1;
  justify-self: center;
}

.htgx-offer {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(166, 188, 207, .72);
  border-radius: 24px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0, rgba(188, 224, 250, .27), transparent 34%),
    linear-gradient(145deg, #fff 0%, #fff 64%, #f8fbfd 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .95) inset,
    0 18px 48px rgba(8, 43, 76, .09),
    0 3px 10px rgba(8, 43, 76, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .2s;
}

.htgx-offer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--htgx-navy), #1686d9 58%, #8fd6ff);
  content: "";
}

.htgx-offer::after {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -95px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 69%);
  content: "";
  pointer-events: none;
}

.htgx-offer:hover {
  border-color: #9cb9d1;
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .98) inset,
    0 26px 65px rgba(8, 43, 76, .15),
    0 7px 18px rgba(8, 43, 76, .07);
}

.htgx-offer--featured {
  border: 2px solid rgba(217, 72, 15, .88);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .95) inset,
    0 22px 58px rgba(217, 72, 15, .15),
    0 4px 12px rgba(8, 43, 76, .05);
}

.htgx-offer--featured::before {
  height: 5px;
  background: linear-gradient(90deg, #a93208, var(--htgx-orange) 50%, #ff985d);
}

.htgx-offer[hidden] { display: none; }

.htgx-rank-badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  border: 1px solid rgba(168, 190, 208, .55);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(242, 247, 251, .88);
  color: var(--htgx-muted);
  box-shadow: 0 5px 16px rgba(8, 43, 76, .07);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.htgx-offer--featured .htgx-rank-badge {
  border-color: rgba(255, 255, 255, .28);
  background: linear-gradient(135deg, var(--htgx-orange), #b93809);
  color: #fff;
  box-shadow: 0 8px 20px rgba(217, 72, 15, .24);
}

.htgx-offer__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 24px;
  padding-right: 145px;
}

.htgx-provider-mark {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 15px;
  color: #fff;
  box-shadow:
    0 10px 22px rgba(8, 43, 76, .16),
    0 1px 0 rgba(255, 255, 255, .35) inset;
  font-size: 22px;
  font-weight: 900;
}

.htgx-provider-mark--magenta { background: linear-gradient(145deg, #e10086, #ac0068); }
.htgx-provider-mark--budget { background: linear-gradient(145deg, #f0383e, #bd171c); }
.htgx-provider-mark--swype { background: linear-gradient(145deg, #6c63ff, #4534bc); }
.htgx-offer__top p { margin: 0 0 3px; color: var(--htgx-muted); font-size: 12px; font-weight: 750; }
.htgx-offer__top h3 { margin: 0; color: var(--htgx-navy); font-size: 22px; }

.htgx-offer__label {
  margin: 0 0 23px;
  color: var(--htgx-blue);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.htgx-offer__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  margin: 0 0 24px;
  border-top: 1px solid rgba(199, 215, 228, .72);
  border-bottom: 1px solid rgba(199, 215, 228, .72);
  padding: 19px 0;
}

.htgx-offer__price strong { color: var(--htgx-navy); font-size: 31px; letter-spacing: -.045em; line-height: 1.08; }
.htgx-offer__price span { color: var(--htgx-muted); font-size: 13px; font-weight: 650; }

.htgx-checks {
  display: grid;
  margin: 0 0 26px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.htgx-checks li {
  position: relative;
  padding-left: 29px;
  color: #2f4b63;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.48;
}

.htgx-checks li::before {
  position: absolute;
  top: .18em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #e2fbf3, #c9f2e5);
  color: var(--htgx-green);
  box-shadow: 0 3px 8px rgba(8, 127, 91, .09);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.htgx-fit {
  margin: auto 0 24px;
  border: 1px solid rgba(190, 209, 224, .7);
  border-radius: 14px;
  padding: 16px 17px;
  background: linear-gradient(135deg, rgba(244, 248, 252, .96), rgba(235, 243, 249, .88));
  color: #435c70;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .95) inset;
  font-size: 13px;
  line-height: 1.55;
}

.htgx-fit strong { color: var(--htgx-ink); }
.htgx-offer > .htgx-button {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  background: linear-gradient(135deg, #0b67bd, #08549c);
  box-shadow:
    0 12px 25px rgba(11, 92, 173, .22),
    0 1px 0 rgba(255, 255, 255, .2) inset;
}

.htgx-offer--featured > .htgx-button {
  background: linear-gradient(135deg, #e65318, #c23d0b);
  box-shadow:
    0 13px 28px rgba(217, 72, 15, .25),
    0 1px 0 rgba(255, 255, 255, .24) inset;
}

.htgx-offer > .htgx-button:hover,
.htgx-offer > .htgx-button:focus-visible { filter: saturate(1.08) brightness(.96); }

.htgx-offer > .htgx-ad-note {
  margin: 13px 4px 0;
  color: #6d8192;
  font-size: 11px;
  line-height: 1.5;
}

.htgx-fairuse-note {
  max-width: 980px;
  margin: 30px auto 0;
  border-left: 4px solid #f0ad20;
  border-radius: 0 10px 10px 0;
  padding: 13px 17px;
  background: #fff9e8;
  color: #68531e;
  font-size: 13px;
}

.htgx-comparison { background: #fff; }
.htgx-table-wrap { overflow-x: auto; border: 1px solid var(--htgx-line); border-radius: 16px; box-shadow: 0 10px 30px rgba(8,43,76,.05); }
.htgx-table-wrap table { width: 100%; min-width: 850px; margin: 0; border-collapse: collapse; font-size: 14px; }
.htgx-table-wrap th,
.htgx-table-wrap td { border: 0; border-bottom: 1px solid var(--htgx-line); padding: 17px 20px; text-align: left; }
.htgx-table-wrap thead th { background: var(--htgx-navy); color: #fff; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.htgx-table-wrap tbody tr:last-child th,
.htgx-table-wrap tbody tr:last-child td { border-bottom: 0; }
.htgx-table-wrap tbody tr:nth-child(even) { background: #f8fafc; }
.htgx-table-wrap tbody th { color: var(--htgx-navy); font-weight: 800; }
.htgx-yes { display: inline-block; border-radius: 20px; padding: 4px 9px; background: #dcf8ee; color: var(--htgx-green); font-size: 11px; font-weight: 900; }
.htgx-table-note { margin: 12px 0 0; color: var(--htgx-muted); font-size: 12px; }

.htgx-guide {
  background: linear-gradient(135deg, var(--htgx-navy), var(--htgx-navy-2));
}

.htgx-guide__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
}

.htgx-guide .htgx-eyebrow { color: #9ed3fa; }
.htgx-guide h2 { color: #fff; font-size: clamp(34px, 4vw, 48px); }
.htgx-guide__intro { color: #bed0df; font-size: 18px; }
.htgx-steps { display: grid; margin: 0; padding: 0; gap: 15px; list-style: none; }
.htgx-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; padding: 22px; background: rgba(255,255,255,.07); }
.htgx-steps > li > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 13px; background: rgba(255,255,255,.12); color: #9ed3fa; font-weight: 900; }
.htgx-steps h3 { margin-bottom: 6px; color: #fff; font-size: 19px; }
.htgx-steps p { margin: 0; color: #bed0df; font-size: 14px; }

.htgx-dualsim { padding-top: 70px; padding-bottom: 70px; background: #fff; }
.htgx-dualsim__card { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 30px; border-radius: 22px; padding: 36px; background: linear-gradient(125deg, #0b5cad, #082b4c); box-shadow: var(--htgx-shadow); }
.htgx-dualsim__icon { position: relative; width: 94px; height: 76px; }
.htgx-dualsim__icon span { position: absolute; display: grid; width: 58px; height: 72px; place-items: center; border: 3px solid rgba(255,255,255,.7); border-radius: 11px 11px 15px 15px; background: #fff; color: var(--htgx-navy); font-size: 13px; font-weight: 900; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.htgx-dualsim__icon span:first-child { left: 0; transform: rotate(-7deg); }
.htgx-dualsim__icon span:last-child { right: 0; background: #d52b1e; color: #fff; transform: rotate(7deg); }
.htgx-dualsim .htgx-eyebrow { margin-bottom: 8px; color: #9ed3fa; }
.htgx-dualsim h2 { margin-bottom: 8px; color: #fff; font-size: 28px; }
.htgx-dualsim p:last-child { margin: 0; color: #d4e4ef; font-size: 14px; }

.htgx-topic-hub { background: var(--htgx-bg); }
.htgx-topic-hub__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; max-width: 980px; margin: 0 auto; }
.htgx-topic-hub__grid a { display: grid; gap: 6px; border: 1px solid var(--htgx-line); border-radius: 15px; padding: 21px; background: #fff; color: var(--htgx-navy) !important; text-decoration: none !important; }
.htgx-topic-hub__grid a:hover, .htgx-topic-hub__grid a:focus-visible { border-color: var(--htgx-blue); box-shadow: 0 12px 26px rgba(8,43,76,.09); }
.htgx-topic-hub__grid strong { font-size: 16px; }
.htgx-topic-hub__grid span { color: var(--htgx-muted); font-size: 13px; line-height: 1.4; }

.htgx-faq { background: var(--htgx-bg); }
.htgx-faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; }
.htgx-faq .htgx-section-heading { position: sticky; top: 120px; margin: 0; text-align: left; }
.htgx-faq .htgx-section-heading .htgx-eyebrow { justify-content: flex-start; }
.htgx-faq__items { display: grid; gap: 10px; }
.htgx-faq details { border: 1px solid var(--htgx-line); border-radius: 13px; padding: 0 20px; background: #fff; }
.htgx-faq summary { position: relative; padding: 19px 42px 19px 0; color: var(--htgx-ink); cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.htgx-faq summary::-webkit-details-marker { display: none; }
.htgx-faq summary::after { position: absolute; top: 16px; right: 0; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--htgx-blue-soft); color: var(--htgx-blue); content: "+"; font-size: 20px; }
.htgx-faq details[open] summary::after { content: "−"; }
.htgx-faq details p { margin: 0; padding: 0 40px 20px 0; color: var(--htgx-muted); font-size: 14px; }

.htgx-method { padding: 42px 0; border-top: 1px solid var(--htgx-line); background: #fff; }
.htgx-method__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 38px; }
.htgx-method h2,
.htgx-method h3 { margin-bottom: 8px; color: var(--htgx-navy); font-size: 16px; }
.htgx-method p { margin: 0; color: var(--htgx-muted); font-size: 12px; }

.htgx-footer { padding: 48px 0; background: #061f35; }
.htgx-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.htgx-brand--footer { color: #fff !important; }
.htgx-footer p { max-width: 480px; margin: 15px 0 0; color: #9fb6c8; font-size: 13px; }
.htgx-footer nav { display: flex; gap: 24px; }
.htgx-footer nav a { color: #d8e4ed !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.htgx-footer nav a:hover { color: #fff !important; text-decoration: underline !important; }

.htgx-mobile-cta { display: none; }

.htgx-landing-page { margin: 0; background: var(--htgx-bg); color: var(--htgx-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.6; }
.htgx-landing-page *, .htgx-landing-page *::before, .htgx-landing-page *::after { box-sizing: border-box; }
.htgx-landing__header { border-bottom: 1px solid var(--htgx-line); background: #fff; }
.htgx-landing__header .htgx-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.htgx-landing__hero { padding: 80px 0; background: linear-gradient(125deg, #f6fbff 0%, #eef6fb 52%, #fff8f3 100%); }
.htgx-landing__hero h1 { max-width: 900px; margin: 0 0 22px; color: var(--htgx-ink); font-size: clamp(38px, 5vw, 62px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
.htgx-landing__lead { max-width: 810px; margin: 0 0 16px; color: #3c5871; font-size: 20px; }
.htgx-landing__updated { margin: 0 0 27px; color: var(--htgx-muted); font-size: 13px; }
.htgx-landing__section { padding: 72px 0; background: #fff; }
.htgx-landing__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 54px; }
.htgx-landing h2 { margin: 0 0 15px; color: var(--htgx-navy); font-size: clamp(27px, 3vw, 38px); line-height: 1.18; }
.htgx-landing article p, .htgx-landing article li { color: #405b71; }
.htgx-landing article ol { display: grid; gap: 13px; padding-left: 22px; }
.htgx-landing__note { align-self: start; border: 1px solid var(--htgx-line); border-radius: 18px; padding: 26px; background: var(--htgx-blue-soft); }
.htgx-landing__note h2 { font-size: 21px; }
.htgx-landing__note p { color: #405b71; font-size: 14px; }
.htgx-landing__links { border-top: 1px solid var(--htgx-line); background: var(--htgx-bg); }
.htgx-landing__linkgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.htgx-landing__linkgrid a { display: grid; gap: 5px; border: 1px solid var(--htgx-line); border-radius: 14px; padding: 20px; background: #fff; color: var(--htgx-navy); text-decoration: none; }
.htgx-landing__linkgrid a:hover, .htgx-landing__linkgrid a:focus-visible { border-color: var(--htgx-blue); box-shadow: 0 10px 25px rgba(8,43,76,.08); }
.htgx-landing__linkgrid span { color: var(--htgx-muted); font-size: 13px; }

@media (max-width: 1024px) {
  .htgx-hero__grid { grid-template-columns: 1fr 390px; gap: 40px; }
  .htgx-guide__grid { gap: 45px; }
  .htgx-dualsim__card { grid-template-columns: 80px 1fr; }
  .htgx-dualsim__card > .htgx-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 840px) {
  .admin-bar .htgx-header { top: 46px; }
  .htgx-nav { display: none; }
  .htgx-hero { padding-top: 52px; }
  .htgx-hero__grid { grid-template-columns: 1fr; }
  .htgx-hero-card { max-width: 560px; }
  .htgx-proofbar__grid { grid-template-columns: repeat(2, 1fr); }
  .htgx-proofbar p:nth-child(2) { border-right: 1px solid var(--htgx-line); }
  .htgx-proofbar p:nth-child(n+3) { border-top: 1px solid var(--htgx-line); }
  .htgx-offer-grid { max-width: 700px; margin-inline: auto; grid-template-columns: 1fr; }
  .htgx-offer:last-child:nth-child(odd) { width: 100%; grid-column: auto; }
  .htgx-guide__grid,
  .htgx-faq__grid { grid-template-columns: 1fr; gap: 38px; }
  .htgx-faq .htgx-section-heading { position: static; }
  .htgx-method__grid { grid-template-columns: 1fr; gap: 24px; }
  .htgx-topic-hub__grid { grid-template-columns: 1fr; }
  .htgx-landing__grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .htgx-wrap { width: min(100% - 28px, 1180px); }
  .htgx-shell { padding-bottom: 76px; font-size: 16px; }
  .htgx-header__inner { min-height: 66px; }
  .htgx-header .htgx-button { display: none; }
  .htgx-brand__mark { width: 45px; height: 31px; }
  .htgx-brand strong { font-size: 16px; }
  .htgx-hero { padding: 42px 0 50px; }
  .htgx-hero h1 { font-size: 40px; }
  .htgx-hero__lead { font-size: 17px; }
  .htgx-hero__actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .htgx-text-link { text-align: center; }
  .htgx-trust-list { display: grid; gap: 9px; }
  .htgx-hero-card { padding: 28px 22px; }
  .htgx-hero-card h2 { font-size: 25px; }
  .htgx-proofbar__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .htgx-proofbar p { min-height: 82px; flex-direction: column; gap: 2px; text-align: center; }
  .htgx-proofbar strong { font-size: 20px; }
  .htgx-proofbar span { font-size: 10px; }
  .htgx-section { padding: 68px 0; }
  .htgx-section-heading h2 { font-size: 34px; }
  .htgx-section-heading > p:last-child { font-size: 16px; }
  .htgx-quiz { padding: 22px 16px; }
  .htgx-choice-row { grid-template-columns: 1fr; }
  .htgx-choice-row label > span { min-height: 46px; }
  .htgx-quiz > .htgx-button { width: 100%; min-width: 0; }
  .htgx-result-bar { align-items: flex-start; }
  .htgx-view-switch { width: 100%; overflow-x: auto; justify-content: flex-start; }
  .htgx-view-switch button { flex: 0 0 auto; }
  .htgx-offer { border-radius: 20px; padding: 25px 22px 24px; }
  .htgx-rank-badge {
    position: static;
    width: max-content;
    max-width: 100%;
    margin: 0 0 20px;
    align-self: flex-start;
  }
  .htgx-offer__top { margin-bottom: 20px; padding-right: 0; }
  .htgx-provider-mark { width: 49px; height: 49px; border-radius: 14px; }
  .htgx-offer__top h3 { font-size: 21px; }
  .htgx-offer__label { margin-bottom: 20px; font-size: 14px; }
  .htgx-offer__price { margin-bottom: 22px; padding: 17px 0; }
  .htgx-offer__price strong { font-size: 28px; }
  .htgx-checks { margin-bottom: 23px; gap: 11px; }
  .htgx-fit { margin-bottom: 21px; padding: 15px; }
  .htgx-guide__grid { gap: 30px; }
  .htgx-steps li { grid-template-columns: 42px 1fr; padding: 17px; }
  .htgx-steps > li > span { width: 40px; height: 40px; }
  .htgx-dualsim__card { grid-template-columns: 1fr; gap: 20px; padding: 27px 22px; }
  .htgx-dualsim__card > .htgx-button { grid-column: auto; width: 100%; }
  .htgx-dualsim h2 { font-size: 26px; }
  .htgx-faq details { padding: 0 15px; }
  .htgx-faq summary { font-size: 15px; }
  .htgx-footer__inner { align-items: flex-start; flex-direction: column; }
  .htgx-footer nav { flex-wrap: wrap; }
  .htgx-landing__header .htgx-wrap { min-height: 66px; }
  .htgx-landing__hero { padding: 52px 0; }
  .htgx-landing__hero h1 { font-size: 38px; }
  .htgx-landing__lead { font-size: 17px; }
  .htgx-landing__section { padding: 54px 0; }
  .htgx-landing__linkgrid { grid-template-columns: 1fr; }
  .htgx-mobile-cta {
    position: fixed;
    z-index: 1000;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 10px 11px 10px 15px;
    background: rgba(8,43,76,.97);
    color: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .2s, transform .2s;
  }
  .htgx-mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .htgx-mobile-cta small { display: block; color: #b8ccda; font-size: 9px; line-height: 1.2; }
  .htgx-mobile-cta strong { display: block; font-size: 13px; line-height: 1.25; }
  .htgx-mobile-cta a { flex: 0 0 auto; border-radius: 9px; padding: 10px 12px; background: var(--htgx-orange); color: #fff !important; font-size: 12px; font-weight: 900; text-decoration: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .htgx-shell *,
  .htgx-shell *::before,
  .htgx-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
