/* CloudSpects homepage v3 — minimal navy (from approved test v2) */
:root {
      --black: #070a0f;
      --ink: #121826;
      --navy: #13274a;
      --navy-deep: #0c1a33;
      --navy-mid: #1e3a5f;
      --white: #ffffff;
      --paper: #f4f6f9;
      --line: rgba(19, 39, 74, 0.14);
      --muted: rgba(18, 24, 38, 0.62);
      --max: 1160px;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
      --img: https://cloudspects.com;
    }
    
    
    
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .home-v3 .wrap { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }

    .home-v3 .home-v3-hero {
      display: block;
      min-height: calc(100svh - 6.2rem);
      background: var(--navy-deep) !important;
      color: var(--white) !important;
      overflow: hidden;
      border-bottom: none !important;
      padding: 0 !important;
    }
    .home-v3 .home-v3-hero__shell {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      width: min(100% - 2.5rem, 1200px);
      margin-inline: auto;
      min-height: calc(100svh - 6.2rem);
      align-items: stretch;
    }
    .home-v3 .home-v3-hero h1,
    .home-v3 .home-v3-hero__brand,
    .home-v3 .home-v3-hero__lead,
    .home-v3 .home-v3-hero__eyebrow {
      color: inherit;
      -webkit-text-fill-color: currentColor;
      background: none !important;
      text-shadow: none !important;
    }
    .home-v3 .home-v3-hero h1 {
      color: #fff !important;
      -webkit-text-fill-color: #fff !important;
    }
    .home-v3 .home-v3-hero__brand {
      color: #fff !important;
      -webkit-text-fill-color: #fff !important;
    }
    .home-v3 .home-v3-hero__lead {
      color: rgba(255, 255, 255, 0.78) !important;
    }
    .home-v3 .home-v3-hero__eyebrow {
      color: #9eb6d8 !important;
    }
    .home-v3 .home-v3-hero__metrics dt {
      color: #fff !important;
    }
    .home-v3 .home-v3-hero__metrics dd {
      color: rgba(255, 255, 255, 0.58) !important;
    }
    /* neutralize public-light overrides that force white heroes */
    html.nzy-site--light .home-v3 .home-v3-hero,
    html.nzy-site--light .home-v3 section.home-v3-hero {
      background: var(--navy-deep) !important;
      color: #fff !important;
    }
    html.nzy-site--light .home-v3 .home-v3-hero h1 {
      color: #fff !important;
      -webkit-text-fill-color: #fff !important;
    }
    .home-v3 .home-v3-hero__copy {
      padding: clamp(3.5rem, 9vh, 6rem) clamp(1.25rem, 3vw, 2.25rem) clamp(3.5rem, 9vh, 6rem) 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: none;
      margin-left: 0;
      width: auto;
      min-width: 0;
    }
    .home-v3 .home-v3-hero__eyebrow {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #9eb6d8;
      margin-bottom: 1rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.05s forwards;
    }
    .home-v3 .home-v3-hero__brand {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 800;
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      letter-spacing: -0.045em;
      line-height: 0.95;
      margin-bottom: 1rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.12s forwards;
    }
    .home-v3 .home-v3-hero h1 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 700;
      font-size: clamp(1.25rem, 2.2vw, 1.7rem);
      letter-spacing: -0.02em;
      line-height: 1.25;
      max-width: 24ch;
      margin-bottom: 0.9rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.22s forwards;
    }
    .home-v3 .home-v3-hero__lead {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.78);
      max-width: 38ch;
      margin-bottom: 1.5rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.32s forwards;
    }
    .home-v3 .home-v3-hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin-bottom: 1.75rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.42s forwards;
    }
    .home-v3 .home-v3-hero__metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
      padding-top: 1.15rem;
      opacity: 0;
      animation: homeV3Rise 0.8s var(--ease) 0.52s forwards;
    }
    .home-v3 .home-v3-hero__metrics dt {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -0.03em;
    }
    .home-v3 .home-v3-hero__metrics dd {
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.58);
      margin-top: 0.15rem;
    }

    .home-v3 .home-v3-hero__visual {
      position: relative;
      background: #0a1528;
      min-height: 420px;
      min-width: 0;
      border-radius: 0;
      overflow: hidden;
    }
    .home-v3 .photo-mosaic {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: 1.25fr 1fr;
      grid-template-rows: 1.1fr 0.9fr;
      gap: 4px;
      padding: 4px;
    }
    .home-v3 .photo-mosaic figure {
      position: relative;
      overflow: hidden;
      margin: 0;
      background: #10203a;
    }
    .home-v3 .photo-mosaic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 8s var(--ease);
      filter: saturate(0.92) contrast(1.02);
    }
    .home-v3 .photo-mosaic figure:hover img { transform: scale(1.04); }
    .home-v3 .photo-mosaic figure:nth-child(1) { grid-row: 1 / -1; }
    .home-v3 .photo-mosaic figcaption {
      position: absolute;
      left: 0.55rem;
      bottom: 0.45rem;
      font-size: 0.62rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.72);
      text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    }
    .home-v3 .home-v3-hero__signal {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      z-index: 2;
      background: rgba(7, 10, 15, 0.82);
      border: 1px solid rgba(255, 255, 255, 0.14);
      padding: 0.9rem 1rem;
      max-width: 15rem;
      backdrop-filter: blur(8px);
    }
    .home-v3 .home-v3-hero__signal p {
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #9eb6d8;
      margin-bottom: 0.3rem;
    }
    .home-v3 .home-v3-hero__signal strong {
      display: block;
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1rem;
      margin-bottom: 0.55rem;
    }
    .home-v3 .home-v3-hero__signal ol {
      list-style: none;
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.7);
    }
    .home-v3 .home-v3-hero__signal li {
      display: flex;
      gap: 0.45rem;
      margin-bottom: 0.3rem;
    }
    .home-v3 .home-v3-hero__signal li span {
      color: #9eb6d8;
      font-weight: 600;
    }

    .home-v3 .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 2.85rem;
      padding: 0.65rem 1.2rem;
      font-family: inherit;
      font-size: 0.88rem;
      font-weight: 600;
      border: 1px solid transparent;
      cursor: pointer;
      transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
    }
    .home-v3 .btn:hover { transform: translateY(-2px); }
    .home-v3 .btn--solid { background: var(--white); color: var(--navy); }
    .home-v3 .btn--solid:hover { background: var(--paper); }
    .home-v3 .btn--ghost {
      background: transparent;
      color: var(--white);
      border-color: rgba(255, 255, 255, 0.35);
    }
    .home-v3 .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
    .home-v3 .btn--navy { background: var(--navy); color: #fff; }
    .home-v3 .btn--navy:hover { background: var(--black); }
    .home-v3 .btn--outline {
      background: transparent;
      color: var(--navy);
      border-color: var(--navy);
    }
    .home-v3 .btn--outline:hover { background: var(--navy); color: #fff; }

    @keyframes homeV3Rise {
      from { opacity: 0; transform: translateY(16px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .home-v3 > section { padding: clamp(3.4rem, 7vw, 5.2rem) 0; }
    .home-v3 .section-kicker {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--navy-mid);
      margin-bottom: 0.7rem;
    }
    .home-v3 .section-title {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 700;
      font-size: clamp(1.55rem, 2.8vw, 2.1rem);
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: var(--black);
      margin-bottom: 0.6rem;
    }
    .home-v3 .section-lead {
      color: var(--muted);
      max-width: 42rem;
      margin-bottom: 1.85rem;
    }

    .home-v3 .key-metrics {
      background: var(--white);
      border-bottom: 1px solid var(--line);
      padding: 1.75rem 0;
    }
    .home-v3 .key-metrics__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      text-align: center;
    }
    .home-v3 .key-metrics strong {
      display: block;
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.8rem;
      font-weight: 800;
      color: var(--navy);
      letter-spacing: -0.03em;
    }
    .home-v3 .key-metrics span { font-size: 0.85rem; color: var(--muted); }

    .home-v3 .services { background: var(--paper); }
    .home-v3 .service-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
    }
    .home-v3 .service-item {
      background: var(--white);
      padding: 1.4rem 1.2rem;
      display: flex;
      flex-direction: column;
      transition: background 0.25s;
    }
    .home-v3 .service-item:hover { background: #eef2f7; }
    .home-v3 .service-item__num {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--navy);
      opacity: 0.4;
      margin-bottom: 1rem;
    }
    .home-v3 .service-item h3 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.1rem;
      margin-bottom: 0.45rem;
    }
    .home-v3 .service-item p {
      font-size: 0.86rem;
      color: var(--muted);
      flex: 1;
      margin-bottom: 1rem;
    }
    .home-v3 .service-item a {
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--navy);
      border-bottom: 1px solid currentColor;
      align-self: flex-start;
    }

    .home-v3 .evidence-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4px;
      margin-top: 2rem;
    }
    .home-v3 .evidence-strip a {
      display: block;
      aspect-ratio: 1;
      overflow: hidden;
      background: #10203a;
    }
    .home-v3 .evidence-strip img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.92);
      transition: transform 0.5s var(--ease);
    }
    .home-v3 .evidence-strip a:hover img { transform: scale(1.08); }
    .home-v3 .evidence-note {
      margin-top: 0.85rem;
      font-size: 0.82rem;
      color: var(--muted);
    }
    .home-v3 .evidence-note a {
      color: var(--navy);
      font-weight: 600;
      border-bottom: 1px solid currentColor;
    }

    .home-v3 .founder {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 2rem;
      align-items: center;
    }
    .home-v3 .founder figure {
      margin: 0;
      background: var(--paper);
      border: 1px solid var(--line);
    }
    .home-v3 .founder img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: center top;
    }
    .home-v3 .founder figcaption {
      padding: 0.7rem 1rem;
      font-size: 0.8rem;
      color: var(--muted);
      border-top: 1px solid var(--line);
    }
    .home-v3 .founder__copy .home-v3 .section-title { margin-bottom: 0.85rem; }
    .home-v3 .founder__copy p { color: var(--muted); margin-bottom: 0.85rem; }
    .home-v3 .founder__copy p strong { color: var(--ink); }
    .home-v3 .founder__copy a {
      display: inline-flex;
      margin-top: 0.5rem;
      font-weight: 600;
      color: var(--navy);
      border-bottom: 1px solid currentColor;
      font-size: 0.9rem;
    }

    .home-v3 .compare { background: var(--black); color: var(--white); }
    .home-v3 .compare .home-v3 .section-kicker { color: #8fa6c9; }
    .home-v3 .compare .home-v3 .section-title { color: #fff; }
    .home-v3 .compare .home-v3 .section-lead { color: rgba(255,255,255,0.65); }
    .home-v3 .compare-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.12);
    }
    .home-v3 .compare-col { background: var(--black); padding: 1.4rem 1.35rem; }
    .home-v3 .compare-col--us { background: var(--navy-deep); }
    .home-v3 .compare-col h3 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.05rem;
      margin-bottom: 1rem;
      opacity: 0.7;
    }
    .home-v3 .compare-col--us h3 { opacity: 1; color: #c5d4ea; }
    .home-v3 .compare-col ul { list-style: none; }
    .home-v3 .compare-col li {
      display: grid;
      grid-template-columns: 1.1rem 1fr;
      gap: 0.55rem;
      font-size: 0.9rem;
      padding: 0.65rem 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.72);
    }
    .home-v3 .compare-col--us li { color: rgba(255,255,255,0.9); }
    .home-v3 .compare-col li b { display: block; margin-bottom: 0.15rem; }
    .home-v3 .compare-col li small { color: rgba(255,255,255,0.55); font-size: 0.8rem; }
    .ico-bad { color: #c97a7a; }
    .ico-good { color: #8fbf9a; }

    .home-v3 .checklist {
      background: var(--paper);
    }
    .home-v3 .checklist__inner {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 2rem;
      align-items: center;
      border: 1px solid var(--line);
      background: var(--white);
      padding: clamp(1.4rem, 3vw, 2rem);
    }
    .home-v3 .checklist__panel {
      border: 1px solid var(--line);
      padding: 1.25rem;
      background: var(--paper);
    }
    .home-v3 .checklist__panel label {
      display: block;
      font-size: 0.82rem;
      font-weight: 500;
      margin-bottom: 0.55rem;
      color: var(--ink);
    }
    .home-v3 .checklist__row {
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
    }
    .home-v3 .checklist__row input {
      flex: 1;
      min-width: 180px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 0.7rem 0.8rem;
      font: inherit;
      font-size: 0.88rem;
    }
    .home-v3 .checklist__fine {
      margin-top: 0.7rem;
      font-size: 0.78rem;
      color: var(--muted);
    }

    .home-v3 .tools-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }
    .home-v3 .tool-link {
      display: block;
      padding: 1.2rem 1rem 1.2rem 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      transition: padding-left 0.25s var(--ease), border-color 0.25s;
    }
    .home-v3 .tool-link + .home-v3 .tool-link { border-left: 1px solid var(--line); padding-left: 1.2rem; }
    .home-v3 .tool-link:hover {
      padding-left: 0.35rem;
      border-color: var(--navy);
    }
    .home-v3 .tool-link + .home-v3 .tool-link:hover { padding-left: 1.45rem; }
    .home-v3 .tool-link strong {
      display: block;
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.02rem;
      margin-bottom: 0.3rem;
      color: var(--navy);
    }
    .home-v3 .tool-link span { font-size: 0.84rem; color: var(--muted); }

    .home-v3 .calc-lite {
      margin-top: 2rem;
      border: 1px solid var(--line);
      padding: 1.35rem;
      background: var(--paper);
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 1.5rem;
      align-items: center;
    }
    .home-v3 .calc-lite h3 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.15rem;
      margin-bottom: 0.4rem;
    }
    .home-v3 .calc-lite p { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.9rem; }
    .home-v3 .calc-lite__stats {
      display: grid;
      gap: 0.55rem;
    }
    .home-v3 .calc-lite__stats div {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      font-size: 0.88rem;
      padding: 0.55rem 0;
      border-bottom: 1px solid var(--line);
    }
    .home-v3 .calc-lite__stats strong { color: var(--navy); font-family: "Bricolage Grotesque", sans-serif; }

    .home-v3 .quotes { background: var(--paper); }
    .home-v3 .quotes .tagline {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 1.25rem;
    }
    .home-v3 .quote-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .home-v3 .quote {
      border-top: 2px solid var(--navy);
      padding-top: 1rem;
    }
    .home-v3 .quote blockquote {
      font-size: 0.95rem;
      line-height: 1.45;
      margin-bottom: 0.85rem;
      color: var(--ink);
    }
    .home-v3 .quote cite {
      font-style: normal;
      font-size: 0.8rem;
      color: var(--muted);
    }

    .home-v3 .faq details {
      border-bottom: 1px solid var(--line);
      padding: 0.95rem 0;
    }
    .home-v3 .faq summary {
      cursor: pointer;
      font-weight: 600;
      font-size: 0.95rem;
      list-style: none;
      color: var(--ink);
    }
    .home-v3 .faq summary::-webkit-details-marker { display: none; }
    .home-v3 .faq details[open] summary { color: var(--navy); }
    .home-v3 .faq details p {
      margin-top: 0.65rem;
      font-size: 0.9rem;
      color: var(--muted);
      max-width: 48rem;
    }

    .home-v3 .cta-band {
      background: var(--navy);
      color: #fff;
      text-align: center;
      padding: clamp(3.4rem, 8vw, 5rem) 0;
    }
    .home-v3 .cta-band h2 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: clamp(1.65rem, 3.2vw, 2.3rem);
      letter-spacing: -0.03em;
      margin-bottom: 0.7rem;
    }
    .home-v3 .cta-band p { color: rgba(255,255,255,0.72); margin-bottom: 1.4rem; }
    .home-v3 .cta-band .home-v3 .home-v3-hero__actions { justify-content: center; margin-bottom: 0; }

    
    
    footer .brand { color: #fff; }
    footer a:hover { color: #fff; }

    @media (max-width: 980px) {
      .home-v3 .home-v3-hero__shell { grid-template-columns: 1fr; min-height: auto; width: min(100% - 2rem, 1200px); }
      .home-v3 .home-v3-hero { min-height: auto; }
      .home-v3 .home-v3-hero__copy {
        margin-left: 0;
        max-width: none;
        padding: 3.5rem 0 2.5rem;
      }
      .home-v3 .home-v3-hero__visual { min-height: 360px; order: -1; }
      .home-v3 .photo-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
      }
      .home-v3 .photo-mosaic figure:nth-child(1) { grid-row: 1 / -1; }
      .home-v3 .home-v3-hero__signal { max-width: 13rem; }
      .home-v3 .service-grid { grid-template-columns: 1fr 1fr; }
      .home-v3 .founder { grid-template-columns: 1fr; }
      .home-v3 .compare-grid { grid-template-columns: 1fr; }
      .home-v3 .checklist__inner { grid-template-columns: 1fr; }
      .home-v3 .tools-row { grid-template-columns: 1fr; }
      .home-v3 .tool-link + .home-v3 .tool-link { border-left: none; padding-left: 0; }
      .home-v3 .tool-link + .home-v3 .tool-link:hover { padding-left: 0.35rem; }
      .home-v3 .calc-lite { grid-template-columns: 1fr; }
      .home-v3 .quote-grid { grid-template-columns: 1fr; }
      .home-v3 .evidence-strip { grid-template-columns: 1fr; }
    }
    @media (max-width: 720px) {
      .home-v3 .service-grid { grid-template-columns: 1fr; }
      .home-v3 .key-metrics__grid { grid-template-columns: 1fr; gap: 1.1rem; }
      .home-v3 .home-v3-hero__metrics { grid-template-columns: 1fr 1fr 1fr; }
    }
    @media (prefers-reduced-motion: reduce) {
      .home-v3 .home-v3-hero__eyebrow, .home-v3 .home-v3-hero__brand, .home-v3 .home-v3-hero h1, .home-v3 .home-v3-hero__lead, .home-v3 .home-v3-hero__actions, .home-v3 .home-v3-hero__metrics {
        opacity: 1; animation: none;
      }
      .home-v3 .photo-mosaic img { transition: none; }
    }

    .home-v3 .checklist__row input,
    .home-v3 .home-v3-code {
      flex: 1;
      min-width: 160px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 0.7rem 0.8rem;
      font: inherit;
      font-size: 0.88rem;
      color: var(--ink);
    }
    .home-v3 .hidden { display: none !important; }


/* === home-v3-hero lock (beats home.bundle section:not(...) white !important) === */
html.nzy-ds.nzy-site--light main.home-v3 > section.home-v3-hero.home-v3-hero,
html.nzy-site--light main.home-v3 > section.home-v3-hero.home-v3-hero,
html.nzy-site--light main.home-v3 > section.home-v3-hero,
html.nzy-site--light .home-v3 > .home-v3-hero,
main.home-v3 > section.home-v3-hero,
.home-v3 > .home-v3-hero {
  background: #0c1a33 !important;
  background-color: #0c1a33 !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
html.nzy-site--light .home-v3-hero h1,
html.nzy-site--light .home-v3-hero .home-v3-hero__brand,
.home-v3-hero h1,
.home-v3-hero .home-v3-hero__brand {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
}
html.nzy-site--light .home-v3-hero .home-v3-hero__lead,
.home-v3-hero .home-v3-hero__lead {
  color: rgba(255,255,255,0.78) !important;
}
html.nzy-site--light .home-v3-hero .home-v3-hero__eyebrow,
.home-v3-hero .home-v3-hero__eyebrow {
  color: #9eb6d8 !important;
}
html.nzy-site--light .home-v3-hero .btn--solid,
.home-v3-hero .btn--solid {
  background: #ffffff !important;
  color: #13274a !important;
}
html.nzy-site--light .home-v3-hero .btn--ghost,
.home-v3-hero .btn--ghost {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.35) !important;
}
