.hsx-app {
      --hsx-primary: #b3122d;
      --hsx-secondary: #0f6a46;
      --hsx-tertiary: #d9ad45;
      --hsx-night: #06100d;
      --hsx-night-2: #0a1713;
      --hsx-panel: rgba(12, 28, 23, .78);
      --hsx-panel-solid: #0d1c17;
      --hsx-paper: #f6f5ef;
      --hsx-ink: #101815;
      --hsx-white: #ffffff;
      --hsx-muted: rgba(232, 245, 238, .68);
      --hsx-line: rgba(255,255,255,.12);
      --hsx-radius-xl: 34px;
      --hsx-radius-lg: 24px;
      --hsx-radius-md: 17px;
      --hsx-shadow: 0 28px 80px rgba(0,0,0,.22);
      --hsx-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      --hsx-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    }


    .hsx-app,
    .hsx-app * {
      box-sizing: border-box;
    }

    .hsx-app {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 100vh;
      overflow: clip;
      background: var(--hsx-paper);
      color: var(--hsx-ink);
      font-family: var(--hsx-font);
      font-size: 16px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .hsx-app a {
      color: inherit;
      text-decoration: none;
    }

    .hsx-app img {
      display: block;
      max-width: 100%;
    }

    .hsx-app button,
    .hsx-app input,
    .hsx-app textarea,
    .hsx-app select {
      font: inherit;
    }

    .hsx-app svg {
      width: 1em;
      height: 1em;
      fill: currentColor;
      display: block;
    }

    .hsx-app .hsx-shell {
      width: min(1280px, calc(100% - 48px));
      margin-inline: auto;
    }

    .hsx-app .hsx-section {
      position: relative;
      padding: 112px 0;
    }

    .hsx-app .hsx-section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--hsx-primary);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .hsx-app .hsx-section-kicker > span {
      width: 34px;
      height: 2px;
      border-radius: 99px;
      background: currentColor;
      box-shadow: 0 0 18px currentColor;
    }

    .hsx-app .hsx-kicker-light {
      color: color-mix(in srgb, var(--hsx-tertiary) 76%, white);
    }

    .hsx-app h1,
    .hsx-app h2,
    .hsx-app h3,
    .hsx-app p {
      margin-top: 0;
    }

    .hsx-app h1,
    .hsx-app h2,
    .hsx-app h3 {
      font-family: var(--hsx-display);
      line-height: 1.04;
    }

    .hsx-app h2 {
      margin-bottom: 20px;
      font-size: clamp(36px, 5vw, 68px);
      letter-spacing: -.045em;
    }

    .hsx-app .hsx-copy {
      color: rgba(16, 24, 21, .74);
      font-size: 17px;
      line-height: 1.85;
    }

    .hsx-app .hsx-copy p {
      margin: 0 0 17px;
    }

    .hsx-app .hsx-section-head {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
      align-items: end;
      gap: 70px;
      margin-bottom: 52px;
    }

    .hsx-app .hsx-section-head > * {
      margin-bottom: 0;
    }

    .hsx-app .hsx-header {
      position: fixed;
      z-index: 1000;
      top: var(--wp-admin--admin-bar--height, 0px);
      left: 0;
      width: 100%;
      color: #fff;
      background: rgba(5, 15, 12, .72);
      backdrop-filter: blur(24px) saturate(1.35);
      border-bottom: 1px solid rgba(255,255,255,.09);
      transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
    }

    .hsx-app .hsx-header.is-scrolled {
      background: rgba(5, 15, 12, .92);
      box-shadow: 0 16px 50px rgba(0,0,0,.22);
    }

    .hsx-app .hsx-header-line {
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--hsx-secondary), var(--hsx-tertiary), var(--hsx-primary), transparent);
      opacity: .9;
    }

    .hsx-app .hsx-header-inner {
      height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .hsx-app .hsx-brand {
      min-width: 260px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .hsx-app .hsx-brand img {
      width: 54px;
      height: 54px;
      object-fit: contain;
      border-radius: 15px;
      background: rgba(255,255,255,.96);
      padding: 4px;
      box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 12px 35px rgba(0,0,0,.2);
    }

    .hsx-app .hsx-brand > span {
      display: grid;
      gap: 1px;
    }

    .hsx-app .hsx-brand strong {
      font: 800 15px/1.1 var(--hsx-display);
      letter-spacing: .02em;
    }

    .hsx-app .hsx-brand small {
      color: rgba(255,255,255,.58);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .hsx-app .hsx-brand-orb {
      width: 48px;
      height: 48px;
      display: grid !important;
      place-items: center;
      border-radius: 15px;
      background: linear-gradient(135deg, var(--hsx-primary), var(--hsx-secondary));
    }

    .hsx-app .hsx-nav {
      display: flex;
      align-items: center;
      gap: 23px;
    }

    .hsx-app .hsx-nav a {
      position: relative;
      color: rgba(255,255,255,.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .035em;
      transition: color .2s ease;
    }

    .hsx-app .hsx-nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -9px;
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background: var(--hsx-tertiary);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .25s ease;
    }

    .hsx-app .hsx-nav a:hover {
      color: #fff;
    }

    .hsx-app .hsx-nav a:hover::after {
      transform: scaleX(1);
    }

    .hsx-app .hsx-header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .hsx-app .hsx-call-mini {
      display: flex;
      align-items: center;
      gap: 7px;
      color: rgba(255,255,255,.82);
      font-size: 12px;
      font-weight: 800;
    }

    .hsx-app .hsx-call-mini svg {
      font-size: 17px;
      color: var(--hsx-tertiary);
    }

    .hsx-app .hsx-btn {
      min-height: 51px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .015em;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      cursor: pointer;
    }

    .hsx-app .hsx-btn:hover {
      transform: translateY(-2px);
    }

    .hsx-app .hsx-btn svg {
      font-size: 18px;
    }

    .hsx-app .hsx-btn-primary {
      color: #fff;
      background:
        linear-gradient(135deg, color-mix(in srgb, var(--hsx-primary) 92%, white), var(--hsx-primary));
      box-shadow:
        0 12px 34px color-mix(in srgb, var(--hsx-primary) 32%, transparent),
        inset 0 1px rgba(255,255,255,.35);
    }

    .hsx-app .hsx-btn-glass {
      color: #fff;
      border-color: rgba(255,255,255,.22);
      background: rgba(255,255,255,.07);
      backdrop-filter: blur(12px);
    }

    .hsx-app .hsx-menu-button {
      width: 48px;
      height: 48px;
      display: none;
      padding: 0;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 15px;
      background: rgba(255,255,255,.06);
    }

    .hsx-app .hsx-menu-button span {
      width: 19px;
      height: 2px;
      margin: 4px auto;
      display: block;
      background: #fff;
      transition: transform .2s ease, opacity .2s ease;
    }

    .hsx-app .hsx-mobile-panel {
      display: none;
    }

    .hsx-app .hsx-hero {
      position: relative;
      min-height: 930px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 16% 19%, color-mix(in srgb, var(--hsx-secondary) 30%, transparent), transparent 32%),
        radial-gradient(circle at 82% 28%, color-mix(in srgb, var(--hsx-primary) 24%, transparent), transparent 30%),
        linear-gradient(135deg, #06100d 0%, #0b1b15 48%, #07100e 100%);
    }

    .hsx-app .hsx-snow-canvas {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: .7;
    }

    .hsx-app .hsx-grid-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: .17;
      background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
      background-size: 62px 62px;
      mask-image: linear-gradient(to bottom, #000 20%, transparent 90%);
    }

    .hsx-app .hsx-orbit {
      position: absolute;
      z-index: 0;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 50%;
      box-shadow: inset 0 0 90px rgba(255,255,255,.025);
    }

    .hsx-app .hsx-orbit::before,
    .hsx-app .hsx-orbit::after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--hsx-tertiary);
      box-shadow: 0 0 18px var(--hsx-tertiary);
    }

    .hsx-app .hsx-orbit-1 {
      width: 640px;
      height: 640px;
      right: -230px;
      top: 90px;
      animation: hsxSpin 22s linear infinite;
    }

    .hsx-app .hsx-orbit-1::before { left: 104px; top: 67px; }
    .hsx-app .hsx-orbit-1::after { right: 58px; bottom: 130px; }

    .hsx-app .hsx-orbit-2 {
      width: 390px;
      height: 390px;
      left: -185px;
      bottom: -70px;
      animation: hsxSpin 17s linear infinite reverse;
    }

    .hsx-app .hsx-orbit-2::before { right: 32px; top: 104px; }
    .hsx-app .hsx-orbit-2::after { left: 45px; bottom: 80px; }

    @keyframes hsxSpin {
      to { transform: rotate(360deg); }
    }

    .hsx-app .hsx-hero-grid {
      position: relative;
      z-index: 4;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
      align-items: center;
      gap: 72px;
      padding-top: 120px;
      padding-bottom: 80px;
    }

    .hsx-app .hsx-live-pill {
      width: fit-content;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      padding: 8px 12px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      color: rgba(255,255,255,.82);
      background: rgba(255,255,255,.05);
      backdrop-filter: blur(12px);
      font-size: 10px;
      letter-spacing: .13em;
    }

    .hsx-app .hsx-live-pill b {
      font-weight: 900;
      color: #fff;
    }

    .hsx-app .hsx-live-pill i {
      padding-left: 10px;
      border-left: 1px solid rgba(255,255,255,.14);
      font-style: normal;
      color: var(--hsx-tertiary);
    }

    .hsx-app .hsx-live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--hsx-secondary);
      box-shadow: 0 0 14px var(--hsx-secondary);
      animation: hsxPulse 1.7s ease-in-out infinite;
    }

    @keyframes hsxPulse {
      50% { opacity: .45; transform: scale(.75); }
    }

    .hsx-app .hsx-hero h1 {
      max-width: 760px;
      margin: 0 0 26px;
      font-size: clamp(54px, 6.3vw, 96px);
      font-weight: 850;
      letter-spacing: -.06em;
      text-wrap: balance;
    }

    .hsx-app .hsx-hero h1::first-line {
      color: #fff;
    }

    .hsx-app .hsx-hero-description {
      max-width: 720px;
      margin-bottom: 34px;
      color: rgba(239, 249, 243, .72);
      font-size: 17px;
      line-height: 1.8;
    }

    .hsx-app .hsx-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .hsx-app .hsx-signal-row {
      display: flex;
      flex-wrap: wrap;
      gap: 26px;
      margin-top: 38px;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,.1);
    }

    .hsx-app .hsx-signal-row div {
      display: flex;
      align-items: center;
      gap: 9px;
      color: rgba(255,255,255,.56);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .hsx-app .hsx-signal-row b {
      color: var(--hsx-tertiary);
      font-size: 10px;
    }

    .hsx-app .hsx-hero-visual {
      position: relative;
      min-height: 650px;
    }

    .hsx-app .hsx-visual-frame {
      position: absolute;
      inset: 0 32px 62px 0;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 34px;
      background: rgba(255,255,255,.05);
      box-shadow: 0 45px 120px rgba(0,0,0,.42);
    }

    .hsx-app .hsx-visual-main {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.05) contrast(1.02);
      transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
    }

    .hsx-app .hsx-visual-frame:hover .hsx-visual-main {
      transform: scale(1.035);
    }

    .hsx-app .hsx-visual-overlay {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(4,10,8,.78), transparent 50%),
        linear-gradient(135deg, rgba(6,16,13,.3), transparent 60%);
    }

    .hsx-app .hsx-visual-data {
      position: absolute;
      display: grid;
      gap: 2px;
      min-width: 190px;
      padding: 14px 16px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 15px;
      background: rgba(7,19,15,.68);
      backdrop-filter: blur(16px);
    }

    .hsx-app .hsx-visual-data span {
      color: var(--hsx-tertiary);
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .16em;
    }

    .hsx-app .hsx-visual-data strong {
      font: 800 16px/1.2 var(--hsx-display);
    }

    .hsx-app .hsx-visual-data small {
      color: rgba(255,255,255,.55);
      font-size: 9px;
    }

    .hsx-app .hsx-data-a { left: 22px; bottom: 22px; }
    .hsx-app .hsx-data-b { right: 22px; top: 22px; }

    .hsx-app .hsx-corner {
      position: absolute;
      width: 36px;
      height: 36px;
      border-color: var(--hsx-tertiary);
      opacity: .7;
    }

    .hsx-app .hsx-corner-tl { top: 13px; left: 13px; border-top: 2px solid; border-left: 2px solid; }
    .hsx-app .hsx-corner-tr { top: 13px; right: 13px; border-top: 2px solid; border-right: 2px solid; }
    .hsx-app .hsx-corner-bl { bottom: 13px; left: 13px; border-bottom: 2px solid; border-left: 2px solid; }
    .hsx-app .hsx-corner-br { bottom: 13px; right: 13px; border-bottom: 2px solid; border-right: 2px solid; }

    .hsx-app .hsx-mini-stack {
      position: absolute;
      right: 0;
      bottom: 0;
      display: flex;
      gap: 10px;
    }

    .hsx-app .hsx-mini-stack figure {
      position: relative;
      width: 118px;
      height: 94px;
      margin: 0;
      overflow: hidden;
      border: 2px solid #fff;
      border-radius: 15px;
      background: var(--hsx-night);
      box-shadow: 0 15px 35px rgba(0,0,0,.28);
    }

    .hsx-app .hsx-mini-stack img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hsx-app .hsx-mini-stack span {
      position: absolute;
      right: 7px;
      bottom: 6px;
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #fff;
      background: rgba(5,15,12,.72);
      backdrop-filter: blur(6px);
      font-size: 8px;
      font-weight: 900;
    }

    .hsx-app .hsx-scroll-cue {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 7px;
      transform: translateX(-50%);
      color: rgba(255,255,255,.4);
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .18em;
    }

    .hsx-app .hsx-scroll-cue i {
      width: 1px;
      height: 38px;
      background: linear-gradient(var(--hsx-tertiary), transparent);
      animation: hsxScroll 1.7s ease-in-out infinite;
    }

    @keyframes hsxScroll {
      50% { opacity: .3; transform: scaleY(.55); transform-origin: top; }
    }

    .hsx-app .hsx-intro-section {
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--hsx-tertiary) 13%, transparent), transparent 25%),
        var(--hsx-paper);
    }

    .hsx-app .hsx-split {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      align-items: center;
      gap: 88px;
    }

    .hsx-app .hsx-section-visual {
      position: relative;
      min-height: 620px;
    }

    .hsx-app .hsx-image-panel {
      position: absolute;
      inset: 0 58px 48px 0;
      margin: 0;
      overflow: hidden;
      border-radius: var(--hsx-radius-xl);
      box-shadow: var(--hsx-shadow);
    }

    .hsx-app .hsx-image-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(3,12,9,.52), transparent 48%);
    }

    .hsx-app .hsx-image-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hsx-app .hsx-image-tag {
      position: absolute;
      z-index: 2;
      left: 22px;
      bottom: 22px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      border-radius: 12px;
      color: #fff;
      background: rgba(8,18,15,.72);
      backdrop-filter: blur(12px);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .1em;
    }

    .hsx-app .hsx-image-tag svg {
      color: var(--hsx-tertiary);
      font-size: 17px;
    }

    .hsx-app .hsx-floating-card {
      position: absolute;
      right: 0;
      bottom: 0;
      width: min(360px, 72%);
      display: grid;
      gap: 3px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 20px;
      color: #fff;
      background:
        linear-gradient(135deg, color-mix(in srgb, var(--hsx-secondary) 76%, #05100c), #07120e);
      box-shadow: 0 26px 65px rgba(0,0,0,.2);
    }

    .hsx-app .hsx-floating-card strong {
      font: 800 17px var(--hsx-display);
    }

    .hsx-app .hsx-floating-card span {
      color: rgba(255,255,255,.62);
      font-size: 11px;
    }

    .hsx-app .hsx-section-copy h2 {
      max-width: 660px;
    }

    .hsx-app .hsx-text-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      color: var(--hsx-primary);
      font-weight: 900;
      font-size: 14px;
    }

    .hsx-app .hsx-text-link svg {
      font-size: 18px;
      transition: transform .2s ease;
    }

    .hsx-app .hsx-text-link:hover svg {
      transform: translateX(4px);
    }

    .hsx-app .hsx-why-section {
      background: #fff;
      border-top: 1px solid rgba(0,0,0,.05);
      border-bottom: 1px solid rgba(0,0,0,.05);
    }

    .hsx-app .hsx-feature-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .hsx-app .hsx-feature-card {
      position: relative;
      min-height: 330px;
      display: flex;
      flex-direction: column;
      padding: 24px;
      overflow: hidden;
      border: 1px solid rgba(6,31,23,.09);
      border-radius: 22px;
      background: linear-gradient(180deg, #fff, #f6f7f3);
      transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    }

    .hsx-app .hsx-feature-card::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: -50px;
      bottom: -50px;
      border-radius: 50%;
      background: color-mix(in srgb, var(--hsx-primary) 11%, transparent);
      filter: blur(2px);
      transition: transform .35s ease;
    }

    .hsx-app .hsx-feature-card:hover {
      transform: translateY(-7px);
      border-color: color-mix(in srgb, var(--hsx-primary) 25%, transparent);
      box-shadow: 0 26px 58px rgba(7,30,22,.1);
    }

    .hsx-app .hsx-feature-card:hover::after {
      transform: scale(1.7);
    }

    .hsx-app .hsx-feature-index {
      color: rgba(8,29,21,.32);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .14em;
    }

    .hsx-app .hsx-feature-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      margin: 48px 0 24px;
      border-radius: 15px;
      color: #fff;
      background: linear-gradient(135deg, var(--hsx-secondary), color-mix(in srgb, var(--hsx-secondary) 72%, black));
      box-shadow: 0 14px 28px color-mix(in srgb, var(--hsx-secondary) 20%, transparent);
    }

    .hsx-app .hsx-feature-icon svg {
      font-size: 22px;
    }

    .hsx-app .hsx-feature-card h3 {
      margin-bottom: 12px;
      font-size: 20px;
      letter-spacing: -.02em;
    }

    .hsx-app .hsx-feature-card p {
      margin-bottom: 0;
      color: rgba(16,24,21,.63);
      font-size: 13px;
      line-height: 1.75;
    }

    .hsx-app .hsx-tradition-section {
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--hsx-primary) 28%, transparent), transparent 28%),
        radial-gradient(circle at 12% 82%, color-mix(in srgb, var(--hsx-secondary) 24%, transparent), transparent 25%),
        linear-gradient(135deg, #07120f, #0d1f18 55%, #07110e);
    }

    .hsx-app .hsx-tradition-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 86px;
    }

    .hsx-app .hsx-tradition-copy .hsx-copy {
      color: rgba(239,249,243,.68);
    }

    .hsx-app .hsx-tradition-images {
      position: relative;
      min-height: 600px;
    }

    .hsx-app .hsx-stack-image {
      position: absolute;
      margin: 0;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 24px;
      box-shadow: 0 28px 70px rgba(0,0,0,.3);
    }

    .hsx-app .hsx-stack-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hsx-app .hsx-stack-1 { inset: 5% 17% 15% 7%; transform: rotate(-4deg); }
    .hsx-app .hsx-stack-2 { width: 48%; height: 42%; right: 0; top: 0; transform: rotate(4deg); }
    .hsx-app .hsx-stack-3 { width: 52%; height: 38%; right: 1%; bottom: 0; transform: rotate(2deg); }

    .hsx-app .hsx-process-section {
      background:
        linear-gradient(rgba(8,20,16,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,20,16,.035) 1px, transparent 1px),
        var(--hsx-paper);
      background-size: 42px 42px;
    }

    .hsx-app .hsx-process-track {
      position: relative;
      display: grid;
      gap: 0;
      margin-top: 52px;
    }

    .hsx-app .hsx-process-track::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 45px;
      width: 1px;
      background: linear-gradient(var(--hsx-secondary), var(--hsx-tertiary), var(--hsx-primary));
      opacity: .35;
    }

    .hsx-app .hsx-process-step {
      position: relative;
      display: grid;
      grid-template-columns: 90px minmax(0, 1fr);
      gap: 28px;
      align-items: stretch;
    }

    .hsx-app .hsx-process-marker {
      position: relative;
      display: flex;
      justify-content: center;
      padding-top: 28px;
    }

    .hsx-app .hsx-process-marker span {
      position: relative;
      z-index: 2;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 5px solid var(--hsx-paper);
      border-radius: 50%;
      color: #fff;
      background: var(--hsx-night-2);
      box-shadow: 0 0 0 1px rgba(4,27,18,.12);
      font-size: 10px;
      font-weight: 900;
    }

    .hsx-app .hsx-process-card {
      position: relative;
      margin-bottom: 18px;
      padding: 28px 32px;
      border: 1px solid rgba(5,30,21,.09);
      border-radius: 22px;
      background: rgba(255,255,255,.88);
      box-shadow: 0 10px 38px rgba(8,30,22,.055);
    }

    .hsx-app .hsx-process-icon {
      position: absolute;
      right: 24px;
      top: 24px;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: var(--hsx-primary);
      background: color-mix(in srgb, var(--hsx-primary) 9%, white);
    }

    .hsx-app .hsx-process-icon svg {
      font-size: 20px;
    }

    .hsx-app .hsx-process-card h3 {
      padding-right: 62px;
      margin-bottom: 10px;
      font-size: 22px;
    }

    .hsx-app .hsx-process-card p {
      max-width: 920px;
      margin: 0;
      color: rgba(16,24,21,.64);
      font-size: 14px;
    }

    /* v2.8.2: Homepage gallery — Design 02 / Floating Card Carousel. */
    .hsx-app .hsx-gallery-carousel-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 12% 18%, rgba(217,173,69,.11), transparent 28%),
        radial-gradient(circle at 87% 72%, rgba(15,106,70,.22), transparent 34%),
        linear-gradient(145deg, #06100d 0%, #081712 52%, #05100c 100%);
    }

    .hsx-app .hsx-gallery-carousel-section::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .32;
      background-image:
        linear-gradient(rgba(217,173,69,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(217,173,69,.05) 1px, transparent 1px);
      background-size: 76px 76px;
      mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    }

    .hsx-app .hsx-gallery-glow {
      position: absolute;
      width: 320px;
      aspect-ratio: 1;
      border-radius: 50%;
      filter: blur(90px);
      opacity: .14;
      pointer-events: none;
    }

    .hsx-app .hsx-gallery-glow-a {
      top: 9%;
      right: -90px;
      background: var(--hsx-tertiary);
    }

    .hsx-app .hsx-gallery-glow-b {
      left: -110px;
      bottom: 4%;
      background: var(--hsx-secondary);
    }

    .hsx-app .hsx-gallery-carousel-section .hsx-shell {
      position: relative;
      z-index: 1;
    }

    .hsx-app .hsx-gallery-intro {
      width: min(820px, 100%);
      margin: 0 auto 34px;
      text-align: center;
    }

    .hsx-app .hsx-gallery-intro .hsx-section-kicker {
      justify-content: center;
      margin-bottom: 14px;
    }

    .hsx-app .hsx-gallery-intro h2 {
      margin-bottom: 16px;
      color: #fff;
    }

    .hsx-app .hsx-gallery-intro p {
      max-width: 720px;
      margin: 0 auto;
      color: var(--hsx-muted);
      font-size: 15px;
    }

    .hsx-app .hsx-gallery-carousel {
      position: relative;
      isolation: isolate;
      width: 100%;
      margin: 0 auto;
      outline: none;
    }

    .hsx-app .hsx-gallery-viewport {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 14px 58px 24px;
    }

    .hsx-app .hsx-gallery-stage {
      position: relative;
      height: 500px;
      perspective: 1300px;
    }

    .hsx-app .hsx-gallery-card {
      position: absolute;
      top: 50%;
      left: 50%;
      width: min(640px, 54%);
      margin: 0;
      overflow: hidden;
      border: 1px solid rgba(217,173,69,.28);
      border-radius: 24px;
      background: rgba(9,25,19,.94);
      box-shadow: 0 22px 70px rgba(0,0,0,.34);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%,-50%) scale(.72);
      transition:
        transform .62s cubic-bezier(.2,.82,.2,1),
        opacity .42s ease,
        border-color .42s ease,
        filter .42s ease;
      will-change: transform, opacity;
    }

    .hsx-app .hsx-gallery-card.is-active {
      z-index: 3;
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%,-50%) scale(1);
      border-color: rgba(217,173,69,.72);
      box-shadow: 0 28px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(217,173,69,.08) inset;
    }

    .hsx-app .hsx-gallery-card.is-prev {
      z-index: 1;
      opacity: .68;
      transform: translate(-119%,-50%) scale(.84) rotateY(4deg) rotateZ(-1.2deg);
      filter: saturate(.82) brightness(.78);
    }

    .hsx-app .hsx-gallery-card.is-next {
      z-index: 2;
      opacity: .68;
      transform: translate(19%,-50%) scale(.84) rotateY(-4deg) rotateZ(1.2deg);
      filter: saturate(.82) brightness(.78);
    }

    .hsx-app .hsx-gallery-card.is-hidden {
      z-index: 0;
      opacity: 0;
      transform: translate(-50%,-50%) scale(.66);
    }

    .hsx-app .hsx-gallery-card-media {
      position: relative;
      height: 355px;
      overflow: hidden;
      background: #07100d;
    }

    .hsx-app .hsx-gallery-card-media::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(to top, rgba(4,13,10,.58), transparent 45%);
    }

    .hsx-app .hsx-gallery-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s cubic-bezier(.2,.82,.2,1), filter .45s ease;
    }

    .hsx-app .hsx-gallery-card.is-active:hover .hsx-gallery-card-media img {
      transform: scale(1.035);
      filter: saturate(1.08);
    }

    .hsx-app .hsx-gallery-featured-badge {
      position: absolute;
      z-index: 2;
      top: 18px;
      left: 18px;
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 6px 12px;
      border-radius: 999px;
      color: #09130f;
      background: var(--hsx-tertiary);
      box-shadow: 0 8px 24px rgba(0,0,0,.24);
      font-size: 10px;
      font-weight: 950;
      letter-spacing: .1em;
      text-transform: uppercase;
      opacity: 0;
      transform: translateY(-6px);
      transition: opacity .3s ease, transform .3s ease;
    }

    .hsx-app .hsx-gallery-card.is-active .hsx-gallery-featured-badge {
      opacity: 1;
      transform: translateY(0);
    }

    .hsx-app .hsx-gallery-card-number {
      position: absolute;
      z-index: 2;
      right: 18px;
      bottom: 14px;
      color: rgba(255,255,255,.84);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .14em;
    }

    .hsx-app .hsx-gallery-card figcaption {
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 18px 20px 19px;
      border-top: 1px solid rgba(255,255,255,.08);
      background: linear-gradient(135deg, rgba(16,39,29,.97), rgba(8,24,18,.97));
    }

    .hsx-app .hsx-gallery-card figcaption div {
      min-width: 0;
    }

    .hsx-app .hsx-gallery-card figcaption strong,
    .hsx-app .hsx-gallery-card figcaption span {
      display: block;
    }

    .hsx-app .hsx-gallery-card figcaption strong {
      overflow: hidden;
      color: #fff;
      font-size: 15px;
      line-height: 1.25;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .hsx-app .hsx-gallery-card figcaption span {
      margin-top: 5px;
      color: rgba(232,245,238,.58);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .04em;
    }

    .hsx-app .hsx-gallery-card-link {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(217,173,69,.5);
      border-radius: 50%;
      color: var(--hsx-tertiary);
      background: rgba(217,173,69,.07);
      transition: transform .25s ease, color .25s ease, background .25s ease;
    }

    .hsx-app .hsx-gallery-card-link:hover,
    .hsx-app .hsx-gallery-card-link:focus-visible {
      color: #08110d;
      background: var(--hsx-tertiary);
      transform: translateX(2px);
    }

    .hsx-app .hsx-gallery-card-link svg {
      font-size: 17px;
    }

    .hsx-app .hsx-gallery-nav {
      position: absolute;
      z-index: 8;
      top: calc(50% - 42px);
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      padding: 0;
      border: 1px solid rgba(217,173,69,.48);
      border-radius: 50%;
      color: #fff;
      background: rgba(4,15,11,.9);
      box-shadow: 0 12px 30px rgba(0,0,0,.28);
      cursor: pointer;
      transition: transform .25s ease, border-color .25s ease, background .25s ease;
    }

    .hsx-app .hsx-gallery-nav:hover,
    .hsx-app .hsx-gallery-nav:focus-visible {
      border-color: var(--hsx-tertiary);
      background: #10261d;
      transform: scale(1.06);
    }

    .hsx-app .hsx-gallery-nav span {
      display: block;
      margin-top: -4px;
      font-size: 34px;
      font-weight: 300;
      line-height: 1;
    }

    .hsx-app .hsx-gallery-nav-prev { left: 0; }
    .hsx-app .hsx-gallery-nav-next { right: 0; }

    .hsx-app .hsx-gallery-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 7px;
      min-height: 22px;
      margin-top: -4px;
    }

    .hsx-app .hsx-gallery-dot {
      width: 18px;
      height: 4px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.2);
      cursor: pointer;
      transition: width .25s ease, background .25s ease, transform .25s ease;
    }

    .hsx-app .hsx-gallery-dot:hover,
    .hsx-app .hsx-gallery-dot:focus-visible {
      background: rgba(217,173,69,.65);
      transform: scaleY(1.4);
    }

    .hsx-app .hsx-gallery-dot.is-active {
      width: 34px;
      background: var(--hsx-tertiary);
    }

    .hsx-app .hsx-gallery-benefits {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      width: min(980px, 100%);
      margin: 30px auto 0;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.09);
      border-radius: 18px;
      background: rgba(255,255,255,.08);
      box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

    .hsx-app .hsx-gallery-benefits article {
      min-width: 0;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 16px 17px;
      background: rgba(8,27,20,.92);
    }

    .hsx-app .hsx-gallery-benefits article > span {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 11px;
      color: var(--hsx-tertiary);
      background: rgba(217,173,69,.08);
    }

    .hsx-app .hsx-gallery-benefits svg {
      font-size: 18px;
    }

    .hsx-app .hsx-gallery-benefits strong,
    .hsx-app .hsx-gallery-benefits small {
      display: block;
    }

    .hsx-app .hsx-gallery-benefits strong {
      color: #fff;
      font-size: 11px;
      line-height: 1.25;
    }

    .hsx-app .hsx-gallery-benefits small {
      margin-top: 4px;
      color: rgba(232,245,238,.55);
      font-size: 9px;
      line-height: 1.3;
    }

    .hsx-app .hsx-gallery-cta {
      display: flex;
      justify-content: center;
      margin-top: 24px;
    }

    .hsx-app .hsx-testimonial-section {
      overflow: hidden;
      color: #fff;
      background:
        linear-gradient(135deg, #06100d, #0b1d16 60%, #07110e);
    }

    .hsx-app .hsx-aurora {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      opacity: .17;
      pointer-events: none;
    }

    .hsx-app .hsx-aurora-a {
      width: 480px;
      height: 480px;
      left: -160px;
      top: -180px;
      background: var(--hsx-secondary);
    }

    .hsx-app .hsx-aurora-b {
      width: 560px;
      height: 560px;
      right: -180px;
      bottom: -240px;
      background: var(--hsx-primary);
    }

    .hsx-app .hsx-head-light .hsx-copy,
    .hsx-app .hsx-testimonial-section .hsx-copy {
      color: rgba(239,249,243,.63);
    }

    .hsx-app .hsx-testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .hsx-app .hsx-quote-card {
      position: relative;
      min-height: 390px;
      display: flex;
      flex-direction: column;
      padding: 30px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 24px;
      background: rgba(255,255,255,.055);
      backdrop-filter: blur(16px);
    }

    .hsx-app .hsx-stars {
      margin-bottom: 28px;
      color: var(--hsx-tertiary);
      font-size: 12px;
      letter-spacing: .18em;
    }

    .hsx-app .hsx-quote-card > p {
      flex: 1;
      margin-bottom: 28px;
      color: rgba(255,255,255,.76);
      font-size: 14px;
      line-height: 1.83;
    }

    .hsx-app .hsx-quote-card footer {
      display: grid;
      gap: 3px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.09);
    }

    .hsx-app .hsx-quote-card footer strong {
      font: 800 14px var(--hsx-display);
    }

    .hsx-app .hsx-quote-card footer span {
      color: rgba(255,255,255,.5);
      font-size: 11px;
    }

    .hsx-app .hsx-faq-section {
      background: var(--hsx-paper);
    }

    .hsx-app .hsx-faq-layout {
      display: grid;
      grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
      gap: 80px;
      align-items: start;
    }

    .hsx-app .hsx-faq-intro {
      position: sticky;
      top: 120px;
    }

    .hsx-app .hsx-faq-intro h2 {
      font-size: clamp(40px, 4.4vw, 62px);
    }

    .hsx-app .hsx-faq-image {
      height: 290px;
      margin: 30px 0 0;
      overflow: hidden;
      border-radius: 24px;
      box-shadow: var(--hsx-shadow);
    }

    .hsx-app .hsx-faq-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hsx-app .hsx-accordion {
      display: grid;
      gap: 12px;
    }

    .hsx-app .hsx-faq-item {
      overflow: hidden;
      border: 1px solid rgba(4,29,20,.1);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 12px 34px rgba(6,28,20,.055);
    }

    .hsx-app .hsx-faq-item summary {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 20px 24px;
      cursor: pointer;
      list-style: none;
      font: 800 16px/1.3 var(--hsx-display);
    }

    .hsx-app .hsx-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .hsx-app .hsx-faq-item summary b {
      width: 34px;
      height: 34px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 10px;
      color: #fff;
      background: var(--hsx-secondary);
      font: 500 23px/1 var(--hsx-font);
      transition: transform .2s ease;
    }

    .hsx-app .hsx-faq-item[open] summary b {
      transform: rotate(45deg);
    }

    .hsx-app .hsx-faq-answer {
      padding: 0 24px 24px;
      color: rgba(16,24,21,.66);
      font-size: 14px;
      line-height: 1.8;
    }

    .hsx-app .hsx-countdown-section {
      padding: 0;
      color: #fff;
      background: var(--hsx-night);
    }

    .hsx-app .hsx-countdown-wrap {
      min-height: 430px;
      display: grid;
      grid-template-columns: minmax(280px, .9fr) minmax(400px, 1.1fr);
      align-items: center;
      gap: 54px;
      padding-top: 74px;
      padding-bottom: 74px;
    }

    .hsx-app .hsx-countdown-wrap h2 {
      font-size: clamp(40px, 4vw, 58px);
    }

    .hsx-app .hsx-countdown-wrap .hsx-copy {
      color: rgba(255,255,255,.58);
    }

    .hsx-app .hsx-countdown {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }

    .hsx-app .hsx-time-cell {
      min-height: 145px;
      display: grid;
      place-items: center;
      align-content: center;
      gap: 3px;
      border: 1px solid rgba(255,255,255,.11);
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
      box-shadow: inset 0 1px rgba(255,255,255,.05);
    }

    .hsx-app .hsx-time-cell strong {
      font: 800 clamp(30px, 3.5vw, 48px)/1 var(--hsx-display);
      letter-spacing: -.05em;
    }

    .hsx-app .hsx-time-cell span {
      color: var(--hsx-tertiary);
      font-size: 9px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .hsx-app .hsx-countdown-wrap > .hsx-btn {
      grid-column: 1 / -1;
      width: fit-content;
      margin-top: -18px;
    }

    .hsx-app .hsx-commercial-section {
      background: #fff;
    }

    .hsx-app .hsx-commercial-grid {
      display: grid;
      grid-template-columns: 1fr .9fr;
      align-items: start;
      gap: 80px;
    }

    .hsx-app .hsx-commercial-copy .hsx-copy {
      font-size: 15px;
    }

    .hsx-app .hsx-commercial-cards {
      display: grid;
      gap: 12px;
      margin-top: 28px;
    }

    .hsx-app .hsx-commercial-cards article {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 16px;
      padding: 18px;
      border: 1px solid rgba(5,31,21,.08);
      border-radius: 17px;
      background: #f8f8f4;
    }

    .hsx-app .hsx-commercial-cards article > span {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      color: #fff;
      background: var(--hsx-secondary);
    }

    .hsx-app .hsx-commercial-cards h3 {
      margin: 1px 0 5px;
      font-size: 16px;
    }

    .hsx-app .hsx-commercial-cards p {
      margin: 0;
      color: rgba(16,24,21,.6);
      font-size: 12px;
      line-height: 1.6;
    }

    .hsx-app .hsx-commercial-visual {
      position: sticky;
      top: 120px;
      min-height: 720px;
    }

    .hsx-app .hsx-commercial-visual > img {
      width: 100%;
      height: 720px;
      object-fit: cover;
      border-radius: 30px;
      box-shadow: var(--hsx-shadow);
    }

    .hsx-app .hsx-tech-panel {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      padding: 20px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 18px;
      color: #fff;
      background: rgba(6,17,13,.72);
      backdrop-filter: blur(18px);
    }

    .hsx-app .hsx-tech-panel > span {
      color: var(--hsx-tertiary);
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .14em;
    }

    .hsx-app .hsx-tech-panel strong {
      display: block;
      margin: 4px 0 14px;
      font: 800 16px var(--hsx-display);
    }

    .hsx-app .hsx-tech-panel > div {
      height: 5px;
      overflow: hidden;
      border-radius: 9px;
      background: rgba(255,255,255,.12);
    }

    .hsx-app .hsx-tech-panel i {
      width: var(--v);
      height: 100%;
      display: block;
      background: linear-gradient(90deg, var(--hsx-secondary), var(--hsx-tertiary));
      box-shadow: 0 0 15px var(--hsx-tertiary);
    }

    .hsx-app .hsx-tech-panel small {
      display: block;
      margin-top: 8px;
      color: rgba(255,255,255,.53);
      font-size: 9px;
    }

    .hsx-app .hsx-estimate-section {
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 78% 10%, color-mix(in srgb, var(--hsx-primary) 28%, transparent), transparent 25%),
        linear-gradient(135deg, #06100d, #0d2119);
    }

    .hsx-app .hsx-estimate-layout {
      display: grid;
      grid-template-columns: minmax(300px, .75fr) minmax(500px, 1.25fr);
      gap: 72px;
      align-items: start;
    }

    .hsx-app .hsx-estimate-copy {
      position: sticky;
      top: 120px;
    }

    .hsx-app .hsx-estimate-copy .hsx-copy {
      color: rgba(255,255,255,.65);
    }

    .hsx-app .hsx-estimate-badges {
      display: grid;
      gap: 9px;
      margin-top: 28px;
    }

    .hsx-app .hsx-estimate-badges span {
      display: flex;
      align-items: center;
      gap: 9px;
      color: rgba(255,255,255,.72);
      font-size: 12px;
      font-weight: 750;
    }

    .hsx-app .hsx-estimate-badges svg {
      color: var(--hsx-tertiary);
      font-size: 18px;
    }

    .hsx-app .hsx-form-shell {
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 26px;
      background: #fff;
      box-shadow: 0 40px 100px rgba(0,0,0,.3);
    }

    .hsx-app .hsx-form-top {
      height: 78px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 24px;
      color: #fff;
      background: rgba(7,19,15,.98);
    }

    .hsx-app .hsx-form-top > div {
      display: grid;
      gap: 1px;
    }

    .hsx-app .hsx-form-top span {
      color: var(--hsx-tertiary);
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .16em;
    }

    .hsx-app .hsx-form-top strong {
      font: 800 15px var(--hsx-display);
    }

    .hsx-app .hsx-form-top i {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--hsx-secondary);
      box-shadow: 0 0 14px var(--hsx-secondary);
    }

    .hsx-app .hsx-form-shell iframe {
      width: 100%;
      min-height: 700px;
      border: 0;
      background: #fff;
    }

    .hsx-app .hsx-no-form {
      min-height: 420px;
      display: grid;
      place-items: center;
      align-content: center;
      gap: 18px;
      padding: 40px;
      color: var(--hsx-ink);
      text-align: center;
    }

    .hsx-app .hsx-no-form a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--hsx-primary);
      font-weight: 900;
    }

    .hsx-app .hsx-booking-section {
      background: var(--hsx-paper);
    }

    .hsx-app .hsx-booking-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 60px;
      padding: 64px;
      border-radius: 32px;
      color: #fff;
      background:
        linear-gradient(125deg, #07130f 0%, color-mix(in srgb, var(--hsx-secondary) 32%, #07130f) 100%);
      box-shadow: 0 30px 80px rgba(5,23,16,.2);
    }

    .hsx-app .hsx-booking-orb {
      position: absolute;
      width: 360px;
      height: 360px;
      right: -160px;
      top: -180px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 50%;
      box-shadow:
        0 0 0 44px rgba(255,255,255,.025),
        0 0 0 88px rgba(255,255,255,.018);
    }

    .hsx-app .hsx-booking-copy {
      position: relative;
      z-index: 2;
      max-width: 820px;
    }

    .hsx-app .hsx-booking-copy h2 {
      font-size: clamp(40px, 4.6vw, 66px);
    }

    .hsx-app .hsx-booking-copy .hsx-copy {
      color: rgba(255,255,255,.66);
    }

    .hsx-app .hsx-booking-copy .hsx-copy a {
      color: var(--hsx-tertiary);
      font-weight: 800;
    }

    .hsx-app .hsx-booking-actions {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      min-width: 220px;
    }

    .hsx-app .hsx-footer {
      position: relative;
      overflow: hidden;
      padding: 92px 0 30px;
      color: #fff;
      background: #040b09;
    }

    .hsx-app .hsx-footer-lights {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(
        90deg,
        var(--hsx-primary) 0 12.5%,
        var(--hsx-tertiary) 12.5% 25%,
        var(--hsx-secondary) 25% 37.5%,
        var(--hsx-primary) 37.5% 50%,
        var(--hsx-tertiary) 50% 62.5%,
        var(--hsx-secondary) 62.5% 75%,
        var(--hsx-primary) 75% 87.5%,
        var(--hsx-tertiary) 87.5% 100%
      );
      filter: drop-shadow(0 0 9px rgba(255,255,255,.35));
    }

    .hsx-app .hsx-footer-grid {
      display: grid;
      grid-template-columns: minmax(320px, 1.6fr) repeat(3, minmax(140px, .7fr));
      gap: 56px;
    }

    .hsx-app .hsx-footer-brand img {
      width: 76px;
      height: 76px;
      object-fit: contain;
      margin-bottom: 22px;
      border-radius: 18px;
      background: #fff;
      padding: 5px;
    }

    .hsx-app .hsx-footer-brand h2 {
      max-width: 560px;
      margin-bottom: 18px;
      font-size: 29px;
      letter-spacing: -.03em;
    }

    .hsx-app .hsx-footer-brand p {
      max-width: 620px;
      margin: 0 0 7px;
      color: rgba(255,255,255,.52);
      font-size: 12px;
    }

    .hsx-app .hsx-footer-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 24px;
    }

    .hsx-app .hsx-footer-actions a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 10px 13px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 12px;
      background: rgba(255,255,255,.05);
      font-size: 11px;
      font-weight: 800;
    }

    .hsx-app .hsx-footer-actions svg {
      color: var(--hsx-tertiary);
      font-size: 16px;
    }

    .hsx-app .hsx-footer-group h3 {
      margin: 0 0 20px;
      color: #fff;
      font: 800 13px var(--hsx-display);
    }

    .hsx-app .hsx-footer-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .hsx-app .hsx-footer-group a {
      margin-bottom: 10px;
      color: rgba(255,255,255,.48);
      font-size: 11px;
      transition: color .2s ease, transform .2s ease;
    }

    .hsx-app .hsx-footer-group a:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .hsx-app .hsx-footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      margin-top: 70px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.32);
      font-size: 10px;
    }

    .hsx-app .hsx-restore {
      position: fixed;
      z-index: 1100;
      right: 18px;
      bottom: 18px;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 9px 12px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 12px;
      color: #fff;
      background: rgba(5,15,12,.84);
      backdrop-filter: blur(14px);
      box-shadow: 0 12px 38px rgba(0,0,0,.2);
      cursor: pointer;
    }

    .hsx-app .hsx-restore span {
      font-size: 18px;
      line-height: 1;
    }

    .hsx-app .hsx-restore b {
      font-size: 10px;
      letter-spacing: .04em;
    }

    .hsx-app .hsx-reveal {
      opacity: 0;
      transform: translateY(26px);
      transition:
        opacity .7s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms),
        transform .7s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
    }

    .hsx-app .hsx-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1280px) {
      .hsx-app .hsx-nav {
        display: none;
      }

      .hsx-app .hsx-menu-button {
        display: block;
      }

      .hsx-app .hsx-mobile-panel {
        position: absolute;
        top: 82px;
        left: 24px;
        right: 24px;
        display: grid;
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 18px;
        background: rgba(5,15,12,.96);
        backdrop-filter: blur(18px);
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease;
      }

      .hsx-app .hsx-header.menu-open .hsx-mobile-panel {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }

      .hsx-app .hsx-mobile-panel a {
        padding: 12px 13px;
        border-radius: 10px;
        color: rgba(255,255,255,.75);
        font-size: 12px;
        font-weight: 800;
      }

      .hsx-app .hsx-mobile-panel a:hover {
        color: #fff;
        background: rgba(255,255,255,.06);
      }

      .hsx-app .hsx-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
      }

      .hsx-app .hsx-feature-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .hsx-app .hsx-feature-card:nth-child(n+4) {
        min-height: 280px;
      }

      .hsx-app .hsx-footer-grid {
        grid-template-columns: 1.4fr repeat(2, .8fr);
      }
    }

    @media (max-width: 900px) {
      .hsx-app .hsx-shell {
        width: min(100% - 34px, 760px);
      }

      .hsx-app .hsx-section {
        padding: 82px 0;
      }

      .hsx-app .hsx-header-inner {
        height: 74px;
      }

      .hsx-app .hsx-header-cta,
      .hsx-app .hsx-call-mini {
        display: none;
      }

      .hsx-app .hsx-mobile-panel {
        top: 74px;
      }

      .hsx-app .hsx-hero {
        min-height: auto;
      }

      .hsx-app .hsx-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-top: 142px;
        padding-bottom: 92px;
      }

      .hsx-app .hsx-hero-visual {
        min-height: 560px;
      }

      .hsx-app .hsx-split,
      .hsx-app .hsx-tradition-grid,
      .hsx-app .hsx-faq-layout,
      .hsx-app .hsx-commercial-grid,
      .hsx-app .hsx-estimate-layout,
      .hsx-app .hsx-countdown-wrap {
        grid-template-columns: 1fr;
      }

      .hsx-app .hsx-section-head {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .hsx-app .hsx-feature-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .hsx-app .hsx-tradition-images {
        min-height: 550px;
      }

      .hsx-app .hsx-testimonial-grid {
        grid-template-columns: 1fr;
      }

      .hsx-app .hsx-quote-card {
        min-height: auto;
      }

      .hsx-app .hsx-faq-intro,
      .hsx-app .hsx-commercial-visual,
      .hsx-app .hsx-estimate-copy {
        position: relative;
        top: auto;
      }

      .hsx-app .hsx-commercial-visual,
      .hsx-app .hsx-commercial-visual > img {
        min-height: 560px;
        height: 560px;
      }

      .hsx-app .hsx-countdown-wrap {
        min-height: auto;
      }

      .hsx-app .hsx-countdown-wrap > .hsx-btn {
        margin-top: 0;
      }

      .hsx-app .hsx-booking-card {
        grid-template-columns: 1fr;
        padding: 46px;
      }

      .hsx-app .hsx-booking-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
      }

      .hsx-app .hsx-footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 640px) {
      .hsx-app .hsx-shell {
        width: min(100% - 24px, 580px);
      }

      .hsx-app .hsx-section {
        padding: 68px 0;
      }

      .hsx-app .hsx-header {
        top: var(--wp-admin--admin-bar--height, 0px);
      }

      .hsx-app .hsx-brand {
        min-width: 0;
      }

      .hsx-app .hsx-brand img {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      .hsx-app .hsx-brand small {
        display: none;
      }

      .hsx-app .hsx-brand strong {
        font-size: 13px;
      }

      .hsx-app .hsx-hero h1 {
        font-size: clamp(45px, 14vw, 66px);
      }

      .hsx-app .hsx-hero-description {
        font-size: 15px;
      }

      .hsx-app .hsx-hero-actions {
        display: grid;
      }

      .hsx-app .hsx-hero-actions .hsx-btn {
        width: 100%;
      }

      .hsx-app .hsx-signal-row {
        gap: 14px;
      }

      .hsx-app .hsx-signal-row div {
        width: 100%;
      }

      .hsx-app .hsx-hero-visual {
        min-height: 440px;
      }

      .hsx-app .hsx-visual-frame {
        inset: 0 0 58px 0;
      }

      .hsx-app .hsx-visual-data {
        min-width: 150px;
      }

      .hsx-app .hsx-data-b {
        display: none;
      }

      .hsx-app .hsx-mini-stack figure {
        width: 86px;
        height: 70px;
      }

      .hsx-app .hsx-section-visual {
        min-height: 470px;
      }

      .hsx-app .hsx-image-panel {
        inset: 0 20px 38px 0;
      }

      .hsx-app .hsx-floating-card {
        width: 82%;
        padding: 18px;
      }

      .hsx-app h2 {
        font-size: clamp(34px, 11vw, 50px);
      }

      .hsx-app .hsx-feature-grid {
        grid-template-columns: 1fr;
      }

      .hsx-app .hsx-feature-card {
        min-height: 270px;
      }

      .hsx-app .hsx-feature-icon {
        margin-top: 32px;
      }

      .hsx-app .hsx-tradition-images {
        min-height: 440px;
      }

      .hsx-app .hsx-process-step {
        grid-template-columns: 66px 1fr;
        gap: 10px;
      }

      .hsx-app .hsx-process-track::before {
        left: 33px;
      }

      .hsx-app .hsx-process-card {
        padding: 22px;
      }

      .hsx-app .hsx-process-card h3 {
        padding-right: 0;
      }

      .hsx-app .hsx-process-icon {
        position: relative;
        inset: auto;
        margin-bottom: 16px;
      }

      .hsx-app .hsx-countdown {
        grid-template-columns: 1fr 1fr;
      }

      .hsx-app .hsx-time-cell {
        min-height: 120px;
      }

      .hsx-app .hsx-commercial-visual,
      .hsx-app .hsx-commercial-visual > img {
        min-height: 430px;
        height: 430px;
      }

      .hsx-app .hsx-estimate-layout {
        gap: 36px;
      }

      .hsx-app .hsx-form-shell iframe {
        min-height: 760px;
      }

      .hsx-app .hsx-booking-card {
        padding: 32px 22px;
        border-radius: 24px;
      }

      .hsx-app .hsx-booking-actions {
        display: grid;
      }

      .hsx-app .hsx-footer-grid {
        grid-template-columns: 1fr;
      }

      .hsx-app .hsx-footer-bottom {
        flex-direction: column;
      }

      .hsx-app .hsx-restore b {
        display: none;
      }

      .hsx-app .hsx-restore {
        width: 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .hsx-app *,
      .hsx-app *::before,
      .hsx-app *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
      }

      .hsx-app .hsx-reveal {
        opacity: 1 !important;
        transform: none !important;
      }
    }

/* Homepage dual LeadConnector forms — native version of the original two forms. */
/* v2.8.1: Conversion forms render immediately and never wait for reveal/scroll state. */
.hsx-app .hsx-form-immediate,
.hsx-app .hsx-form-immediate.hsx-reveal,
.hsx-app .hsx-form-immediate.hsx-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
  content-visibility: visible !important;
}
.hsx-app .hsx-form-immediate .hsx-leadconnector-wrap,
.hsx-app .hsx-form-immediate .ep-wrapper,
.hsx-app .hsx-form-immediate iframe.hsx-leadconnector-frame {
  visibility: visible !important;
  opacity: 1 !important;
}
.hsx-app .hsx-form-stack {
  display: grid;
  gap: 28px;
  min-width: 0;
}
.hsx-app .hsx-leadconnector-wrap,
.hsx-app .hsx-leadconnector-wrap .ep-wrapper {
  width: 100%;
  min-width: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #fff;
}
.hsx-app .hsx-form-shell iframe,
.hsx-app iframe.hsx-leadconnector-frame {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1;
  border: 0 !important;
  background: #fff !important;
}
.hsx-app .hsx-form-shell-primary iframe { height: 501px; min-height: 501px; }
.hsx-app .hsx-form-shell-secondary iframe { height: 501px; min-height: 501px; }
.hsx-app .hsx-form-note {
  padding: 13px 22px 15px;
  border-top: 1px solid rgba(16,24,21,.08);
  color: rgba(16,24,21,.62);
  background: #fff;
  font-size: 11px;
  line-height: 1.55;
}
@media (max-width: 720px) {
  .hsx-app .hsx-form-stack { gap: 20px; }
  .hsx-app .hsx-form-shell-primary iframe,
  .hsx-app .hsx-form-shell-secondary iframe { height: 760px; min-height: 760px; }
}

/* --------------------------------------------------------------------------
   WordPress-native integration layer — Holiday Shine X
   -------------------------------------------------------------------------- */
html { scroll-behavior: smooth; }
body { margin: 0; background: #06100d; }
body.admin-bar .hsx-header { top: 32px; }
.hsx-app { min-height: 100vh; }
.hsx-app .hsx-header { top: var(--wp-admin--admin-bar--height, 0px); }
.hsx-app .hsx-main { min-height: 100vh; }
.hsx-app .hsx-main > .hsx-page-hero { padding-top: 160px; }
.hsx-app .hsx-header a:focus-visible,
.hsx-app .hsx-btn:focus-visible,
.hsx-app button:focus-visible { outline: 3px solid #d9ad45; outline-offset: 3px; }
.hsx-app .hsx-current-menu-item { color: #fff; }
.hsx-app .hsx-current-menu-item::after { transform: scaleX(1); }

.hsx-page-hero {
  position: relative;
  min-height: 570px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(15,106,70,.30), transparent 34%),
    radial-gradient(circle at 84% 25%, rgba(179,18,45,.22), transparent 35%),
    linear-gradient(135deg, #06100d 0%, #0b1a15 58%, #08130f 100%);
  color: #fff;
}
.hsx-page-hero__grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,.86fr); gap:70px; align-items:center; }
.hsx-page-hero__copy { position:relative; z-index:3; }
.hsx-page-hero__copy h1 { margin: 20px 0 22px; font-size:clamp(46px,6vw,82px); letter-spacing:-.052em; max-width:900px; }
.hsx-page-hero__copy p { max-width:760px; color:rgba(255,255,255,.72); font-size:18px; line-height:1.8; }
.hsx-page-hero__visual { position:relative; z-index:2; min-height:380px; }
.hsx-page-hero__visual figure { position:absolute; inset:0; margin:0; overflow:hidden; border-radius:34px; border:1px solid rgba(255,255,255,.14); box-shadow:0 36px 90px rgba(0,0,0,.35); }
.hsx-page-hero__visual img { width:100%; height:100%; object-fit:cover; }
.hsx-page-hero__visual figure::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(3,11,8,.55)); }
.hsx-page-hero__chip { position:absolute; right:-16px; bottom:28px; z-index:3; max-width:250px; padding:18px 20px; border-radius:18px; background:rgba(7,21,16,.88); border:1px solid rgba(255,255,255,.14); backdrop-filter:blur(18px); box-shadow:0 18px 50px rgba(0,0,0,.25); }
.hsx-page-hero__chip small { display:block; color:#d9ad45; font-weight:900; letter-spacing:.14em; text-transform:uppercase; font-size:10px; }
.hsx-page-hero__chip strong { display:block; margin-top:6px; color:#fff; font-size:18px; }

.hsx-page-section { background:#f6f5ef; }
.hsx-page-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:64px; align-items:start; }
.hsx-page-content { min-width:0; }

/* v2.8.3 visibility hardening:
   Primary page/post content is critical content, not decorative motion.
   Keep it visible even when stale cached markup still contains hsx-reveal or
   IntersectionObserver never reaches a ratio threshold on a very tall article. */
.hsx-app .hsx-page-content.hsx-reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
}
.hsx-page-content > *:first-child { margin-top:0; }
.hsx-page-content h1 { display:none; }
.hsx-page-content h2 { margin:1.35em 0 .45em; font-size:clamp(30px,4vw,50px); color:#101815; }
.hsx-page-content h3 { margin:1.4em 0 .5em; font-size:clamp(23px,3vw,32px); color:#101815; }
.hsx-page-content p,
.hsx-page-content li { color:rgba(16,24,21,.76); font-size:17px; line-height:1.85; }
.hsx-page-content a { color:#a80f29; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; }
.hsx-page-content ul,
.hsx-page-content ol { padding-left:1.4em; }
.hsx-page-content img { border-radius:22px; box-shadow:0 18px 50px rgba(0,0,0,.12); }
.hsx-page-content blockquote { margin:32px 0; padding:24px 28px; border-left:4px solid #d9ad45; border-radius:0 18px 18px 0; background:#fff; box-shadow:0 15px 40px rgba(0,0,0,.06); }
.hsx-page-content .hsc-seo-hero { display:none !important; }
.hsx-page-content .hsc-seo-page,
.hsx-page-content .hsc-seo-shell,
.hsx-page-content .hsc-seo-body,
.hsx-page-content .hsc-seo-content { width:auto !important; max-width:none !important; margin:0 !important; padding:0 !important; display:block !important; background:transparent !important; }
.hsx-page-content .hsc-seo-breadcrumb { display:flex !important; flex-wrap:wrap; gap:8px; margin:0 0 28px !important; padding:0 !important; font-size:13px; }
.hsx-page-content .hsc-seo-actions { display:flex; flex-wrap:wrap; gap:12px; margin:26px 0; }
.hsx-page-content .hsc-seo-btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 20px; border-radius:999px; background:#b3122d; color:#fff !important; text-decoration:none !important; font-weight:900; }
.hsx-page-content .hsc-seo-btn--secondary { background:#0f6a46; }
.hsx-page-content .hsc-seo-feature-card,
.hsx-page-content .hsc-seo-faqs,
.hsx-page-content .hsc-seo-cta,
.hsx-page-content .hsc-included-seasonal-care { margin:36px 0; padding:30px; border:1px solid rgba(16,24,21,.09); border-radius:24px; background:#fff; box-shadow:0 18px 55px rgba(0,0,0,.06); }
.hsx-page-content details { border-top:1px solid rgba(16,24,21,.10); padding:16px 0; }
.hsx-page-content details summary { cursor:pointer; font-weight:850; color:#101815; }
.hsx-page-content iframe { width:100%; max-width:100%; border:0; border-radius:20px; }

.hsx-page-aside { position:sticky; top:122px; display:grid; gap:18px; }
.hsx-aside-card { overflow:hidden; border-radius:24px; background:#0d1c17; color:#fff; box-shadow:0 24px 60px rgba(0,0,0,.16); }
.hsx-aside-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.hsx-aside-card__body { padding:25px; }
.hsx-aside-card__body span { color:#d9ad45; font-size:10px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.hsx-aside-card__body h3 { margin:8px 0 12px; font-size:26px; color:#fff; }
.hsx-aside-card__body p { color:rgba(255,255,255,.65); font-size:14px; line-height:1.7; }
.hsx-aside-card__body .hsx-btn { width:100%; margin-top:8px; }

.hsx-inline-cta { background:linear-gradient(135deg,#071611,#10291f); color:#fff; }
.hsx-inline-cta__card { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:35px; align-items:center; padding:44px; border-radius:30px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.11); box-shadow:0 30px 80px rgba(0,0,0,.22); }
.hsx-inline-cta__card h2 { margin:0 0 12px; color:#fff; font-size:clamp(34px,4vw,58px); }
.hsx-inline-cta__card p { margin:0; max-width:780px; color:rgba(255,255,255,.66); }
.hsx-inline-cta__actions { display:flex; flex-wrap:wrap; gap:12px; justify-content:flex-end; }

.hsx-blog-shell { background:#f6f5ef; }
.hsx-blog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.hsx-blog-card { overflow:hidden; border:1px solid rgba(16,24,21,.08); border-radius:24px; background:#fff; box-shadow:0 18px 50px rgba(0,0,0,.08); }
.hsx-blog-card__image { display:block; aspect-ratio:16/9; overflow:hidden; }
.hsx-blog-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.hsx-blog-card:hover .hsx-blog-card__image img { transform:scale(1.04); }
.hsx-blog-card__body { padding:28px; }
.hsx-blog-card__meta { color:#0f6a46; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.hsx-blog-card h2 { margin:10px 0 13px; font-size:30px; }
.hsx-blog-card h2 a { color:#101815; }
.hsx-blog-card p { color:rgba(16,24,21,.70); }
.hsx-blog-card__read { display:inline-flex; align-items:center; gap:8px; color:#b3122d !important; font-weight:900; }
.hsx-pagination .nav-links { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:44px; }
.hsx-pagination .page-numbers { min-width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:#fff; border:1px solid rgba(16,24,21,.08); }
.hsx-pagination .current { background:#0d1c17; color:#fff; }

.hsx-article { max-width:900px; margin:0 auto; }
.hsx-article__meta { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; margin:12px 0 0; color:rgba(255,255,255,.64); font-size:13px; }
.hsx-article__hero { margin:-70px auto 45px; position:relative; z-index:5; max-width:1050px; border-radius:30px; overflow:hidden; box-shadow:0 30px 80px rgba(0,0,0,.20); }
.hsx-article__hero img { width:100%; max-height:610px; object-fit:cover; }
.hsx-article__content { padding-top:15px; }

.hsx-404 { text-align:center; }
.hsx-404 .hsx-page-content { max-width:760px; margin:0 auto; }

@media (max-width: 980px) {
  body.admin-bar .hsx-header { top: 32px; }
  .hsx-page-hero__grid,
  .hsx-page-layout { grid-template-columns:1fr; }
  .hsx-page-hero__visual { min-height:340px; }
  .hsx-page-aside { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hsx-inline-cta__card { grid-template-columns:1fr; }
  .hsx-inline-cta__actions { justify-content:flex-start; }
}
@media (max-width: 782px) { body.admin-bar .hsx-header { top:46px; } }
@media (max-width: 720px) {
  .hsx-page-hero { min-height:auto; padding-bottom:70px; }
  .hsx-page-hero__grid { gap:36px; }
  .hsx-page-hero__visual { min-height:280px; }
  .hsx-page-hero__chip { right:12px; bottom:12px; }
  .hsx-page-aside,
  .hsx-blog-grid { grid-template-columns:1fr; }
  .hsx-inline-cta__card { padding:30px 24px; }
  .hsx-page-content .hsc-seo-feature-card,
  .hsx-page-content .hsc-seo-faqs,
  .hsx-page-content .hsc-seo-cta,
  .hsx-page-content .hsc-included-seasonal-care { padding:22px; }
}



/* --------------------------------------------------------------------------
   v2.0.3 — Form-first homepage hero
   The original Holiday Shine Homepage LeadConnector form now sits directly
   beneath the fixed header as the right side of the hero composition.
   -------------------------------------------------------------------------- */
.hsx-app .hsx-hero-grid-with-form {
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: clamp(42px, 5vw, 74px);
  align-items: center;
  padding-top: 116px;
  padding-bottom: 72px;
}
.hsx-app .hsx-hero-grid-with-form .hsx-hero-copy {
  min-width: 0;
  padding: 28px 0;
}
.hsx-app .hsx-hero-grid-with-form .hsx-hero h1,
.hsx-app .hsx-hero-grid-with-form h1 {
  font-size: clamp(50px, 5.45vw, 82px);
}
.hsx-app .hsx-hero-form {
  position: relative;
  z-index: 8;
  width: 100%;
  min-width: 0;
  scroll-margin-top: 104px;
}
.hsx-app .hsx-hero-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -20px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--hsx-tertiary) 20%, transparent), transparent 34%),
    linear-gradient(145deg, color-mix(in srgb, var(--hsx-secondary) 18%, transparent), color-mix(in srgb, var(--hsx-primary) 15%, transparent));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 32px 100px rgba(0,0,0,.24);
  pointer-events: none;
}
.hsx-app .hsx-hero-form .hsx-form-shell {
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 36px 110px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.03);
}
.hsx-app .hsx-hero-form .hsx-form-top {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--hsx-secondary) 34%, #07130f), #07130f 50%, color-mix(in srgb, var(--hsx-primary) 26%, #07130f));
}
.hsx-app .hsx-hero-image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
  max-width: 560px;
}
.hsx-app .hsx-hero-image-strip figure {
  position: relative;
  height: 96px;
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
}
.hsx-app .hsx-hero-image-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hsx-app .hsx-hero-image-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,15,12,.58), transparent 62%);
  pointer-events: none;
}
.hsx-app .hsx-hero-image-strip span {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 8px;
  color: var(--hsx-tertiary);
  font: 900 9px/1 var(--hsx-display);
  letter-spacing: .12em;
}
.hsx-app .hsx-estimate-section .hsx-form-stack {
  gap: 0;
}
.hsx-app .hsx-estimate-section .hsx-form-shell-secondary {
  max-width: 760px;
}
@media (max-width: 1100px) {
  .hsx-app .hsx-hero-grid-with-form {
    grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
    gap: 38px;
  }
  .hsx-app .hsx-hero-grid-with-form h1 {
    font-size: clamp(46px, 5.4vw, 68px);
  }
}
@media (max-width: 900px) {
  .hsx-app .hsx-hero-grid-with-form {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 116px;
    padding-bottom: 82px;
  }
  .hsx-app .hsx-hero-form {
    order: -1;
    width: min(100%, 720px);
    margin: 0 auto;
  }
  .hsx-app .hsx-hero-grid-with-form .hsx-hero-copy {
    padding-top: 0;
  }
  .hsx-app .hsx-hero-grid-with-form .hsx-hero-copy h1,
  .hsx-app .hsx-hero-grid-with-form .hsx-hero-copy .hsx-hero-description {
    max-width: 760px;
  }
}
@media (max-width: 640px) {
  .hsx-app .hsx-hero-grid-with-form {
    width: min(100% - 20px, 580px);
    gap: 34px;
    padding-top: 96px;
    padding-bottom: 68px;
  }
  .hsx-app .hsx-hero-form::before {
    inset: -8px;
    border-radius: 28px;
  }
  .hsx-app .hsx-hero-form .hsx-form-shell {
    border-radius: 22px;
  }
  .hsx-app .hsx-hero-form .hsx-form-top {
    height: 70px;
    padding: 0 18px;
  }
  .hsx-app .hsx-hero-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 24px;
  }
  .hsx-app .hsx-hero-image-strip figure {
    height: 72px;
    border-radius: 13px;
  }
}


/* --------------------------------------------------------------------------
   v2.0.10 — Reuse the proven lower LeadConnector form at the top
   The hero now embeds the same LeadConnector form used by the lower FREE
   ESTIMATE section (form zwvCVz465D6XuB8aXbbu). The top instance uses unique
   DOM/container IDs so LeadConnector can initialize both instances independently
   without duplicate-id collisions. The iframe remains fully interactive and
   continues to use the native LeadConnector submit behavior.
   -------------------------------------------------------------------------- */
.hsx-app .hsx-form-shell-primary .hsx-leadconnector-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #ffffff;
}

/* Hard-disable every legacy fake/masked Submit treatment. */
.hsx-app .hsx-form-shell-primary .hsx-leadconnector-wrap::before,
.hsx-app .hsx-form-shell-primary .hsx-leadconnector-wrap::after {
  content: none !important;
  display: none !important;
  pointer-events: none !important;
}

.hsx-app .hsx-form-shell-primary iframe.hsx-leadconnector-frame {
  width: 100% !important;
  height: 501px !important;
  min-height: 501px !important;
  max-height: 501px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
  border: 0 !important;
  background: #ffffff !important;
  overflow: auto !important;
}

.hsx-app .hsx-hero-form .hsx-form-top {
  height: 70px;
}
.hsx-app .hsx-hero-form .hsx-form-shell {
  border-radius: 24px;
}
.hsx-app .hsx-hero-form::before {
  inset: -14px;
  border-radius: 32px;
}

@media (max-width: 720px) {
  .hsx-app .hsx-form-shell-primary iframe.hsx-leadconnector-frame {
    height: 760px !important;
    min-height: 760px !important;
    max-height: 760px !important;
  }
}

/* --------------------------------------------------------------------------
   v2.0.12 — SEO-aware, click-safe Christmas dropdown navigation
   The dropdown hit area now overlaps the parent menu item through an invisible
   hover bridge, so moving the pointer from the parent link into the submenu no
   longer closes it. The visual treatment uses Holiday Shine red/green/gold.
   -------------------------------------------------------------------------- */
.hsx-app .hsx-nav {
  gap: 14px;
}

.hsx-app .hsx-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
}

.hsx-app .hsx-nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  white-space: nowrap;
}

.hsx-app .hsx-nav-item > a.hsx-current-menu-item {
  color: #fff;
}

.hsx-app .hsx-nav-item > a.hsx-current-menu-item::after {
  transform: scaleX(1);
}

.hsx-app .hsx-nav-caret {
  display: inline-block;
  margin-top: -2px;
  color: var(--hsx-tertiary);
  font-size: 13px;
  line-height: 1;
  opacity: .9;
  transition: transform .2s ease, color .2s ease;
}

.hsx-app .hsx-nav-item:hover .hsx-nav-caret,
.hsx-app .hsx-nav-item:focus-within .hsx-nav-caret {
  color: #fff;
  transform: translateY(2px) rotate(180deg);
}

.hsx-app .hsx-nav-submenu {
  position: absolute;
  z-index: 1200;
  top: calc(100% - 2px);
  left: 50%;
  width: max-content;
  min-width: 285px;
  max-width: 390px;
  display: grid;
  gap: 4px;
  padding: 17px 11px 11px;
  border: 1px solid rgba(217,173,69,.26);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(15,106,70,.13), rgba(5,15,12,.98) 34%),
    rgba(5,15,12,.98);
  box-shadow:
    0 26px 65px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 0 34px rgba(179,18,45,.08);
  backdrop-filter: blur(20px) saturate(1.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px) scale(.985);
  transform-origin: 50% 0;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

/* Continuous pointer bridge: overlaps the parent and removes the dead hover gap. */
.hsx-app .hsx-nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 18px;
  background: transparent;
}

/* Christmas-light rail across the top of every dropdown. */
.hsx-app .hsx-nav-submenu::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 8% 50%, #fff 0 2px, var(--hsx-primary) 3px 5px, transparent 6px),
    radial-gradient(circle at 29% 50%, #fff 0 2px, var(--hsx-tertiary) 3px 5px, transparent 6px),
    radial-gradient(circle at 50% 50%, #fff 0 2px, var(--hsx-secondary) 3px 5px, transparent 6px),
    radial-gradient(circle at 71% 50%, #fff 0 2px, var(--hsx-primary) 3px 5px, transparent 6px),
    radial-gradient(circle at 92% 50%, #fff 0 2px, var(--hsx-tertiary) 3px 5px, transparent 6px),
    linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.28), rgba(255,255,255,.10));
  box-shadow: 0 0 14px rgba(217,173,69,.18);
  pointer-events: none;
}

.hsx-app .hsx-nav-item:hover .hsx-nav-submenu,
.hsx-app .hsx-nav-item:focus-within .hsx-nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.hsx-app .hsx-nav-submenu a {
  position: relative;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 11px 38px 11px 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .018em;
  white-space: normal;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.hsx-app .hsx-nav-submenu a::before {
  content: "✦";
  position: absolute;
  right: 14px;
  color: var(--hsx-tertiary);
  font-size: 10px;
  opacity: .65;
  transform: scale(.9);
  transition: opacity .18s ease, transform .18s ease;
}

.hsx-app .hsx-nav-submenu a::after {
  display: none;
}

.hsx-app .hsx-nav-submenu a:hover,
.hsx-app .hsx-nav-submenu a:focus-visible,
.hsx-app .hsx-nav-submenu a.hsx-current-menu-item {
  color: #fff;
  border-color: rgba(217,173,69,.19);
  background: linear-gradient(90deg, rgba(179,18,45,.23), rgba(15,106,70,.18));
  transform: translateX(2px);
  outline: none;
}

.hsx-app .hsx-nav-submenu a:hover::before,
.hsx-app .hsx-nav-submenu a:focus-visible::before,
.hsx-app .hsx-nav-submenu a.hsx-current-menu-item::before {
  opacity: 1;
  transform: scale(1.15) rotate(10deg);
}

/* Keep the last dropdowns inside the viewport instead of letting them spill right. */
.hsx-app .hsx-nav-item:nth-last-child(-n+2) .hsx-nav-submenu {
  left: auto;
  right: 0;
  transform: translateY(-8px) scale(.985);
  transform-origin: 100% 0;
}

.hsx-app .hsx-nav-item:nth-last-child(-n+2):hover .hsx-nav-submenu,
.hsx-app .hsx-nav-item:nth-last-child(-n+2):focus-within .hsx-nav-submenu {
  transform: translateY(0) scale(1);
}

/* Long, descriptive SEO anchor text needs a slightly earlier mobile breakpoint. */
@media (max-width: 1280px) {
  .hsx-app .hsx-nav {
    display: none;
  }

  .hsx-app .hsx-menu-button {
    display: block;
  }

  .hsx-app .hsx-mobile-panel {
    max-height: min(72vh, 650px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hsx-app .hsx-mobile-menu-group {
    display: grid;
    gap: 2px;
  }

  .hsx-app .hsx-mobile-menu-group > .hsx-mobile-parent {
    color: #fff;
    border: 1px solid rgba(217,173,69,.10);
    background: linear-gradient(90deg, rgba(179,18,45,.10), rgba(15,106,70,.08));
  }

  .hsx-app .hsx-mobile-children {
    display: grid;
    gap: 3px;
    margin: 2px 0 7px 13px;
    padding: 4px 0 4px 11px;
    border-left: 1px solid rgba(217,173,69,.28);
  }

  .hsx-app .hsx-mobile-panel .hsx-mobile-children a {
    position: relative;
    padding: 10px 30px 10px 11px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
  }

  .hsx-app .hsx-mobile-panel .hsx-mobile-children a::after {
    content: "✦";
    position: absolute;
    right: 10px;
    color: var(--hsx-tertiary);
    opacity: .65;
  }
}


/* --------------------------------------------------------------------------
   v2.0.13 — compact, overflow-safe desktop header navigation
   Top-level labels are intentionally compact while descriptive submenu labels
   remain unchanged. The header gets a wider desktop shell and progressively
   tighter spacing before the existing 1280px mobile-menu breakpoint.
   -------------------------------------------------------------------------- */
.hsx-app .hsx-header-inner {
  width: min(1480px, calc(100% - 48px));
}

.hsx-app .hsx-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.hsx-app .hsx-brand,
.hsx-app .hsx-header-actions {
  flex: 0 0 auto;
}

.hsx-app .hsx-header-cta {
  white-space: nowrap;
}

@media (max-width: 1500px) and (min-width: 1281px) {
  .hsx-app .hsx-header-inner {
    width: min(1420px, calc(100% - 32px));
    gap: 14px;
  }

  .hsx-app .hsx-brand {
    min-width: 205px;
    gap: 9px;
  }

  .hsx-app .hsx-brand img {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .hsx-app .hsx-brand strong {
    font-size: 14px;
  }

  .hsx-app .hsx-brand small {
    font-size: 8.5px;
    letter-spacing: .055em;
  }

  .hsx-app .hsx-nav {
    gap: 10px;
  }

  .hsx-app .hsx-nav a {
    font-size: 11px;
    letter-spacing: .018em;
  }

  .hsx-app .hsx-nav-item > a {
    gap: 4px;
    padding-inline: 1px;
  }

  .hsx-app .hsx-header-actions {
    gap: 8px;
  }

  .hsx-app .hsx-call-mini {
    display: none;
  }

  .hsx-app .hsx-header-cta {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (min-width: 1501px) and (max-width: 1660px) {
  .hsx-app .hsx-nav {
    gap: 12px;
  }

  .hsx-app .hsx-call-mini {
    font-size: 11px;
  }

  .hsx-app .hsx-header-cta {
    padding-inline: 18px;
  }
}

/* --------------------------------------------------------------------------
   v2.1.0 — GSC/SERP remediation UI
   Contextual internal links, breadcrumbs, evidence cards and long-form article
   modules use the existing Holiday Shine red/green/gold visual system.
   -------------------------------------------------------------------------- */
.hsx-app .hsx-context-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 22px;
}

.hsx-app .hsx-context-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(15,106,70,.14);
  border-radius: 999px;
  background: rgba(15,106,70,.06);
  color: #0b5b3c;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hsx-app .hsx-context-links a:hover,
.hsx-app .hsx-context-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(179,18,45,.25);
  background: rgba(179,18,45,.07);
  color: #9e1028;
  outline: none;
}

.hsx-app .hsx-visible-breadcrumb {
  margin: 0 0 28px;
  padding: 0;
}

.hsx-app .hsx-visible-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hsx-app .hsx-visible-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(16,24,21,.58);
  font-size: 12px;
  font-weight: 760;
}

.hsx-app .hsx-visible-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #d9ad45;
  font-size: 16px;
  line-height: 1;
}

.hsx-app .hsx-visible-breadcrumb a {
  color: #0f6a46;
  text-decoration: none;
}

.hsx-app .hsx-visible-breadcrumb a:hover,
.hsx-app .hsx-visible-breadcrumb a:focus-visible {
  color: #b3122d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hsx-page-content .hsc-serp-evidence {
  margin: 46px 0 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(16,24,21,.09);
}

.hsx-page-content .hsc-serp-evidence > .hsc-seo-kicker {
  margin: 30px 0 8px;
  color: #0f6a46;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hsx-page-content .hsc-serp-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  margin: 28px 0;
}

.hsx-page-content .hsc-serp-evidence-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16,24,21,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0,0,0,.07);
}

.hsx-page-content .hsc-serp-evidence-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.hsx-page-content .hsc-serp-evidence-card figcaption {
  padding: 22px;
}

.hsx-page-content .hsc-serp-evidence-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.hsx-page-content .hsc-serp-evidence-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.hsx-page-content .hsc-serp-context-links,
.hsx-page-content .hsc-blog-related,
.hsx-page-content .hsc-blog-cta {
  margin: 34px 0;
  padding: 28px;
  border: 1px solid rgba(16,24,21,.09);
  border-radius: 22px;
  background: linear-gradient(145deg,#fff,rgba(217,173,69,.055));
  box-shadow: 0 16px 42px rgba(0,0,0,.055);
}

.hsx-page-content .hsc-serp-context-links h2,
.hsx-page-content .hsc-blog-related h2,
.hsx-page-content .hsc-blog-cta h2 {
  margin-top: 0;
}

.hsx-page-content .hsc-blog-intro {
  margin-bottom: 34px;
  padding: 25px 28px;
  border-left: 4px solid #d9ad45;
  border-radius: 0 20px 20px 0;
  background: rgba(255,255,255,.72);
}

.hsx-page-content .hsc-blog-section {
  margin: 34px 0;
}

.hsx-page-content .hsc-blog-faqs {
  margin: 38px 0;
  padding: 28px;
  border: 1px solid rgba(16,24,21,.09);
  border-radius: 22px;
  background: #fff;
}

.hsx-page-content .hsc-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hsx-page-content .hsc-blog-cta__actions .hsc-seo-btn {
  text-decoration: none;
}

@media (max-width: 720px) {
  .hsx-app .hsx-context-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .hsx-app .hsx-context-links a {
    justify-content: center;
    text-align: center;
  }

  .hsx-page-content .hsc-serp-evidence-grid {
    grid-template-columns: 1fr;
  }

  .hsx-page-content .hsc-serp-context-links,
  .hsx-page-content .hsc-blog-related,
  .hsx-page-content .hsc-blog-cta,
  .hsx-page-content .hsc-blog-faqs,
  .hsx-page-content .hsc-blog-intro {
    padding: 22px;
  }
}


/* v2.2.0 SERP competitor-gap additions */
.hsc-topic-graph,.hsc-verified-projects{margin:clamp(28px,5vw,64px) auto;padding:clamp(22px,4vw,42px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(10,30,45,.72)}
.hsc-topic-graph h2,.hsc-verified-projects h2{margin-top:0}.hsc-topic-graph p{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center}
.hsc-topic-graph a{font-weight:700}.hsc-verified-projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hsc-verified-project-card{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.05)}
.hsc-verified-project-card__image{display:block;aspect-ratio:16/10;overflow:hidden}.hsc-verified-project-card__image img{width:100%;height:100%;object-fit:cover}
.hsc-verified-project-card__body{padding:18px}.hsc-verified-project-card__body h3{margin-top:0}
@media (max-width:900px){.hsc-verified-projects-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.hsc-verified-projects-grid{grid-template-columns:1fr}.hsc-topic-graph p{display:block}.hsc-topic-graph p span{margin:0 6px}}


/* v2.5.0 crawl-audit remediation: legal/trust footer links. */
.hsx-app .hsx-footer-legal{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.hsx-app .hsx-footer-legal a{color:inherit;text-decoration:underline;text-underline-offset:3px;opacity:.9}
.hsx-app .hsx-footer-legal a:hover,.hsx-app .hsx-footer-legal a:focus-visible{opacity:1}


/* v2.6.0 navigation refinement: the primary navigation is intentionally compact;
   Resources uses a real hub page, Blog is a stable top-level link, and the
   footer uses fixed Services / Resources / Company information architecture. */

/* v2.8.2 responsive behavior for Design 02 floating gallery carousel. */
@media (max-width: 1000px) {
  .hsx-app .hsx-gallery-stage {
    height: 455px;
  }

  .hsx-app .hsx-gallery-card {
    width: min(620px, 70%);
  }

  .hsx-app .hsx-gallery-card.is-prev {
    transform: translate(-126%,-50%) scale(.8) rotateZ(-1deg);
  }

  .hsx-app .hsx-gallery-card.is-next {
    transform: translate(26%,-50%) scale(.8) rotateZ(1deg);
  }

  .hsx-app .hsx-gallery-card-media {
    height: 320px;
  }

  .hsx-app .hsx-gallery-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hsx-app .hsx-gallery-carousel-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .hsx-app .hsx-gallery-intro {
    margin-bottom: 24px;
  }

  .hsx-app .hsx-gallery-intro h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hsx-app .hsx-gallery-intro p {
    font-size: 14px;
  }

  .hsx-app .hsx-gallery-viewport {
    padding: 10px 38px 18px;
  }

  .hsx-app .hsx-gallery-stage {
    height: 402px;
  }

  .hsx-app .hsx-gallery-card {
    width: calc(100% - 10px);
    border-radius: 19px;
  }

  .hsx-app .hsx-gallery-card.is-prev,
  .hsx-app .hsx-gallery-card.is-next {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.78);
  }

  .hsx-app .hsx-gallery-card-media {
    height: 280px;
  }

  .hsx-app .hsx-gallery-card figcaption {
    min-height: 98px;
    padding: 16px;
  }

  .hsx-app .hsx-gallery-card figcaption strong {
    font-size: 13px;
    white-space: normal;
  }

  .hsx-app .hsx-gallery-featured-badge {
    top: 14px;
    left: 14px;
  }

  .hsx-app .hsx-gallery-card-number {
    right: 14px;
    bottom: 12px;
  }

  .hsx-app .hsx-gallery-nav {
    top: calc(50% - 34px);
    width: 42px;
    height: 42px;
  }

  .hsx-app .hsx-gallery-nav-prev { left: 2px; }
  .hsx-app .hsx-gallery-nav-next { right: 2px; }

  .hsx-app .hsx-gallery-nav span {
    font-size: 29px;
  }

  .hsx-app .hsx-gallery-dots {
    gap: 5px;
  }

  .hsx-app .hsx-gallery-dot {
    width: 11px;
  }

  .hsx-app .hsx-gallery-dot.is-active {
    width: 25px;
  }

  .hsx-app .hsx-gallery-benefits {
    gap: 1px;
    margin-top: 24px;
    border-radius: 16px;
  }

  .hsx-app .hsx-gallery-benefits article {
    padding: 14px;
  }

  .hsx-app .hsx-gallery-benefits article > span {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 430px) {
  .hsx-app .hsx-gallery-benefits {
    grid-template-columns: 1fr;
  }

  .hsx-app .hsx-gallery-benefits small {
    font-size: 10px;
  }
}


/* v2.10.0 SEO crawl remediation */
.hsx-page-layout--managed{grid-template-columns:minmax(0,1fr)}
.hsx-article-byline{display:flex;flex-wrap:wrap;gap:.55rem 1rem;align-items:center;margin:0 0 1.35rem;padding:.85rem 1rem;border:1px solid rgba(21,60,82,.12);border-radius:14px;background:rgba(255,255,255,.78);font-size:.9rem;line-height:1.5}
.hsx-article-byline a{font-weight:800;text-decoration:none}
.hsc-blog-context-links{margin:1.2rem 0 1.6rem;padding:1rem 1.1rem;border:1px solid rgba(21,60,82,.12);border-radius:14px;background:rgba(248,251,252,.92);line-height:1.7}
.hsc-blog-context-links strong{margin-right:.25rem}
