.home-redesign {
  --hp-deep: #050b16;
  --hp-navy: #08182c;
  --hp-navy-soft: #0d2340;
  --hp-gold: #d6b25e;
  --hp-gold-light: #f0d58a;
  --hp-ink: #f5f1e7;
  --hp-muted: #aab7ca;
  --hp-paper: #ffffff;
  --hp-paper-soft: #f3f5f8;
  --hp-dark: #0b1728;
  --hp-dark-muted: #5d6979;
  --hp-line: rgba(214, 178, 94, .2);
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.home-redesign svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.home-redesign .q-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.home-redesign [hidden] { display: none !important; }
.home-redesign .home-standard-content[aria-hidden="true"] { visibility: hidden; height: 0; overflow: hidden; }
body.journey-selection-required { overflow: hidden; }

/* Journey selector */
.home-redesign .journey-selector {
  position: fixed; inset: 88px 0 0; z-index: 890; min-height: calc(100dvh - 88px);
  display: grid; place-items: center; padding: clamp(22px, 4vw, 54px); overflow-y: auto; background: var(--hp-deep);
}
.home-redesign .journey-selector-backdrop {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(214,178,94,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(214,178,94,.045) 1px, transparent 1px), radial-gradient(circle at 76% 20%, rgba(214,178,94,.16), transparent 32%), radial-gradient(circle at 15% 85%, rgba(24,65,112,.38), transparent 34%), linear-gradient(145deg, #050b16, #081629 58%, #07111f);
  background-size: 68px 68px, 68px 68px, auto, auto, auto;
}
.home-redesign .journey-selector-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,11,22,.08), rgba(5,11,22,.72)); }
.home-redesign .journey-selector-panel {
  position: relative; width: min(1180px, 100%); padding: clamp(28px, 4.5vw, 62px);
  border: 1px solid rgba(214,178,94,.2); border-radius: 30px; background: rgba(7,17,31,.84);
  box-shadow: 0 40px 110px rgba(0,0,0,.5); backdrop-filter: blur(22px);
}
.home-redesign .journey-selector-heading { max-width: 790px; margin: 0 auto clamp(28px, 4vw, 46px); text-align: center; }
.home-redesign .journey-selector-heading h1 { margin: 0; color: var(--hp-ink); font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -.045em; }
.home-redesign .journey-selector-heading > p:last-child { max-width: 660px; margin: 21px auto 0; color: #b8c4d5; font-size: clamp(1rem, 1.5vw, 1.15rem); }
.home-redesign .journey-selector-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-redesign .journey-selector-card {
  min-height: 290px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px;
  border: 1px solid rgba(255,255,255,.1); border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); color: #d5deeb;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.home-redesign .journey-selector-card:hover, .home-redesign .journey-selector-card:focus-visible {
  transform: translateY(-6px); border-color: rgba(214,178,94,.62);
  background: linear-gradient(160deg, rgba(214,178,94,.11), rgba(255,255,255,.04));
  box-shadow: 0 24px 55px rgba(0,0,0,.28); outline: none;
}
.home-redesign .journey-selector-icon, .home-redesign .service-icon, .home-redesign .audience-icon {
  display: grid; place-items: center; border: 1px solid rgba(214,178,94,.35); color: var(--hp-gold-light);
}
.home-redesign .journey-selector-icon { width: 52px; height: 52px; margin-bottom: 23px; border-radius: 15px; background: rgba(214,178,94,.09); font-size: 1.45rem; }
.home-redesign .journey-selector-audience, .home-redesign .audience-label { color: var(--hp-gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.home-redesign .journey-selector-audience { margin-bottom: 8px; }
.home-redesign .journey-selector-card strong { color: var(--hp-ink); font-size: 1.26rem; line-height: 1.28; }
.home-redesign .journey-selector-card > span:not(.journey-selector-icon):not(.journey-selector-audience):not(.journey-selector-link) { margin-top: 13px; color: #aeb9ca; font-size: .9rem; line-height: 1.55; }
.home-redesign .journey-selector-link, .home-redesign .card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--hp-gold-light); font-size: .82rem; font-weight: 900; }
.home-redesign .journey-selector-link { padding-top: 24px; }
.home-redesign .journey-selector-link svg, .home-redesign .card-link svg { transition: transform .18s ease; }
.home-redesign .journey-selector-card:hover .journey-selector-link svg, .home-redesign .premium-service-card:hover .card-link svg { transform: translateX(5px); }
.home-redesign .journey-selector-overview {
  display: block; margin: 28px auto 0; padding: 10px 14px; border: 0; border-bottom: 1px solid rgba(214,178,94,.42);
  background: transparent; color: #cbd4e1; cursor: pointer; font-weight: 800;
}
.home-redesign .journey-selector-overview:hover, .home-redesign .journey-selector-overview:focus-visible { color: var(--hp-gold-light); outline: 2px solid var(--hp-gold); outline-offset: 5px; }
.home-redesign .journey-change {
  position: fixed; right: 22px; bottom: 104px; z-index: 820; min-height: 42px; padding: 10px 15px;
  border: 1px solid rgba(214,178,94,.36); border-radius: 999px; background: rgba(7,17,31,.94);
  color: var(--hp-gold-light); box-shadow: 0 12px 35px rgba(0,0,0,.3); cursor: pointer; font-size: .78rem; font-weight: 900; backdrop-filter: blur(14px);
}
.home-redesign .journey-change:hover, .home-redesign .journey-change:focus-visible { border-color: var(--hp-gold); background: #0b1c33; outline: 2px solid var(--hp-gold); outline-offset: 3px; }

/* Hero */
.home-redesign .premium-hero {
  position: relative; min-height: calc(100vh - 88px); display: flex; align-items: center; overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0; border-bottom: 1px solid rgba(214,178,94,.13);
  background: radial-gradient(circle at 75% 18%, rgba(214,178,94,.1), transparent 25%), linear-gradient(145deg, #050b16, #08182c 58%, #07111e);
}
.home-redesign .premium-hero-grid, .home-redesign .premium-final-cta-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(214,178,94,.042) 1px, transparent 1px), linear-gradient(90deg, rgba(214,178,94,.042) 1px, transparent 1px);
  background-size: 64px 64px;
}
.home-redesign .premium-hero-grid { mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.home-redesign .premium-hero-glow {
  position: absolute; width: min(760px, 72vw); aspect-ratio: 1; right: -12%; top: 4%;
  border: 1px solid rgba(214,178,94,.16); border-radius: 50%; box-shadow: inset 0 0 110px rgba(214,178,94,.06), 0 0 130px rgba(22,61,104,.25);
}
.home-redesign .premium-hero-glow::before, .home-redesign .premium-hero-glow::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(214,178,94,.11); border-radius: 50%; }
.home-redesign .premium-hero-glow::after { inset: 29%; }
.home-redesign .premium-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.96fr) minmax(480px,1.04fr); align-items: center; gap: clamp(54px,7vw,108px); }
.home-redesign .premium-hero-copy h1 { max-width: 680px; margin: 0; color: var(--hp-ink); font-size: var(--font-hero, clamp(2.1rem,3.4vw,3.35rem)); font-weight: 800; line-height: var(--hero-line-height, 1.12); letter-spacing: var(--hero-letter-spacing, -0.025em); }
.home-redesign .premium-hero-copy h1 span { color: var(--hp-gold-light); }
.home-redesign .premium-hero-copy h1:focus { outline: none; }
.home-redesign .premium-hero-lead { max-width: 700px; margin: 28px 0 0; color: #b7c3d5; font-size: clamp(1.05rem,1.45vw,1.24rem); line-height: 1.7; }
.home-redesign .premium-hero-actions, .home-redesign .premium-final-cta-inner > div { display: flex; flex-wrap: wrap; gap: 14px; }
.home-redesign .premium-hero-actions { margin-top: 36px; }
.home-redesign .premium-hero-tertiary { margin: 16px 0 0; }
.home-redesign .premium-hero-tertiary .text-link { color: #cbd5e3; font-size: .88rem; }
.home-redesign .premium-hero-tertiary .text-link:hover, .home-redesign .premium-hero-tertiary .text-link:focus-visible { color: var(--hp-gold-light); }
.home-redesign .premium-principles { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(214,178,94,.17); }
.home-redesign .premium-principles span { display: inline-flex; align-items: center; gap: 8px; color: #b8c4d5; font-size: .78rem; font-weight: 800; }
.home-redesign .premium-principles svg { color: var(--hp-gold-light); }

/* Platform visual */
.home-redesign .platform-visual { position: relative; min-width: 0; padding: 38px 0 56px; }
.home-redesign .platform-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 23px; background: rgba(9,23,42,.94); box-shadow: 0 38px 90px rgba(0,0,0,.42); backdrop-filter: blur(18px); }
.home-redesign .platform-window-bar { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.home-redesign .platform-window-bar > div { display: flex; gap: 6px; }
.home-redesign .platform-window-bar > div span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.home-redesign .platform-window-bar > div span:nth-child(2) { background: rgba(214,178,94,.46); }
.home-redesign .platform-window-bar strong { color: #dce4ef; font-size: .78rem; }
.home-redesign .platform-state { justify-self: end; padding: 6px 9px; border: 1px solid rgba(105,214,168,.26); border-radius: 999px; background: rgba(105,214,168,.08); color: #8ce2bd; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.home-redesign .platform-window-body { min-height: 440px; display: grid; grid-template-columns: 58px 1fr; }
.home-redesign .platform-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 28px; border-right: 1px solid rgba(255,255,255,.07); background: rgba(3,10,19,.45); }
.home-redesign .platform-sidebar span { width: 19px; height: 19px; border-radius: 6px; background: rgba(255,255,255,.08); }
.home-redesign .platform-sidebar span.is-active { background: var(--hp-gold); box-shadow: 0 0 20px rgba(214,178,94,.3); }
.home-redesign .platform-canvas { padding: 28px; }
.home-redesign .platform-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 17px 18px; border: 1px solid rgba(214,178,94,.14); border-radius: 14px; background: linear-gradient(135deg, rgba(214,178,94,.08), rgba(255,255,255,.025)); }
.home-redesign .platform-summary > div, .home-redesign .platform-flow article > div, .home-redesign .platform-float-card > span { display: grid; gap: 2px; }
.home-redesign .platform-summary span, .home-redesign .platform-flow small, .home-redesign .platform-float-card small { color: #8fa0b7; font-size: .72rem; }
.home-redesign .platform-summary strong { color: #eef1f5; font-size: .94rem; }
.home-redesign .platform-summary-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--hp-gold-light) !important; font-weight: 800; white-space: nowrap; }
.home-redesign .platform-flow { display: grid; gap: 12px; }
.home-redesign .platform-flow article { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,.075); border-radius: 13px; background: rgba(255,255,255,.026); }
.home-redesign .flow-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: rgba(214,178,94,.09); color: var(--hp-gold-light); }
.home-redesign .platform-flow strong { color: #e6ebf2; font-size: .84rem; }
.home-redesign .platform-flow article > span:last-child { color: rgba(214,178,94,.62); font-size: .72rem; font-weight: 900; }
.home-redesign .platform-float-card { position: absolute; z-index: 3; min-width: 225px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(214,178,94,.22); border-radius: 14px; background: rgba(5,13,25,.95); box-shadow: 0 18px 50px rgba(0,0,0,.36); backdrop-filter: blur(12px); }
.home-redesign .platform-float-card > svg { flex: 0 0 auto; color: var(--hp-gold-light); font-size: 1.35rem; }
.home-redesign .platform-float-card strong { color: #edf0f4; font-size: .76rem; }
.home-redesign .platform-float-card-top { top: 0; right: -22px; }
.home-redesign .platform-float-card-bottom { left: -26px; bottom: 0; }

/* Principle band and section system */
.home-redesign .principle-band { position: relative; z-index: 3; border-block: 1px solid rgba(214,178,94,.13); background: #071321; }
.home-redesign .principle-band-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-redesign .principle-band article { min-height: 190px; display: flex; align-items: flex-start; gap: 15px; padding: 34px 25px; border-right: 1px solid rgba(214,178,94,.12); }
.home-redesign .principle-band article:last-child { border-right: 0; }
.home-redesign .principle-band article > svg { flex: 0 0 auto; margin-top: 2px; color: var(--hp-gold-light); font-size: 1.35rem; }
.home-redesign .principle-band h2 { margin: 0 0 8px; color: var(--hp-ink); font-size: 1rem; }
.home-redesign .principle-band p { margin: 0; color: #96a6bb; font-size: .82rem; line-height: 1.6; }
.home-redesign .premium-section { position: relative; padding: clamp(78px,9vw,126px) 0; }
.home-redesign .premium-section-heading { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.68fr); align-items: end; gap: 60px; margin-bottom: 52px; }
.home-redesign .premium-section-heading.centered { max-width: 920px; display: block; margin-inline: auto; text-align: center; }
.home-redesign .premium-section-heading.centered > p { margin: 20px auto 0; }
.home-redesign .premium-section-heading h2, .home-redesign .verification-copy h2, .home-redesign .about-title h2, .home-redesign .premium-final-cta h2 { margin: 0; color: var(--hp-dark); font-size: var(--font-h2, clamp(1.65rem,2.4vw,2.35rem)); font-weight: 800; line-height: var(--h2-line-height, 1.18); letter-spacing: var(--h2-letter-spacing, -0.02em); }
.home-redesign .premium-section-heading > p { max-width: 590px; margin: 0; color: var(--hp-dark-muted); font-size: 1.02rem; line-height: 1.72; }
.home-redesign .premium-section-heading.light h2 { color: var(--hp-ink); }
.home-redesign .premium-section-heading.light > p { color: #aebacd; }

/* Services */
.home-redesign .premium-services { background: var(--hp-paper); color: var(--hp-dark); }
.home-redesign .premium-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 1fr; gap: 18px; align-items: stretch; }
.home-redesign .premium-services-all-link { margin: 34px 0 0; text-align: center; }
.home-redesign .premium-services-all-link .text-link { justify-content: center; }
.home-redesign .premium-service-card { position: relative; min-height: 370px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(11,23,40,.12); border-radius: 20px; background: linear-gradient(165deg,#fff,#f8f9fb); color: var(--hp-dark); transition: transform .19s ease, border-color .19s ease, box-shadow .19s ease; }
.home-redesign .premium-service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--hp-gold),transparent); transform: scaleX(0); transform-origin: left; transition: transform .19s ease; }
.home-redesign .premium-service-card:hover, .home-redesign .premium-service-card:focus-visible { transform: translateY(-7px); border-color: rgba(214,178,94,.48); box-shadow: 0 24px 58px rgba(10,25,48,.12); outline: none; }
.home-redesign .premium-service-card:hover::before, .home-redesign .premium-service-card:focus-visible::before { transform: scaleX(1); }
.home-redesign .service-index { position: absolute; top: 25px; right: 26px; color: #8c7850; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.home-redesign .service-icon { width: 52px; height: 52px; margin-bottom: 24px; border-radius: 14px; background: #0a1930; font-size: 1.35rem; box-shadow: 0 12px 28px rgba(10,25,48,.16); }
.home-redesign .premium-service-card h3 { max-width: 290px; margin: 0; font-size: 1.26rem; line-height: 1.3; }
.home-redesign .premium-service-card > p { margin: 14px 0 20px; color: var(--hp-dark-muted); font-size: .9rem; line-height: 1.66; }
.home-redesign .service-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.home-redesign .service-tags > span { padding: 5px 8px; border: 1px solid rgba(11,23,40,.08); border-radius: 7px; background: #eef1f5; color: #5f6875; font-size: .68rem; font-weight: 800; }
.home-redesign .card-link { padding-top: 26px; color: #705b2a; }

/* Process */
.home-redesign .process-section { background: var(--hp-paper-soft); color: var(--hp-dark); }
.home-redesign .premium-process { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.home-redesign .premium-process::before { content: ""; position: absolute; top: 40px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg,transparent,rgba(214,178,94,.9),transparent); }
.home-redesign .premium-process li { position: relative; z-index: 2; text-align: center; }
.home-redesign .premium-process li > span { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 23px; border: 1px solid rgba(214,178,94,.55); border-radius: 50%; background: #fff; color: #7e642d; box-shadow: 0 14px 35px rgba(10,25,48,.08); font-weight: 900; }
.home-redesign .premium-process h3 { margin: 0 0 10px; color: var(--hp-dark); font-size: 1.13rem; }
.home-redesign .premium-process p { margin: 0; color: var(--hp-dark-muted); font-size: .87rem; line-height: 1.64; }

/* Audience */
.home-redesign .audience-section { overflow: hidden; border-block: 1px solid rgba(214,178,94,.1); background: linear-gradient(145deg,#050b16,#0a1b31 58%,#06101e); }
.home-redesign .audience-glow { position: absolute; width: 700px; height: 700px; right: -260px; top: -300px; border-radius: 50%; background: radial-gradient(circle,rgba(214,178,94,.16),transparent 67%); pointer-events: none; }
.home-redesign .audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-redesign .audience-card { min-height: 440px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.105); border-radius: 22px; background: linear-gradient(160deg,rgba(255,255,255,.065),rgba(255,255,255,.022)); transition: transform .19s ease, border-color .19s ease, background .19s ease; }
.home-redesign .audience-card:hover { transform: translateY(-7px); border-color: rgba(214,178,94,.42); background: linear-gradient(160deg,rgba(214,178,94,.09),rgba(255,255,255,.028)); }
.home-redesign .audience-icon { width: 58px; height: 58px; margin-bottom: 24px; border-radius: 16px; background: rgba(214,178,94,.08); font-size: 1.45rem; }
.home-redesign .audience-label { margin: 0 0 9px; }
.home-redesign .audience-card h3 { margin: 0; color: var(--hp-ink); font-size: 1.55rem; line-height: 1.28; }
.home-redesign .audience-card ol { display: grid; gap: 12px; margin: 25px 0 28px; padding: 0; counter-reset: journey-step; list-style: none; }
.home-redesign .audience-card li { display: flex; align-items: center; gap: 10px; color: #b2bfd1; font-size: .88rem; }
.home-redesign .audience-card li::before { counter-increment: journey-step; content: counter(journey-step,decimal-leading-zero); color: rgba(214,178,94,.72); font-size: .68rem; font-weight: 900; }
.home-redesign .audience-card > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--hp-gold-light); font-size: .86rem; font-weight: 900; }
.home-redesign .audience-card-desc { display: block; margin: 12px 0 22px; color: #aeb9ca; font-size: .89rem; line-height: 1.55; }
.home-redesign .audience-grid-quad { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1280px) and (min-width: 1121px) {
  .home-redesign .audience-grid-quad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Verification and about */
.home-redesign .verification-section { background: #fff; color: var(--hp-dark); }
.home-redesign .verification-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(430px,.78fr); align-items: center; gap: clamp(60px,9vw,124px); }
.home-redesign .verification-copy > p:not(.section-kicker) { margin: 24px 0 0; color: var(--hp-dark-muted); font-size: 1.02rem; line-height: 1.75; }
.home-redesign .verification-copy ul { display: grid; gap: 13px; margin: 30px 0 34px; padding: 0; list-style: none; }
.home-redesign .verification-copy li { display: flex; align-items: center; gap: 11px; color: #344154; font-size: .91rem; font-weight: 750; }
.home-redesign .verification-copy li svg { color: #247455; }
.home-redesign .verification-card { padding: clamp(25px,4vw,40px); border: 1px solid rgba(11,23,40,.1); border-radius: 24px; background: linear-gradient(160deg,#f7f8fa,#fff); box-shadow: 0 28px 70px rgba(10,25,48,.12); }
.home-redesign .verification-card-head { display: flex; align-items: center; gap: 15px; margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid rgba(11,23,40,.09); }
.home-redesign .verification-card-head > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #0a1930; color: var(--hp-gold-light); font-size: 1.35rem; }
.home-redesign .verification-card-head p { margin: 0; color: #6c7580; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.home-redesign .verification-card-head strong { font-size: 1.16rem; }
.home-redesign .verification-status-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.home-redesign .verification-status-list > div { min-height: 92px; display: grid; align-content: center; gap: 4px; padding: 15px; border: 1px solid currentColor; border-radius: 13px; background: #fff; }
.home-redesign .verification-status-list strong { font-size: .8rem; letter-spacing: .07em; }
.home-redesign .verification-status-list span { color: #606a77; font-size: .72rem; }
.home-redesign .verification-status-list .is-valid { color: #1e7752; background: #f2fbf6; }
.home-redesign .verification-status-list .is-revoked { color: #a73c43; background: #fff5f5; }
.home-redesign .verification-status-list .is-superseded { color: #9a6b17; background: #fff9eb; }
.home-redesign .verification-status-list .is-expired { color: #626e7b; background: #f4f6f8; }
.home-redesign .verification-note { margin: 20px 0 0; color: #657180; font-size: .78rem; line-height: 1.6; }
.home-redesign .about-section { background: var(--hp-paper-soft); color: var(--hp-dark); }
.home-redesign .about-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,.82fr); gap: clamp(60px,10vw,140px); }
.home-redesign .about-copy p { margin: 0 0 21px; color: var(--hp-dark-muted); font-size: 1rem; line-height: 1.78; }
.home-redesign .about-copy strong { color: var(--hp-dark); }
.home-redesign .text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; color: #705b2a; font-weight: 900; }

/* Final CTA */
.home-redesign .premium-final-cta { position: relative; overflow: hidden; padding: clamp(82px,9vw,124px) 0; border-top: 1px solid rgba(214,178,94,.16); background: radial-gradient(circle at 80% 20%,rgba(214,178,94,.15),transparent 28%), linear-gradient(135deg,#050b16,#0b1e36); }
.home-redesign .premium-final-cta-grid { opacity: .6; }
.home-redesign .premium-final-cta-inner { position: relative; z-index: 2; max-width: 900px; text-align: center; }
.home-redesign .premium-final-cta h2 { color: var(--hp-ink); }
.home-redesign .premium-final-cta > .shell > p:not(.section-kicker) { max-width: 680px; margin: 23px auto 0; color: #b4c0d1; font-size: 1.05rem; line-height: 1.7; }
.home-redesign .premium-final-cta-inner > div { justify-content: center; margin-top: 35px; }

/* Progressive reveal */
.qerionn-home-js .home-redesign .q-reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease, transform .62s ease; }
.qerionn-home-js .home-redesign .q-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1280px) {
  .home-redesign .premium-hero-inner { grid-template-columns: minmax(0,.9fr) minmax(430px,1fr); gap: 54px; }
  .home-redesign .platform-float-card-top { right: -6px; }
  .home-redesign .platform-float-card-bottom { left: -8px; }
  .home-redesign .journey-selector-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-redesign .journey-selector-card { min-height: 240px; }
}
@media (max-width: 1120px) {
  .home-redesign .journey-selector { inset: 76px 0 0; min-height: calc(100dvh - 76px); }
  .home-redesign .premium-hero { min-height: auto; }
  .home-redesign .premium-hero-inner { grid-template-columns: 1fr; }
  .home-redesign .premium-hero-copy { max-width: 860px; }
  .home-redesign .platform-visual { width: min(760px,100%); margin-inline: auto; }
  .home-redesign .principle-band-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-redesign .principle-band article:nth-child(2) { border-right: 0; }
  .home-redesign .principle-band article:nth-child(-n+2) { border-bottom: 1px solid rgba(214,178,94,.12); }
  .home-redesign .premium-service-grid, .home-redesign .premium-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-redesign .premium-process { gap: 40px 24px; }
  .home-redesign .premium-process::before { display: none; }
  .home-redesign .audience-grid, .home-redesign .verification-layout { grid-template-columns: 1fr; }
  .home-redesign .audience-card { min-height: auto; }
}
@media (max-width: 900px) {
  .home-redesign .premium-section-heading, .home-redesign .about-layout { grid-template-columns: 1fr; gap: 25px; }
  .home-redesign .premium-section-heading > p { max-width: 760px; }
  .home-redesign .premium-service-card { min-height: 345px; }
}
@media (max-width: 768px) {
  .home-redesign .journey-selector { align-items: start; padding: 20px; }
  .home-redesign .journey-selector-panel { padding: 27px 20px; border-radius: 22px; }
  .home-redesign .journey-selector-grid, .home-redesign .principle-band-grid, .home-redesign .premium-service-grid, .home-redesign .premium-process { grid-template-columns: 1fr; }
  .home-redesign .journey-selector-card { min-height: auto; padding: 21px; }
  .home-redesign .journey-selector-icon { width: 45px; height: 45px; margin-bottom: 18px; }
  .home-redesign .journey-selector-link { margin-top: 14px; padding-top: 0; }
  .home-redesign .journey-change { right: 14px; bottom: 92px; }
  .home-redesign .premium-hero { padding: 66px 0 72px; }
  .home-redesign .premium-hero-actions, .home-redesign .premium-final-cta-inner > div { align-items: stretch; flex-direction: column; }
  .home-redesign .premium-hero-actions .button, .home-redesign .premium-final-cta .button { width: 100%; }
  .home-redesign .platform-visual { padding-bottom: 0; }
  .home-redesign .platform-window-body { min-height: 400px; grid-template-columns: 46px 1fr; }
  .home-redesign .platform-canvas { padding: 19px; }
  .home-redesign .platform-summary { align-items: flex-start; flex-direction: column; }
  .home-redesign .platform-float-card { position: static; min-width: 0; margin-top: 12px; }
  .home-redesign .principle-band article, .home-redesign .principle-band article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(214,178,94,.12); }
  .home-redesign .principle-band article:last-child { border-bottom: 0; }
  .home-redesign .premium-service-card { min-height: 0; }
  .home-redesign .premium-process li { display: grid; grid-template-columns: 62px 1fr; gap: 17px; text-align: left; }
  .home-redesign .premium-process li > span { width: 62px; height: 62px; margin: 0; }
  .home-redesign .verification-status-list { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .home-redesign .premium-principles { align-items: flex-start; flex-direction: column; }
  .home-redesign .platform-window-bar { grid-template-columns: 1fr auto; }
  .home-redesign .platform-window-bar > div, .home-redesign .platform-state { display: none; }
  .home-redesign .platform-window-body { grid-template-columns: 1fr; }
  .home-redesign .platform-sidebar { min-height: 44px; flex-direction: row; justify-content: center; padding-top: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .home-redesign .platform-sidebar span { width: 14px; height: 14px; }
  .home-redesign .platform-canvas { padding: 15px; }
  .home-redesign .platform-flow article { grid-template-columns: 37px minmax(0,1fr); }
  .home-redesign .platform-flow article > span:last-child { display: none; }
  .home-redesign .flow-icon { width: 36px; height: 36px; }
  .home-redesign .audience-card { padding: 27px 23px; }
}
@media (max-width: 390px) {
  .home-redesign .journey-selector { padding: 12px; }
  .home-redesign .journey-selector-panel { padding: 24px 16px; border-radius: 18px; }
  .home-redesign .journey-selector-heading h1 { font-size: 2.05rem; }
  .home-redesign .journey-selector-card { padding: 18px; }
  .home-redesign .premium-service-card, .home-redesign .verification-card { padding: 22px; }
  .home-redesign .premium-process li { grid-template-columns: 54px 1fr; }
  .home-redesign .premium-process li > span { width: 54px; height: 54px; }
}
@media (max-width: 320px) {
  .home-redesign .journey-selector { top: 70px; }
  .home-redesign .journey-selector-heading h1 { font-size: 1.82rem; }
  .home-redesign .premium-hero-actions .button, .home-redesign .premium-final-cta .button { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .qerionn-home-js .home-redesign .q-reveal, .qerionn-home-js .home-redesign .q-reveal.is-visible, .home-redesign *, .home-redesign *::before, .home-redesign *::after {
    scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important;
  }
  .qerionn-home-js .home-redesign .q-reveal { opacity: 1; transform: none; }
}

/* ===== Desktop floating card overlap hotfix ===== */
@media (min-width:1121px){

.home-redesign .platform-visual{
    position:relative;
    padding-top:90px;
    padding-bottom:90px;
    overflow:visible;
}

.home-redesign .platform-float-card{
    z-index:20;
}

.home-redesign .platform-float-card-top{
    top:-18px !important;
    right:-42px !important;
}

.home-redesign .platform-float-card-bottom{
    bottom:-24px !important;
    left:-42px !important;
}

}

/* QERIONN_UNIFIED_DARK_THEME_V1
   Owner-approved homepage visual continuity hotfix.
   Keeps the complete homepage within the navy / black / gold identity.
*/

.home-redesign .premium-services {
  background:
    radial-gradient(circle at 82% 8%, rgba(214,178,94,.10), transparent 28%),
    linear-gradient(145deg,#06101d,#081a2f 58%,#071321);
  color: var(--hp-ink);
}

.home-redesign .process-section {
  background:
    radial-gradient(circle at 14% 82%, rgba(24,65,112,.23), transparent 33%),
    linear-gradient(145deg,#071321,#0a1d34);
  color: var(--hp-ink);
}

.home-redesign .verification-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(214,178,94,.09), transparent 27%),
    linear-gradient(145deg,#050b16,#08182c 62%,#071321);
  color: var(--hp-ink);
}

.home-redesign .about-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(214,178,94,.075), transparent 29%),
    linear-gradient(145deg,#08182c,#0b2038);
  color: var(--hp-ink);
}

.home-redesign .premium-section-heading h2,
.home-redesign .verification-copy h2,
.home-redesign .about-title h2 {
  color: var(--hp-ink);
}

.home-redesign .premium-section-heading > p,
.home-redesign .verification-copy > p:not(.section-kicker),
.home-redesign .about-copy p {
  color: #aebacd;
}

.home-redesign .premium-service-card {
  border-color: rgba(255,255,255,.10);
  background:
    linear-gradient(160deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
  color: var(--hp-ink);
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
}

.home-redesign .premium-service-card:hover,
.home-redesign .premium-service-card:focus-visible {
  border-color: rgba(214,178,94,.48);
  background:
    linear-gradient(160deg,rgba(214,178,94,.09),rgba(255,255,255,.028));
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
}

.home-redesign .premium-service-card h3 {
  color: var(--hp-ink);
}

.home-redesign .premium-service-card > p {
  color: #aebacd;
}

.home-redesign .service-index {
  color: rgba(240,213,138,.72);
}

.home-redesign .service-icon {
  background: rgba(214,178,94,.09);
  box-shadow: none;
}

.home-redesign .service-tags > span {
  border-color: rgba(214,178,94,.18);
  background: rgba(214,178,94,.07);
  color: #b9c5d5;
}

.home-redesign .card-link,
.home-redesign .text-link {
  color: var(--hp-gold-light);
}

.home-redesign .premium-process li > span {
  border-color: rgba(214,178,94,.62);
  background: #0a1b30;
  color: var(--hp-gold-light);
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
}

.home-redesign .premium-process h3 {
  color: var(--hp-ink);
}

.home-redesign .premium-process p {
  color: #aebacd;
}

.home-redesign .verification-copy li {
  color: #c5cfdd;
}

.home-redesign .verification-copy li svg {
  color: var(--hp-gold-light);
}

.home-redesign .verification-card {
  border-color: rgba(214,178,94,.20);
  background:
    linear-gradient(160deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
  color: var(--hp-ink);
  box-shadow: 0 28px 70px rgba(0,0,0,.30);
}

.home-redesign .verification-card-head {
  border-bottom-color: rgba(255,255,255,.09);
}

.home-redesign .verification-card-head p,
.home-redesign .verification-note {
  color: #9eacc0;
}

.home-redesign .verification-card-head strong {
  color: var(--hp-ink);
}

.home-redesign .verification-status-list > div {
  background: rgba(255,255,255,.035);
}

.home-redesign .verification-status-list span {
  color: #aebacd;
}

.home-redesign .verification-status-list .is-valid {
  color: #7cdbad;
  background: rgba(30,119,82,.10);
}

.home-redesign .verification-status-list .is-revoked {
  color: #ef9298;
  background: rgba(167,60,67,.10);
}

.home-redesign .verification-status-list .is-superseded {
  color: #e8c16d;
  background: rgba(154,107,23,.11);
}

.home-redesign .verification-status-list .is-expired {
  color: #bdc7d3;
  background: rgba(98,110,123,.11);
}

.home-redesign .about-copy strong {
  color: var(--hp-ink);
}

.home-redesign .premium-services,
.home-redesign .process-section,
.home-redesign .verification-section,
.home-redesign .about-section {
  border-top: 1px solid rgba(214,178,94,.10);
}
