@charset "UTF-8";

      :root {
        --guide-header-offset: 1.5rem;
      }

      html, body, div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, img, ins, kbd, q, s, samp,
      small, strike, strong, sub, sup, tt, var,
      b, u, i, center,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td,
      article, aside, canvas, details, embed,
      figure, figcaption, footer, header, hgroup,
      menu, nav, output, ruby, section, summary,
      time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
      }

      article, aside, details, figcaption, figure,
      footer, header, hgroup, menu, nav, section {
        display: block;
      }

      body {
        line-height: 1;
      }

      ol, ul {
        list-style: none;
      }

      blockquote, q {
        quotes: none;
      }

      blockquote::before, blockquote::after,
      q::before, q::after {
        content: "";
      }

      table {
        border-collapse: collapse;
        border-spacing: 0;
      }

      html {
        scroll-behavior: smooth;
      }

.setup-guide-page {
        margin: 0;
        min-height: 100vh;
        background: #f7f7f7;
        color: #202639;
        font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
        line-height: 1.7;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      .setup-guide-shell {
        width: min(100% - 48px, 1120px);
        margin: 0 auto;
      }

      header.head h1#logo {
        position: static;
        width: clamp(7.2rem, 15.625vw, 12.5rem);
        flex-shrink: 0;
      }

      header.head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        padding: clamp(0.75rem, 1.5625vw, 1.25rem) clamp(1.25rem, 3.125vw, 2.5rem);
        box-sizing: border-box;
        z-index: 500;
        background: rgba(66, 66, 66, 0.92);
        backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      }

      header.head .header-cta {
        display: flex;
        align-items: center;
        gap: .55rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
      }

      header.head .header-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(135deg, #7c3aed, #4f46e5);
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.76em;
        line-height: 1em;
        padding: .8em 1.3em;
        min-width: 8.2em;
        text-align: center;
        white-space: nowrap;
        border-radius: 9999px;
        transition: opacity .3s ease;
      }

      header.head .header-cta a:hover {
        opacity: .8;
      }

      #main {
        padding-top: 0;
      }

      #setupGuideHero,
      .setup-guide-section {
        scroll-margin-top: var(--guide-header-offset);
      }

      #setupGuideHero {
        position: relative;
        overflow: hidden;
        color: #fff;
        background:
          linear-gradient(180deg, rgba(10, 14, 25, 0.18) 0%, rgba(10, 14, 25, 0.14) 38%, rgba(10, 14, 25, 0.48) 100%),
          url("../images/bg_hero.svg") center top / cover no-repeat;
        padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(2.8rem, 5vw, 4rem);
      }

      #setupGuideHero::before {
        content: none;
      }

      .setup-guide-hero-inner {
        position: relative;
        z-index: 1;
        width: min(100%, 1480px);
        padding: 0 clamp(1.5rem, 3vw, 3rem);
        box-sizing: border-box;
      }

      .setup-guide-hero-copy {
        position: relative;
        z-index: 2;
        max-width: 980px;
        margin: 0 auto;
        padding-top: clamp(1.2rem, 3vw, 2.8rem);
        text-align: center;
      }

      .setup-guide-eyebrow {
        margin: 0 0 0.9rem;
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
      }

      .setup-guide-hero-title {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.2rem);
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: 0.02em;
        background: linear-gradient(180deg, #7dcfff 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      .setup-guide-hero-lead {
        max-width: 920px;
        margin: 1.25rem auto 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(1rem, 1.4vw, 1.15rem);
        line-height: 1.9;
      }

      .setup-guide-hero-visual {
        height: clamp(15rem, 25vw, 23rem);
      }

      .setup-guide-hero-frame,
      .setup-guide-hero-image {
        display: none;
      }

      .setup-guide-pickup-block {
        position: relative;
        z-index: 2;
        width: min(100%, 1460px);
        margin: clamp(0.25rem, 1vw, 0.8rem) auto 0;
        padding: 0 clamp(0.5rem, 1.8vw, 1.5rem) clamp(1.5rem, 2.8vw, 2.2rem);
      }

      .setup-guide-pickup-title {
        display: none;
      }

      .setup-guide-summary-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(1rem, 2vw, 1.5rem);
      }

      .setup-guide-summary-card {
        min-height: 100%;
        padding: clamp(1.5rem, 2.4vw, 2rem);
        border: 1px solid rgba(79, 70, 229, 0.1);
        border-radius: 1.75rem;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 42px rgba(13, 17, 26, 0.16);
        text-align: left;
        box-sizing: border-box;
      }

      .setup-guide-summary-num,
      .setup-guide-chip-item span,
      .setup-guide-step-title span,
      .setup-guide-grid-label span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 9999px;
        background: rgba(124, 58, 237, 0.12);
        color: #4f46e5;
        font-weight: 700;
        font-size: 0.85rem;
        flex-shrink: 0;
      }

      .setup-guide-summary-card h3 {
        margin: 0.95rem 0 0;
        font-size: 1.08rem;
        font-weight: 700;
        color: #202639;
      }

      .setup-guide-summary-card p {
        margin: 0.65rem 0 0;
        font-size: 0.94rem;
        line-height: 1.8;
        color: #4c556c;
      }

      #setupGuideNav {
        position: relative;
        top: auto;
        z-index: 460;
        background: rgba(66, 66, 66, 0.94);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(8px);
      }

      .setup-guide-nav-inner {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        min-height: 3.9rem;
      }

      .setup-guide-nav-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 3.9rem;
        padding: 0 1.15rem;
        color: rgba(255, 255, 255, 0.84);
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        transition: color 0.2s ease, opacity 0.2s ease;
      }

      .setup-guide-nav-link:hover,
      .setup-guide-nav-link.is-active {
        color: #ffffff;
      }

      .setup-guide-nav-link.is-active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(135deg, #7c3aed, #4f46e5);
      }

      .setup-guide-section {
        padding: clamp(3.5rem, 5vw, 4.75rem) 0;
      }

      .setup-guide-section-alt {
        background: linear-gradient(180deg, rgba(124, 58, 237, 0.035), rgba(79, 70, 229, 0.02));
      }

      .setup-guide-section-heading {
        max-width: 780px;
        margin-bottom: 1.75rem;
      }

      .setup-guide-section-kicker {
        margin: 0 0 0.65rem;
        color: #6f5cf2;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
      }

      .setup-guide-section .section-title {
        margin: 0;
        color: #202639;
        font-size: clamp(1.8rem, 3vw, 2.4rem);
        font-weight: 700;
        line-height: 1.35;
      }

      .setup-guide-section-lead,
      .setup-guide-section-copy-block,
      .setup-guide-footer-note {
        color: #5a6175;
      }

      .setup-guide-section-lead {
        margin: 0.8rem 0 0;
        line-height: 1.9;
      }

      .setup-guide-section-alert {
        margin: 0.45rem 0 0;
        color: #dc2626;
        font-weight: 700;
        line-height: 1.8;
      }

      .setup-guide-video-card {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 9;
        margin-top: 2.25rem;
        border: 1px solid rgba(79, 70, 229, 0.12);
        border-radius: 1.75rem;
        background:
          linear-gradient(155deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 241, 255, 0.98) 100%),
          linear-gradient(135deg, rgba(124, 58, 237, 0.08), transparent);
        box-shadow: 0 20px 50px rgba(52, 64, 105, 0.12);
        overflow: hidden;
      }

      .setup-guide-video-card iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
      }

      .setup-guide-video-overlay {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(124, 58, 237, 0.14), transparent 50%);
      }

      .setup-guide-video-content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.85rem;
      }

      .setup-guide-play-button {
        position: relative;
        display: inline-flex;
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 9999px;
        background: rgba(124, 58, 237, 0.12);
        border: 1px solid rgba(124, 58, 237, 0.2);
      }

      .setup-guide-play-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-34%, -50%);
        width: 0;
        height: 0;
        border-top: 0.72rem solid transparent;
        border-bottom: 0.72rem solid transparent;
        border-left: 1.05rem solid #5b52e8;
      }

      .setup-guide-placeholder-label {
        color: #5a6175;
        font-size: 0.9rem;
        font-weight: 500;
      }

      .setup-guide-chip-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1.8rem;
      }

      .setup-guide-chip-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        min-height: 4rem;
        padding: 0.95rem 1.05rem;
        border-radius: 1.15rem;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, 0.1);
        box-shadow: 0 12px 28px rgba(52, 64, 105, 0.08);
        box-sizing: border-box;
      }

      .setup-guide-chip-item p {
        margin: 0;
        color: #2d3447;
        font-weight: 600;
        line-height: 1.45;
      }

      .setup-guide-unboxing-card-list {
        display: grid;
        gap: 1.25rem;
        margin-top: 1.75rem;
      }

      .setup-guide-unboxing-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
        align-items: center;
        gap: 2rem;
        padding: 1.4rem;
        border-radius: 1rem;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, 0.08);
        box-shadow: 0 18px 44px rgba(31, 41, 55, 0.15);
        box-sizing: border-box;
      }

      .setup-guide-unboxing-copy {
        min-width: 0;
      }

      .setup-guide-unboxing-title {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        margin-bottom: 1.4rem;
      }

      .setup-guide-unboxing-title span {
        display: inline-flex;
        flex: 0 0 auto;
        width: 2.5rem;
        height: 2.5rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        background: #eee8ff;
        color: #5f46ff;
        font-size: 1.45rem;
        font-weight: 700;
        line-height: 1;
      }

      .setup-guide-unboxing-title h3 {
        margin: 0;
        color: #111827;
        font-size: 1.35rem;
        font-weight: 700;
        line-height: 1.45;
      }

      .setup-guide-unboxing-copy ol {
        margin: 0;
        padding-left: 1.25rem;
        list-style: decimal;
        list-style-position: outside;
        color: #33384a;
        font-size: 1rem;
        line-height: 1.55;
        overflow-wrap: anywhere;
      }

      .setup-guide-unboxing-image {
        display: flex;
        width: 100%;
        aspect-ratio: 4 / 3;
        align-items: center;
        justify-content: center;
        border-radius: 1.2rem;
        background: #f7f8ff;
        color: #5a6175;
        overflow: hidden;
        box-sizing: border-box;
      }

      .setup-guide-unboxing-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .setup-guide-unboxing-image span {
        position: relative;
        padding-top: 2.45rem;
        font-size: 0.78rem;
      }

      .setup-guide-unboxing-image span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.45rem;
        border: 2px solid rgba(91, 82, 232, 0.2);
        border-radius: 0.3rem;
      }

      .setup-guide-unboxing-image span::after {
        content: "";
        position: absolute;
        top: 1.55rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1rem;
        height: 0.13rem;
        background: rgba(91, 82, 232, 0.2);
      }

      .setup-guide-step-list {
        display: grid;
        gap: 1.25rem;
        margin-top: 2.2rem;
      }

      .setup-guide-step-card {
        display: grid;
        grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
        gap: 1.75rem;
        align-items: start;
        padding: 1.35rem;
        border-radius: 1.5rem;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, 0.08);
        box-shadow: 0 16px 40px rgba(52, 64, 105, 0.09);
        box-sizing: border-box;
      }

      .setup-guide-step-card-detail {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 1.35rem;
      }

      .setup-guide-shot-card,
      .setup-guide-grid-shot {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 1.2rem;
        border: 1px solid rgba(79, 70, 229, 0.12);
        background: linear-gradient(160deg, #ffffff, #f2f4ff);
        color: #5a6175;
        box-sizing: border-box;
        overflow: hidden;
      }

      .setup-guide-shot-card {
        aspect-ratio: 16 / 9;
      }

      .setup-guide-shot-card-stack,
      .setup-guide-shot-stack {
        display: grid;
        width: 100%;
        gap: 1.5rem;
      }

      .setup-guide-shot-card img,
      .setup-guide-grid-shot img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
      }

      .setup-guide-shot-stack-item {
        width: 100%;
        aspect-ratio: 16 / 9;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, 0.12);
        border-radius: 1.2rem;
        box-sizing: border-box;
        overflow: hidden;
      }

      .setup-guide-shot-stack-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
      }

      .setup-guide-shot-card span,
      .setup-guide-grid-shot span {
        position: relative;
        padding-top: 2.45rem;
        font-size: 0.78rem;
      }

      .setup-guide-shot-card span::before,
      .setup-guide-grid-shot span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.45rem;
        border: 2px solid rgba(91, 82, 232, 0.2);
        border-radius: 0.3rem;
      }

      .setup-guide-shot-card span::after,
      .setup-guide-grid-shot span::after {
        content: "";
        position: absolute;
        top: 1.55rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1rem;
        height: 0.13rem;
        background: rgba(91, 82, 232, 0.2);
      }

      .setup-guide-detail-panel {
        display: grid;
        gap: 1rem;
        box-sizing: border-box;
      }

      .setup-guide-detail-item {
        display: grid;
        grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
        align-items: start;
        gap: 1.5rem;
      }

      .setup-guide-detail-shot {
        display: flex;
        width: 100%;
        aspect-ratio: 16 / 9;
        align-self: start;
        align-items: center;
        justify-content: center;
        border-radius: 0.65rem;
        border: 1px solid rgba(79, 70, 229, 0.12);
        background: #fff;
        color: #5a6175;
        overflow: hidden;
        box-sizing: border-box;
      }

      .setup-guide-detail-shot img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
      }

      .setup-guide-detail-shot span {
        position: relative;
        padding-top: 2.45rem;
        font-size: 0.78rem;
      }

      .setup-guide-detail-shot span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.45rem;
        border: 2px solid rgba(91, 82, 232, 0.2);
        border-radius: 0.3rem;
      }

      .setup-guide-detail-shot span::after {
        content: "";
        position: absolute;
        top: 1.55rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1rem;
        height: 0.13rem;
        background: rgba(91, 82, 232, 0.2);
      }

      .setup-guide-detail-copy {
        display: grid;
        gap: 0.85rem;
        min-width: 0;
      }

      .setup-guide-detail-title {
        margin-bottom: 0.35rem;
      }

      .setup-guide-detail-copy p {
        margin: 0;
        color: #202639;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.65;
      }

      .setup-guide-step-copy {
        min-width: 0;
        padding-top: 0.15rem;
      }

      .setup-guide-step-title {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        margin-bottom: 0.75rem;
      }

      .setup-guide-step-title h3 {
        margin: 0;
        color: #202639;
        font-size: 1.15rem;
        font-weight: 700;
        line-height: 1.45;
      }

      .setup-guide-step-copy p,
      .setup-guide-grid-label p,
      .setup-guide-section-copy-block p {
        margin: 0;
        color: #4c556c;
        line-height: 1.9;
      }

      .setup-guide-step-copy .setup-guide-step-alert {
        color: #dc2626;
        font-weight: 700;
      }

      .setup-guide-section-copy-block {
        display: grid;
        gap: 0.75rem;
        max-width: 760px;
        margin-top: 0.85rem;
      }

      .setup-guide-grid-steps {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.2rem;
        margin-top: 2.2rem;
        align-items: stretch;
      }

      .setup-guide-grid-card {
        display: grid;
        grid-template-rows: auto 1fr;
        gap: 0.85rem;
        min-height: 100%;
        padding: 1rem;
        border-radius: 1.4rem;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, 0.08);
        box-shadow: 0 14px 34px rgba(52, 64, 105, 0.08);
        box-sizing: border-box;
      }

      .setup-guide-grid-shot {
        aspect-ratio: 4 / 3;
      }

      .setup-guide-grid-label {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        min-height: 4rem;
      }

      .setup-guide-grid-label p {
        font-weight: 600;
        line-height: 1.55;
      }

      .setup-guide-footer-note {
        margin: 1.8rem 0 0;
        font-size: 0.95rem;
        line-height: 1.8;
      }

      footer.foot {
        background: url("../images/bg_footer.svg") no-repeat top center / 100% auto;
        aspect-ratio: 1280 / 121;
        padding: 0;
        display: flex;
        align-items: center;
      }

      footer.foot .footer-inner {
        max-width: 100%;
        width: 100%;
        padding: 0 clamp(1.25rem, 3.125vw, 2.5rem);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: clamp(1.25rem, 2.5vw, 2.5rem);
      }

      footer.foot .footer-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.5rem;
      }

      footer.foot .footer-logo {
        width: clamp(6rem, 12.5vw, 10rem);
        height: auto;
      }

      footer.foot .footer-links {
        display: flex;
        align-items: center;
        gap: clamp(0.75rem, 1.6vw, 1.5rem);
        font-size: clamp(0.72rem, 0.9vw, 0.9rem);
        letter-spacing: 0.02em;
      }

      footer.foot .footer-links a {
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        white-space: nowrap;
      }

      footer.foot .footer-links a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      footer.foot .footer-links a + a {
        border-left: 1px solid rgba(255, 255, 255, 0.45);
        padding-left: clamp(0.75rem, 1.6vw, 1.5rem);
      }

      footer.foot .footer-note {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(0.65rem, 0.7vw, 0.75rem);
        line-height: 1.4;
        text-align: right;
      }


            @media screen and (min-width: 1024px) {
        .setup-guide-content-shell {
          display: grid;
          grid-template-columns: 15.5rem minmax(0, 1fr);
          gap: clamp(1.75rem, 3vw, 3rem);
          align-items: start;
        }

        #setupGuideNav {
          position: sticky;
          top: 1.5rem;
          margin: 0;
        }

        .setup-guide-nav-inner {
          flex-direction: column;
          align-items: stretch;
          gap: 0.7rem;
          min-height: 0;
          overflow: visible;
        }

        .setup-guide-nav-link {
          display: flex;
          justify-content: flex-start;
          height: auto;
          min-height: 4.25rem;
          padding: 1rem 1.15rem 1rem 1.25rem;
          border-radius: 1rem;
          white-space: normal;
        }

        .setup-guide-nav-link.is-active::after {
          top: 0.8rem;
          bottom: 0.8rem;
          left: 0;
          right: auto;
          width: 4px;
          height: auto;
          border-radius: 0 9999px 9999px 0;
        }
      }
@media screen and (max-width: 1023px) {
        .setup-guide-summary-grid {
          grid-template-columns: 1fr;
        }

        .setup-guide-step-card {
          grid-template-columns: 1fr;
        }

        .setup-guide-shot-card {
          max-width: 420px;
        }

        .setup-guide-grid-steps {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media screen and (max-width: 750px) {
        :root {
          --guide-header-offset: 1.25rem;
        }

        header.head .header-cta a {
          font-size: .75em;
          padding: .75em 1.2em;
          min-width: 8.8em;
        }

        .setup-guide-shell {
          width: min(100% - 32px, 1120px);
        }

        #setupGuideNav {
          top: auto;
        }

        #setupGuideHero {
          background-position: 58% top;
          background-size: cover;
          padding-top: 6.5rem;
          padding-bottom: 3.2rem;
        }

        .setup-guide-hero-inner {
          width: min(100%, 1120px);
          padding: 0 0.75rem;
        }

        .setup-guide-hero-copy {
          width: min(100%, 40rem);
          padding-top: 0;
          margin: 0 auto;
        }

        .setup-guide-hero-title {
          font-size: 2rem;
        }

        .setup-guide-hero-lead {
          font-size: 0.98rem;
        }

        .setup-guide-hero-visual {
          height: clamp(8rem, 34vw, 12rem);
        }

        .setup-guide-pickup-block {
          width: 100%;
          margin-top: 1rem;
          padding: 0;
        }

        .setup-guide-nav-inner {
          overflow-x: auto;
          scrollbar-width: none;
        }

        .setup-guide-nav-inner::-webkit-scrollbar {
          display: none;
        }

        .setup-guide-nav-link {
          height: 3.25rem;
          padding: 0 0.95rem;
          font-size: 0.86rem;
        }

        .setup-guide-section {
          padding: 3.5rem 0;
        }

        .setup-guide-chip-list,
        .setup-guide-unboxing-card,
        .setup-guide-detail-item,
        .setup-guide-grid-steps {
          grid-template-columns: 1fr;
        }

        .setup-guide-detail-panel,
        .setup-guide-detail-item,
        .setup-guide-detail-copy {
          gap: 0.85rem;
        }

        .setup-guide-step-card-detail {
          padding: 1rem;
        }

        .setup-guide-step-card-detail .setup-guide-step-title {
          margin-bottom: 1rem;
        }

        .setup-guide-grid-label {
          min-height: 0;
        }

        footer.foot {
          background-size: cover;
          background-position: top center;
          aspect-ratio: auto;
          min-height: 60px;
          padding: 20px 0;
        }

        footer.foot .footer-inner {
          flex-direction: column;
          align-items: center;
        }

        footer.foot .footer-meta {
          align-items: center;
        }

        footer.foot .footer-links {
          flex-direction: column;
          gap: 0.5rem;
        }

        footer.foot .footer-links a + a {
          border-left: none;
          padding-left: 0;
        }

        footer.foot .footer-note {
          text-align: center;
        }
      }
#main {
  padding-bottom: clamp(12rem, 18vw, 16rem);
}


:root {
  --guide-header-offset: 1.5rem;
}

.setup-guide-pickup-block {
  display: block !important;
  width: min(100% - 48px, 1120px);
  margin: clamp(1.2rem, 2vw, 1.8rem) auto 0;
  padding: 0 0 clamp(1.5rem, 2.8vw, 2.2rem);
}

.setup-guide-pickup-title {
  display: none;
}

.setup-guide-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.setup-guide-summary-card {
  min-height: clamp(7.5rem, 13vw, 8.8rem);
  padding: clamp(1.2rem, 2vw, 1.5rem) clamp(1.3rem, 2vw, 1.6rem);
  border: none;
  border-radius: 1rem;
  background: #585554;
  box-shadow: none;
  text-align: left;
  box-sizing: border-box;
}

.setup-guide-summary-card h3 {
  margin: 0.7rem 0 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
}

.setup-guide-summary-card p {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.93rem;
  line-height: 1.7;
}

.setup-guide-summary-num {
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.setup-guide-content-shell {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: clamp(1.2rem, 2vw, 1.8rem) 0 0;
}

.setup-guide-content {
  min-width: 0;
}

.setup-guide-content .setup-guide-shell,
#setupGuideNav > .setup-guide-shell {
  width: 100%;
  margin: 0;
}

#setupGuideNav {
  position: static !important;
  top: auto !important;
  z-index: 10;
  margin: 0 0 1rem;
  background: transparent !important;
  border-bottom: none !important;
  backdrop-filter: none !important;
}

.setup-guide-nav-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.setup-guide-nav-inner::-webkit-scrollbar {
  display: none;
}

.setup-guide-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 0.35rem 0 0.35rem 0.9rem;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #667085 !important;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  box-shadow: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.setup-guide-nav-link:hover,
.setup-guide-nav-link.is-active {
  color: #202639 !important;
}

.setup-guide-nav-link.is-active::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  left: 0;
  width: 3px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
}

@media screen and (min-width: 1024px) {
  .setup-guide-content-shell {
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
    align-items: start;
  }

  #setupGuideNav {
    position: sticky !important;
    top: 1.5rem !important;
    margin: 0;
  }

  .setup-guide-nav-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    overflow: visible;
  }

  .setup-guide-nav-link {
    justify-content: flex-start;
    min-height: 2rem;
    white-space: normal;
  }
}

@media screen and (max-width: 1023px) {
  .setup-guide-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 750px) {
  :root {
    --guide-header-offset: 1.25rem;
  }

  .setup-guide-pickup-block {
    width: min(100% - 32px, 1120px);
    margin-top: 1rem;
    padding-bottom: 1.4rem;
  }

  .setup-guide-summary-card {
    min-height: 0;
  }

  .setup-guide-content-shell {
    width: min(100% - 32px, 1320px);
    padding-top: 0.9rem;
  }

  .setup-guide-nav-link {
    font-size: 0.92rem;
    padding-left: 0.8rem;
  }
}
#setupGuideHero {
  background: linear-gradient(135deg, #8a5f98 0%, #4b45a3 100%) !important;
  padding: 0 !important;
}

.setup-guide-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  width: min(100%, 1520px);
  min-height: clamp(24rem, 31vw, 32rem);
  padding: clamp(2.5rem, 4vw, 3.6rem) clamp(1.5rem, 3vw, 3rem) !important;
  box-sizing: border-box;
}

.setup-guide-hero-copy {
  max-width: none;
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.setup-guide-eyebrow,
.setup-guide-hero-lead {
  display: none !important;
}

.setup-guide-hero-lockup {
  display: flex;
  align-items: center;
  gap: clamp(1.3rem, 2.5vw, 2.5rem);
}

.setup-guide-hero-lockup-logo {
  width: clamp(15rem, 26vw, 28rem);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14));
}

.setup-guide-hero-lockup-divider {
  width: 4px;
  align-self: stretch;
  min-height: clamp(8rem, 11vw, 11rem);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
}

.setup-guide-hero-lockup-copy {
  min-width: 0;
}

.setup-guide-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: none;
}

.setup-guide-hero-visual {
  height: auto;
}

.setup-guide-hero-frame,
.setup-guide-hero-image {
  display: block;
}

.setup-guide-hero-frame {
  width: 100%;
}

.setup-guide-hero-image {
  width: min(100%, 43rem);
  margin-left: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
}

.setup-guide-pickup-block {
  display: none !important;
}

.setup-guide-content-shell {
  padding-top: clamp(1rem, 1.8vw, 1.4rem);
}

@media screen and (max-width: 1023px) {
  .setup-guide-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 0;
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .setup-guide-hero-copy {
    text-align: center;
  }

  .setup-guide-hero-lockup {
    justify-content: center;
    gap: 1rem;
  }

  .setup-guide-hero-lockup-logo {
    width: min(42vw, 15rem);
  }

  .setup-guide-hero-lockup-divider {
    min-height: 6.5rem;
  }

  .setup-guide-hero-image {
    width: min(100%, 34rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .setup-guide-hero-lockup {
    align-items: center;
    gap: 0.85rem;
  }

  .setup-guide-hero-lockup-logo {
    width: min(40vw, 10rem);
  }

  .setup-guide-hero-lockup-divider {
    width: 3px;
    min-height: 4.8rem;
  }

  .setup-guide-hero-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
}

.setup-guide-section {
  scroll-margin-top: 0 !important;
  padding: clamp(1.25rem, 2vw, 1.8rem) 0 clamp(3.25rem, 4.8vw, 4.5rem) !important;
}

.setup-guide-section-alt {
  background: transparent !important;
}

.setup-guide-section-heading {
  margin-bottom: 1.2rem !important;
}

@media screen and (max-width: 750px) {
  .setup-guide-section {
    padding: 1rem 0 3rem !important;
  }

  .setup-guide-section-heading {
    margin-bottom: 0.95rem !important;
  }
}

.lp header.head .header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.76em;
  line-height: 1em;
  padding: .8em 1.3em;
  min-width: 8.2em;
  text-align: center;
  white-space: nowrap;
  border-radius: 9999px;
  transition: opacity .3s ease;
}

.lp header.head .header-cta a:hover {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .lp header.head .header-cta a {
    font-size: .75em;
    padding: .75em 1.2em;
    min-width: 8.8em;
  }
}

#setupGuideHero {
  background: linear-gradient(135deg, #825793 0%, #4f47a7 100%) !important;
}

.setup-guide-hero-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.85fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  min-height: clamp(18rem, 24vw, 22rem);
  padding-top: clamp(2rem, 3vw, 2.8rem) !important;
  padding-bottom: clamp(2rem, 3vw, 2.8rem) !important;
}

.setup-guide-hero-lockup {
  gap: clamp(1rem, 2vw, 1.8rem);
}

.setup-guide-hero-lockup-logo {
  width: clamp(12rem, 20vw, 18rem);
}

.setup-guide-hero-lockup-divider {
  width: 3px;
  min-height: clamp(5.5rem, 8vw, 7.5rem);
}

.setup-guide-hero-title {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.15;
}

.setup-guide-hero-image {
  width: min(100%, 26rem);
  margin-left: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

header.head .header-cta {
  gap: 0.8rem;
}

.lp header.head .header-cta a {
  min-width: 11rem;
}

@media screen and (max-width: 1023px) {
  .setup-guide-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.25rem;
  }

  .setup-guide-hero-lockup {
    justify-content: center;
  }

  .setup-guide-hero-image {
    width: min(100%, 22rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-lockup-logo {
    width: min(36vw, 9rem);
  }

  .setup-guide-hero-lockup-divider {
    min-height: 4.2rem;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .lp header.head .header-cta a {
    min-width: 8.8em;
  }
}
    
/* final hero/header override for PGX sparkle design */
header.head {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  padding: 0.9rem 1.15rem;
  background: #555251 !important;
}

header.head #logo {
  margin: 0;
}

header.head #logo img {
  display: block;
  width: clamp(11rem, 15vw, 13.4rem);
  height: auto;
}

header.head .header-cta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.lp header.head .header-cta a {
  min-width: 11.2rem;
  padding: 0.95rem 1.55rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #5d48f3 0%, #5640eb 100%);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: none;
}

#setupGuideHero {
  background: linear-gradient(90deg, #855991 0%, #4b47a9 100%) !important;
}

.setup-guide-hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(17rem, 24rem);
  align-items: center;
  gap: clamp(1.75rem, 3.6vw, 4.25rem);
  min-height: clamp(15rem, 20vw, 17rem);
  padding-top: clamp(1.8rem, 2.8vw, 2.5rem) !important;
  padding-bottom: clamp(1.8rem, 2.8vw, 2.5rem) !important;
}

.setup-guide-hero-copy {
  max-width: 36rem;
}

.setup-guide-hero-lockup {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.setup-guide-hero-lockup-logo {
  width: clamp(13rem, 19vw, 16rem);
}

.setup-guide-hero-lockup-divider {
  width: 4px;
  min-height: clamp(5.2rem, 8vw, 6.6rem);
  background: rgba(255, 255, 255, 0.95);
}

.setup-guide-hero-title {
  color: #fff;
  font-size: clamp(2.2rem, 4.1vw, 3.5rem);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.setup-guide-hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.setup-guide-hero-frame {
  width: auto;
}

.setup-guide-hero-image {
  width: min(100%, 20rem);
  margin-left: auto;
  filter: none;
}

.setup-guide-pickup-block {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  header.head {
    padding: 0.85rem 1rem;
  }

  .lp header.head .header-cta a {
    min-width: 9.2rem;
    padding: 0.82rem 1.15rem;
    font-size: 0.9rem;
  }

  .setup-guide-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    min-height: 0;
    padding-top: 1.85rem !important;
    padding-bottom: 1.85rem !important;
  }

  .setup-guide-hero-copy,
  .setup-guide-hero-visual {
    max-width: none;
    justify-content: center;
  }

  .setup-guide-hero-lockup {
    justify-content: center;
  }

  .setup-guide-hero-image {
    width: min(100%, 18rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  header.head {
    gap: 0.8rem;
    align-items: flex-start;
  }

  header.head #logo img {
    width: min(44vw, 11.5rem);
  }

  header.head .header-cta {
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .lp header.head .header-cta a {
    min-width: 8.3rem;
    padding: 0.72rem 1rem;
    font-size: 0.79rem;
  }

  .setup-guide-hero-lockup-logo {
    width: min(36vw, 8.8rem);
  }

  .setup-guide-hero-lockup-divider {
    min-height: 4.2rem;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .setup-guide-hero-image {
    width: min(100%, 16rem);
  }
}
    
/* final hero/header override for laptop+sGXR design */
header.head {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 0;
  padding: 0.65rem 0.8rem;
  background: #555251 !important;
}

header.head #logo {
  margin: 0;
  flex: 0 0 auto;
}

header.head #logo img {
  display: block;
  width: clamp(10rem, 13vw, 12rem);
  height: auto;
}

.setup-guide-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex: 1 1 auto;
  min-width: 0;
}

.setup-guide-header-nav a {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.92;
}

.setup-guide-header-nav a:hover,
.setup-guide-header-nav a.is-current {
  opacity: 1;
  text-decoration: none;
}

header.head .header-cta {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.lp header.head .header-cta a {
  min-width: 9.8rem;
  padding: 0.82rem 1.25rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #5d48f3 0%, #5640eb 100%);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: none;
}

#setupGuideHero {
  background: linear-gradient(90deg, #855991 0%, #4b47a9 100%) !important;
}

.setup-guide-hero-inner {
  grid-template-columns: minmax(0, 1.02fr) minmax(16rem, 23rem);
  align-items: center;
  gap: clamp(1.6rem, 3.1vw, 3.5rem);
  min-height: clamp(10rem, 14vw, 12rem);
  padding-top: clamp(1.35rem, 2vw, 1.9rem) !important;
  padding-bottom: clamp(1.35rem, 2vw, 1.9rem) !important;
}

.setup-guide-hero-copy {
  max-width: 32rem;
}

.setup-guide-hero-lockup {
  gap: clamp(0.9rem, 1.8vw, 1.3rem);
}

.setup-guide-hero-lockup-logo {
  width: clamp(10.5rem, 16vw, 13.5rem);
}

.setup-guide-hero-lockup-divider {
  width: 3px;
  min-height: clamp(4.4rem, 6vw, 5.8rem);
  background: rgba(255, 255, 255, 0.95);
}

.setup-guide-hero-title {
  color: #fff;
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.setup-guide-hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.setup-guide-hero-frame {
  width: auto;
}

.setup-guide-hero-image {
  width: min(100%, 22rem);
  margin-left: auto;
  filter: none;
}

.setup-guide-pickup-block {
  display: none !important;
}

@media screen and (max-width: 1120px) {
  .setup-guide-header-nav {
    gap: 0.8rem;
  }

  .setup-guide-header-nav a {
    font-size: 0.72rem;
  }

  .lp header.head .header-cta a {
    min-width: 8.8rem;
    padding: 0.75rem 1rem;
  }
}

@media screen and (max-width: 980px) {
  header.head {
    padding: 0.8rem 1rem;
  }

  .setup-guide-header-nav {
    display: none;
  }

  .setup-guide-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    min-height: 0;
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .setup-guide-hero-copy,
  .setup-guide-hero-visual {
    max-width: none;
    justify-content: center;
  }

  .setup-guide-hero-lockup {
    justify-content: center;
  }

  .setup-guide-hero-image {
    width: min(100%, 20rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  header.head {
    gap: 0.8rem;
    align-items: center;
  }

  header.head #logo img {
    width: min(42vw, 10.8rem);
  }

  .lp header.head .header-cta a {
    min-width: 8.1rem;
    padding: 0.72rem 0.95rem;
    font-size: 0.74rem;
  }

  .setup-guide-hero-lockup-logo {
    width: min(36vw, 8.8rem);
  }

  .setup-guide-hero-lockup-divider {
    min-height: 4.1rem;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.45rem);
  }

  .setup-guide-hero-image {
    width: min(100%, 17rem);
  }
}
    
/* align header content with index and enlarge hero image */
header.head {
  padding: 0.65rem 0.9rem;
}

.lp header.head .header-section-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  flex: 1 1 auto;
  min-width: 0;
}

.lp header.head .header-section-links a {
  white-space: nowrap;
}

.setup-guide-hero-inner {
  grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 26rem);
  min-height: clamp(11rem, 15vw, 13rem);
  padding-top: clamp(1.55rem, 2.3vw, 2.1rem) !important;
  padding-bottom: clamp(1.55rem, 2.3vw, 2.1rem) !important;
}

.setup-guide-hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}

.setup-guide-hero-title span {
  display: block;
}

.setup-guide-hero-image {
  width: min(100%, 24.5rem);
}

@media screen and (max-width: 1120px) {
  .lp header.head .header-section-links {
    gap: 0.95rem;
  }

  .setup-guide-hero-image {
    width: min(100%, 23rem);
  }
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-inner {
    min-height: 0;
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 21rem);
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-image {
    width: min(100%, 18.5rem);
  }
}
    
/* final align text color and size with index header */
.lp header.head {
  padding: clamp(0.75rem, 1.5625vw, 1.25rem) clamp(1.25rem, 3.125vw, 2.5rem) !important;
  background: rgba(66, 66, 66, 0.92) !important;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lp header.head #logo {
  width: clamp(7.2rem, 15.625vw, 12.5rem);
}

.lp header.head .header-section-links {
  gap: clamp(0.5rem, 1.2vw, 1rem) !important;
  margin: 0 1.25rem !important;
}

.lp header.head .header-section-links a {
  color: rgba(255,255,255,.9) !important;
  font-size: 0.78em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.lp header.head .header-cta {
  gap: .45rem !important;
}

.lp header.head .header-cta a {
  background-image: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #fff !important;
  font-size: 0.76em !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  padding: .8em 1.3em !important;
  min-width: 8.2em !important;
}

.setup-guide-hero-title {
  color: #ffffff !important;
  font-size: clamp(2.15rem, 3.8vw, 3.2rem) !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
}

.setup-guide-hero-image {
  width: min(100%, 26rem) !important;
}

@media screen and (max-width: 1120px) {
  .setup-guide-hero-image {
    width: min(100%, 24rem) !important;
  }
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-image {
    width: min(100%, 21.5rem) !important;
  }
}

@media screen and (max-width: 750px) {
  .lp header.head .header-cta a {
    font-size: 0.76em !important;
    padding: .8em 1.3em !important;
    min-width: 8.2em !important;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.95rem, 7vw, 2.55rem) !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 18.8rem) !important;
  }
}
    
/* force support hero title to 2 lines */
.setup-guide-hero-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.08em !important;
  white-space: nowrap !important;
}

.setup-guide-hero-title span {
  display: block !important;
}

@media screen and (max-width: 1023px) {
  .setup-guide-hero-title {
    align-items: center !important;
  }
}
    
/* enlarge support hero area and hero image */
.setup-guide-hero-inner {
  min-height: clamp(15rem, 18vw, 17.3125rem) !important;
  padding-top: clamp(2.2rem, 3vw, 2.8rem) !important;
  padding-bottom: clamp(2.2rem, 3vw, 2.8rem) !important;
}

.setup-guide-hero-image {
  width: min(100%, 34.5625rem) !important;
}

@media screen and (max-width: 1120px) {
  .setup-guide-hero-image {
    width: min(100%, 31rem) !important;
  }
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-inner {
    min-height: 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 26rem) !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-image {
    width: min(100%, 21rem) !important;
  }
}
    
/* rebalance hero to match target proportion */
.setup-guide-hero-inner {
  grid-template-columns: minmax(0, 0.84fr) minmax(24rem, 1.16fr) !important;
  gap: clamp(1.4rem, 2.8vw, 3rem) !important;
  min-height: clamp(17.5rem, 20vw, 18.5rem) !important;
}

.setup-guide-hero-lockup {
  gap: clamp(0.9rem, 1.6vw, 1.3rem) !important;
}

.setup-guide-hero-lockup-logo {
  width: clamp(10.5rem, 16vw, 15rem) !important;
}

.setup-guide-hero-lockup-divider {
  min-height: clamp(4.8rem, 7vw, 6rem) !important;
}

.setup-guide-hero-title {
  font-size: clamp(1.9rem, 3.25vw, 2.95rem) !important;
  line-height: 1.12 !important;
}

.setup-guide-hero-visual {
  justify-content: flex-end !important;
}

.setup-guide-hero-image {
  width: min(100%, 38rem) !important;
}

@media screen and (max-width: 1280px) {
  .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr) !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 34rem) !important;
  }
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-inner {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .setup-guide-hero-lockup {
    justify-content: center !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 26rem) !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-title {
    font-size: clamp(1.9rem, 7vw, 2.45rem) !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 20rem) !important;
  }
}
    
/* mobile fix for header and hero */
@media screen and (max-width: 1023px) {
  .header-section-links {
    display: none !important;
  }

  header.head {
    gap: 0.9rem !important;
  }
}

@media screen and (max-width: 750px) {
  header.head {
    padding: 0.85rem 1rem !important;
  }

  header.head h1#logo {
    width: min(42vw, 9.5rem) !important;
  }

  header.head .header-cta a {
    font-size: 0.72em !important;
    padding: 0.72em 1.05em !important;
    min-width: 7.6em !important;
  }

  .setup-guide-hero-inner {
    gap: 1rem !important;
    min-height: 0 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.35rem !important;
  }

  .setup-guide-hero-lockup {
    display: grid !important;
    grid-template-columns: minmax(0, 7.2rem) 3px minmax(0, 1fr);
    gap: 0.7rem !important;
    width: min(100%, 22rem);
    margin: 0 auto;
    align-items: center;
  }

  .setup-guide-hero-lockup-logo {
    width: 100% !important;
  }

  .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 4.1rem !important;
  }

  .setup-guide-hero-title {
    align-items: flex-start !important;
    font-size: clamp(1.55rem, 7.6vw, 2.1rem) !important;
    line-height: 1.1 !important;
  }

  .setup-guide-hero-visual {
    justify-content: center !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 18.5rem) !important;
    margin: 0 auto !important;
  }

  .setup-guide-nav-inner {
    gap: 0.8rem !important;
  }

  .setup-guide-nav-link {
    font-size: 0.9rem !important;
  }
}
    
/* tighten responsive layout for phones */
@media screen and (max-width: 750px) {
  header.head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.8rem 0.9rem !important;
  }

  header.head h1#logo {
    width: min(40vw, 8.75rem) !important;
  }

  header.head .header-cta {
    justify-content: flex-end !important;
  }

  header.head .header-cta a {
    font-size: 0.68em !important;
    padding: 0.7em 0.95em !important;
    min-width: 7.1em !important;
  }

  .setup-guide-hero-copy {
    text-align: center !important;
  }

  .setup-guide-hero-inner {
    gap: 1.15rem !important;
    padding-top: 1.35rem !important;
    padding-bottom: 1.15rem !important;
  }

  .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 18rem) !important;
    margin: 0 auto !important;
    gap: 0.75rem !important;
  }

  .setup-guide-hero-lockup-logo {
    width: min(68vw, 12rem) !important;
    margin: 0 auto !important;
  }

  .setup-guide-hero-lockup-divider {
    width: 4.25rem !important;
    min-height: 0 !important;
    height: 3px !important;
  }

  .setup-guide-hero-title {
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: clamp(1.65rem, 7.4vw, 2.15rem) !important;
    line-height: 1.08 !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 19rem) !important;
  }

  .setup-guide-nav-inner {
    justify-content: flex-start !important;
    gap: 0.65rem !important;
  }

  .setup-guide-nav-link {
    font-size: 0.86rem !important;
  }
}

@media screen and (max-width: 420px) {
  header.head h1#logo {
    width: min(38vw, 8rem) !important;
  }

  header.head .header-cta a {
    font-size: 0.64em !important;
    min-width: 6.8em !important;
    padding: 0.68em 0.9em !important;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.5rem, 8vw, 1.9rem) !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 17.5rem) !important;
  }
}
    
/* mobile nav alignment fix */
@media screen and (max-width: 1023px) {
  .setup-guide-nav-inner {
    align-items: center !important;
    gap: 0.75rem !important;
  }

  .setup-guide-nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0.65rem 0.2rem 0.75rem !important;
    line-height: 1.25 !important;
  }

  .setup-guide-nav-link.is-active::after {
    top: auto !important;
    bottom: 0 !important;
    left: 0.15rem !important;
    right: 0.15rem !important;
    width: auto !important;
    height: 2px !important;
    border-radius: 9999px !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-nav-inner {
    gap: 0.55rem !important;
  }

  .setup-guide-nav-link {
    padding: 0.55rem 0.15rem 0.7rem !important;
    font-size: 0.84rem !important;
  }
}

/* overlay lockup on device image */
.setup-guide-hero-frame {
  position: relative !important;
}

.setup-guide-hero-device-overlay {
  position: absolute;
  top: 14%;
  left: 24%;
  width: 42%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: none;
}

.setup-guide-hero-device-logo {
  width: 40%;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

.setup-guide-hero-device-title {
  display: flex;
  flex-direction: column;
  gap: 0.12em;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.1vw, 1.2rem);
  line-height: 1.08;
  text-shadow: 0 1px 8px rgba(10, 14, 25, 0.28);
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-device-overlay {
    top: 15%;
    left: 24%;
    width: 43%;
    gap: 0.65rem;
  }

  .setup-guide-hero-device-title {
    font-size: clamp(0.8rem, 1.8vw, 1rem);
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-device-overlay {
    top: 16%;
    left: 24%;
    width: 44%;
    gap: 0.45rem;
  }

  .setup-guide-hero-device-title {
    font-size: clamp(0.62rem, 2.2vw, 0.82rem);
  }
}
    
/* final hero lockup layout: horizontal on all screens */
.setup-guide-hero-device-overlay {
  display: none !important;
}

.setup-guide-hero-lockup {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(0.9rem, 1.8vw, 1.5rem) !important;
}

.setup-guide-hero-lockup-logo {
  width: clamp(10rem, 16vw, 17rem) !important;
}

.setup-guide-hero-lockup-divider {
  width: 3px !important;
  height: auto !important;
  min-height: clamp(4.5rem, 6vw, 6.4rem) !important;
  align-self: stretch !important;
}

.setup-guide-hero-title {
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  line-height: 1.06 !important;
}

@media screen and (max-width: 980px) {
  .setup-guide-hero-lockup {
    justify-content: center !important;
    gap: 0.85rem !important;
  }

  .setup-guide-hero-lockup-logo {
    width: min(38vw, 10rem) !important;
  }

  .setup-guide-hero-lockup-divider {
    min-height: 4.6rem !important;
  }

  .setup-guide-hero-title {
    align-items: flex-start !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-lockup {
    width: min(100%, 20rem) !important;
    margin: 0 auto !important;
    gap: 0.7rem !important;
  }

  .setup-guide-hero-lockup-logo {
    width: min(34vw, 8.5rem) !important;
  }

  .setup-guide-hero-lockup-divider {
    min-height: 3.9rem !important;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }
}
    
/* final desktop hero lockup */
@media screen and (min-width: 981px) {
  .setup-guide-hero-device-overlay {
    display: none !important;
  }

  .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(1rem, 1.8vw, 1.6rem) !important;
  }

  .setup-guide-hero-lockup-logo {
    width: clamp(12rem, 18vw, 18rem) !important;
    margin: 0 !important;
  }

  .setup-guide-hero-lockup-divider {
    width: 3px !important;
    height: auto !important;
    min-height: clamp(4.8rem, 6.2vw, 6.8rem) !important;
    align-self: stretch !important;
  }

  .setup-guide-hero-lockup-copy {
    min-width: 0 !important;
  }

  .setup-guide-hero-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    gap: 0.08em !important;
    line-height: 1.06 !important;
    white-space: nowrap !important;
  }
}
    
/* keep desktop-like layout on laptop widths */
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .header-section-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.7rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .header-section-links a {
    display: inline-flex !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 0.7em !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  header.head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.9rem !important;
    padding: 0.75rem 1rem !important;
  }

  .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(19rem, 1.05fr) !important;
    gap: 1.5rem !important;
    min-height: clamp(15rem, 18vw, 17.25rem) !important;
    padding-top: 1.85rem !important;
    padding-bottom: 1.85rem !important;
  }

  .setup-guide-hero-copy {
    text-align: left !important;
  }

  .setup-guide-hero-visual {
    justify-content: flex-end !important;
  }

  .setup-guide-hero-lockup {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    gap: 0.9rem !important;
  }

  .setup-guide-hero-lockup-logo {
    width: min(26vw, 10rem) !important;
    margin: 0 !important;
  }

  .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 4.7rem !important;
    height: auto !important;
    align-self: stretch !important;
  }

  .setup-guide-hero-title {
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    font-size: clamp(1.9rem, 4vw, 2.6rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 27rem) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
    
/* final responsive hero tuning */
@media screen and (min-width: 981px) and (max-width: 1600px) {
  .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.84fr) minmax(24rem, 1.16fr) !important;
    gap: 1.1rem !important;
  }

  .setup-guide-hero-lockup-logo {
    width: clamp(10.5rem, 14vw, 14rem) !important;
  }

  .setup-guide-hero-title {
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
  }

  .setup-guide-hero-image {
    width: min(100%, 35rem) !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-hero-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0.08em !important;
    white-space: normal !important;
    text-align: left !important;
    font-size: clamp(1.45rem, 6.6vw, 1.95rem) !important;
    line-height: 1.08 !important;
  }

  .setup-guide-hero-title span {
    display: block !important;
  }
}
    
/* force two-line hero title on phones */
@media screen and (max-width: 750px) {
  #setupGuideHero .setup-guide-hero-copy {
    display: flex !important;
    justify-content: center !important;
  }

  #setupGuideHero .setup-guide-hero-lockup {
    display: grid !important;
    grid-template-columns: minmax(0, 7.4rem) 3px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    gap: 0.7rem !important;
  }

  #setupGuideHero .setup-guide-hero-lockup-copy {
    min-width: 0 !important;
    width: auto !important;
  }

  #setupGuideHero .setup-guide-hero-title {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    white-space: normal !important;
    text-align: left !important;
    line-height: 1.08 !important;
    font-size: clamp(1.42rem, 6.4vw, 1.9rem) !important;
  }

  #setupGuideHero .setup-guide-hero-title span {
    display: block !important;
    white-space: nowrap !important;
  }
}
    
/* normalized responsive breakpoints */
.setup-guide-page .setup-guide-hero-device-overlay {
  display: none !important;
}

.setup-guide-page #setupGuideHero .setup-guide-hero-title span {
  display: block !important;
}

@media screen and (min-width: 1440px) {
  .setup-guide-page .header-section-links {
    display: flex !important;
    gap: clamp(0.8rem, 1vw, 1.1rem) !important;
  }

  .setup-guide-page .header-section-links a {
    font-size: 0.78em !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(25rem, 1.12fr) !important;
    gap: 1.4rem !important;
    min-height: 18.25rem !important;
    padding-top: 2.15rem !important;
    padding-bottom: 2.15rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1.15rem !important;
    width: auto !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: 15rem !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 5.8rem !important;
    height: auto !important;
    align-self: stretch !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 2.9rem !important;
    line-height: 1.06 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-image {
    width: min(100%, 35.5rem) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .setup-guide-page .header-section-links {
    display: flex !important;
    gap: 0.8rem !important;
  }

  .setup-guide-page .header-section-links a {
    font-size: 0.74em !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(23rem, 1.12fr) !important;
    gap: 1.15rem !important;
    min-height: 17.5rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    width: auto !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: 13.5rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 5.3rem !important;
    height: auto !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 2.55rem !important;
    line-height: 1.06 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-image {
    width: min(100%, 32rem) !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .setup-guide-page .header-section-links {
    display: flex !important;
    gap: 0.65rem !important;
  }

  .setup-guide-page .header-section-links a {
    font-size: 0.68em !important;
  }

  .setup-guide-page header.head {
    padding: 0.75rem 1rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr) !important;
    gap: 0.9rem !important;
    min-height: 16.5rem !important;
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.9rem !important;
    width: auto !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: 11.2rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 4.8rem !important;
    height: auto !important;
    align-self: stretch !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 2.08rem !important;
    line-height: 1.05 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-image {
    width: min(100%, 27rem) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .setup-guide-page .header-section-links {
    display: none !important;
  }

  .setup-guide-page header.head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.85rem !important;
    padding: 0.75rem 1rem !important;
  }

  .setup-guide-page header.head h1#logo {
    width: min(24vw, 10rem) !important;
  }

  .setup-guide-page header.head .header-cta a {
    font-size: 0.72em !important;
    min-width: 8em !important;
    padding: 0.76em 1.1em !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1.08fr) !important;
    gap: 0.85rem !important;
    min-height: 15.4rem !important;
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-copy {
    text-align: left !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    gap: 0.8rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: min(24vw, 8.9rem) !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 4.3rem !important;
    height: auto !important;
    align-self: stretch !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 1.86rem !important;
    line-height: 1.05 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-image {
    width: min(100%, 23.5rem) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-page .header-section-links {
    display: none !important;
  }

  .setup-guide-page header.head .header-cta a {
    font-size: 0.68em !important;
    min-width: 7.1em !important;
    padding: 0.7em 0.95em !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-copy {
    display: flex !important;
    justify-content: center !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    display: grid !important;
    grid-template-columns: minmax(0, 7.4rem) 3px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    gap: 0.7rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-copy {
    min-width: 0 !important;
    width: auto !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: min(34vw, 8.5rem) !important;
    margin: 0 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 3px !important;
    min-height: 3.9rem !important;
    height: auto !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    white-space: normal !important;
    text-align: left !important;
    line-height: 1.08 !important;
    font-size: clamp(1.42rem, 6.4vw, 1.9rem) !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title span {
    display: block !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 420px) {
  .setup-guide-page header.head h1#logo {
    width: min(38vw, 8rem) !important;
  }

  .setup-guide-page header.head .header-cta a {
    font-size: 0.64em !important;
    min-width: 6.8em !important;
    padding: 0.68em 0.9em !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    grid-template-columns: minmax(0, 6.6rem) 3px minmax(0, 1fr) !important;
    gap: 0.6rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    font-size: 1.56rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-image {
    width: min(100%, 17.5rem) !important;
  }
}

/* unboxing accessory note */
.setup-guide-page .setup-guide-accessory-note {
  margin: 0.8rem 0 0;
  color: #5a6175;
  font-size: 0.92rem;
  line-height: 1.8;
}

.setup-guide-page .setup-guide-accessory-note a {
  color: #4f46e5;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.setup-guide-page .setup-guide-accessory-note a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 750px) {
  .setup-guide-page .setup-guide-accessory-note {
    font-size: 0.86rem;
    line-height: 1.75;
  }
}

/* setup guide mobile fit adjustments */
@media screen and (max-width: 750px) {
  .setup-guide-page {
    overflow-x: hidden;
  }

  .setup-guide-page header.head {
    width: 100% !important;
    padding: 0.65rem 1rem !important;
    gap: 0.65rem !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page header.head #logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 8.8rem !important;
  }

  .setup-guide-page header.head .header-cta {
    display: none !important;
  }

  .setup-guide-page header.head .header-cta a {
    min-width: 0 !important;
    max-width: 8.4rem !important;
    padding: 0.62em 0.72em !important;
    font-size: 0.62rem !important;
    white-space: nowrap !important;
  }

  .setup-guide-page .setup-guide-shell,
  .setup-guide-page .setup-guide-content .setup-guide-shell,
  .setup-guide-page #setupGuideNav > .setup-guide-shell {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page .setup-guide-content .setup-guide-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .setup-guide-page .setup-guide-content-shell,
  .setup-guide-page .setup-guide-content,
  .setup-guide-page .setup-guide-step-list {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    width: 100% !important;
    grid-template-columns: minmax(0, 6rem) 2px minmax(0, 1fr) !important;
    gap: 0.55rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    width: 100% !important;
    max-width: 6rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-divider {
    width: 2px !important;
    min-height: 3.25rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    font-size: clamp(1.28rem, 5.8vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title span {
    white-space: nowrap !important;
  }

  .setup-guide-page .setup-guide-step-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.05rem !important;
    padding: 1rem !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page .setup-guide-unboxing-card {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.1rem !important;
    padding: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page .setup-guide-unboxing-title {
    margin-bottom: 1rem !important;
  }

  .setup-guide-page .setup-guide-unboxing-title h3 {
    font-size: 1.12rem !important;
  }

  .setup-guide-page .setup-guide-unboxing-copy,
  .setup-guide-page .setup-guide-unboxing-copy ol,
  .setup-guide-page .setup-guide-unboxing-copy li {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .setup-guide-page .setup-guide-unboxing-copy ol {
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
  }

  .setup-guide-page .setup-guide-shot-card,
  .setup-guide-page .setup-guide-shot-card-stack,
  .setup-guide-page .setup-guide-shot-stack,
  .setup-guide-page .setup-guide-shot-stack-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .setup-guide-page .setup-guide-shot-stack {
    gap: 1rem !important;
  }

  .setup-guide-page .setup-guide-step-copy,
  .setup-guide-page .setup-guide-step-title,
  .setup-guide-page .setup-guide-step-copy p {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .setup-guide-page .setup-guide-step-title {
    align-items: flex-start !important;
  }

  .setup-guide-page .setup-guide-step-title h3,
  .setup-guide-page .setup-guide-step-copy p,
  .setup-guide-page .setup-guide-step-alert,
  .setup-guide-page .setup-guide-section-lead,
  .setup-guide-page .setup-guide-section-alert,
  .setup-guide-page .setup-guide-accessory-note {
    overflow-wrap: anywhere;
  }

  .setup-guide-page #setupGuideNav {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .setup-guide-page #setupGuideNav::-webkit-scrollbar {
    display: none;
  }

  .setup-guide-page #setupGuideNav > .setup-guide-shell {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .setup-guide-page .setup-guide-nav-inner {
    gap: 0.25rem !important;
  }

  .setup-guide-page .setup-guide-nav-link {
    flex: 0 0 auto !important;
    padding: 0 0.85rem !important;
  }
}

@media screen and (max-width: 420px) {
  .setup-guide-page header.head {
    padding: 0.6rem 0.8rem !important;
  }

  .setup-guide-page header.head #logo {
    max-width: 7.8rem !important;
  }

  .setup-guide-page header.head .header-cta {
    display: none !important;
  }

  .setup-guide-page header.head .header-cta a {
    max-width: 7.2rem !important;
    padding: 0.58em 0.62em !important;
    font-size: 0.58rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup {
    grid-template-columns: minmax(0, 5.35rem) 2px minmax(0, 1fr) !important;
    gap: 0.5rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-lockup-logo {
    max-width: 5.35rem !important;
  }

  .setup-guide-page #setupGuideHero .setup-guide-hero-title {
    font-size: 1.26rem !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-page {
    --setup-guide-mobile-nav-offset: 3.7rem;
    --setup-guide-mobile-nav-height: 3.15rem;
    overflow-x: clip !important;
  }

  .setup-guide-page .setup-guide-content-shell {
    padding-top: 0.55rem !important;
    overflow: visible !important;
  }

  .setup-guide-page .setup-guide-section {
    scroll-margin-top: var(--setup-guide-mobile-nav-offset) !important;
  }

  .setup-guide-page #setupGuideNav {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 470 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: var(--setup-guide-mobile-nav-height) !important;
    margin: 0 0 0.85rem !important;
    background: rgba(247, 247, 247, 0.96) !important;
    border-bottom: 1px solid rgba(32, 38, 57, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    overflow: hidden !important;
  }

  .setup-guide-page #setupGuideNav > .setup-guide-shell {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 0 !important;
    height: var(--setup-guide-mobile-nav-height) !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: var(--setup-guide-mobile-nav-height) !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .setup-guide-page .setup-guide-nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: 0 0.1rem !important;
    box-sizing: border-box !important;
    font-size: clamp(0.56rem, 2.55vw, 0.68rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
  }

  .setup-guide-page .setup-guide-nav-link.is-active::after {
    left: 0.18rem !important;
    right: 0.18rem !important;
  }
}

/* Shared site header: keep the support page chrome aligned with the home LP. */
.setup-guide-page {
  --setup-guide-header-height: var(--lp-header-height);
  --setup-guide-sticky-gap: 1.5rem;
  --setup-guide-sticky-nav-top: calc(var(--setup-guide-header-height) + var(--setup-guide-sticky-gap));
}

.lp header.head.site-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: var(--lp-header-padding-y) clamp(1.25rem, 3.125vw, 2.5rem) !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  z-index: 500 !important;
  background: rgba(66, 66, 66, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.lp header.head.site-header h1#logo {
  position: static !important;
  width: var(--lp-header-logo-width) !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.lp header.head.site-header h1#logo img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

.lp header.head.site-header .header-section-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.5rem, 1.2vw, 1rem) !important;
  flex: 1 1 auto !important;
  margin: 0 1.25rem !important;
  min-width: 0 !important;
}

.lp header.head.site-header .header-section-links a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  font-size: 0.78em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.lp header.head.site-header .header-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .45rem !important;
  flex: 0 0 auto !important;
}

.lp header.head.site-header .header-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 8.2em !important;
  padding: .8em 1.3em !important;
  border-radius: 9999px !important;
  background-image: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #fff !important;
  font-size: 0.76em !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.setup-guide-page > #main {
  padding-top: var(--setup-guide-header-height) !important;
}

@media screen and (min-width: 1024px) {
  .setup-guide-page #setupGuideNav {
    top: var(--setup-guide-sticky-nav-top) !important;
  }

  .setup-guide-page .setup-guide-section {
    scroll-margin-top: var(--setup-guide-sticky-nav-top) !important;
  }
}

@media screen and (max-width: 750px) {
  .setup-guide-page {
    --setup-guide-header-height: calc(
      (var(--lp-header-logo-width) * 0.28125) + (var(--lp-header-padding-y) * 2) + 1px
    );
    --setup-guide-mobile-nav-top: var(--setup-guide-header-height);
    --setup-guide-mobile-section-offset: calc(
      var(--setup-guide-mobile-nav-top) + var(--setup-guide-mobile-nav-height) + 0.625rem
    );
  }

  .setup-guide-page #setupGuideNav {
    top: var(--setup-guide-mobile-nav-top) !important;
  }

  .setup-guide-page .setup-guide-section {
    scroll-margin-top: var(--setup-guide-mobile-section-offset) !important;
  }

  .lp header.head.site-header .header-section-links {
    display: none !important;
  }

  .lp header.head.site-header .header-cta {
    display: none !important;
  }

  .lp header.head.site-header .header-cta a {
    min-width: 8.8em !important;
    padding: .75em 1.2em !important;
    font-size: .75em !important;
  }

  .lp header.head.site-header.is-menu-open {
    z-index: 2147483000 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border-bottom: 0 !important;
  }

  .lp header.head.site-header .site-menu-toggle {
    display: inline-flex !important;
  }

  .lp header.head.site-header .site-mobile-menu[hidden] {
    display: none !important;
  }
}
