/* ============================================================
   RoofHyve — design layer (extracted verbatim from the approved
   RoofHyve-Site-main/index.html inline style block). Presentation only.
   ============================================================ */
    .logo-img {
      height: 48px;
      width: auto;
      display: block
    }

    @media(max-width:560px) {
      .logo-img {
        height: 40px
      }
    }
    /* ============ ROOFHYVE · VARIATION 4 · BOLD SKILL ============
   Archivo Black · heavyweight uppercase · dark high-contrast · gold blocks · commanding */
    :root {
      --gold: #F6B12E;
      --gold-bright: #FFC94D;
      --gold-deep: #E8920C;
      --gold-ink: #1A1206;
      --bg: #0D0D0F;
      --bg-2: #151517;
      --bg-3: #1D1D20;
      --card: #161618;
      --white: #FAF8F4;
      --muted: #9A958C;
      --line: #2A2A2E;
      --line-2: #34343A;
      --green: #2FD27E;
      --green-deep: #16A34A;
      --amber: #F6B12E;
      --red: #FF6A4D;
      --r: 16px;
      --maxw: 1200px;
      --hex: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z' fill='%23F6B12E' fill-opacity='0.5'/%3E%3C/svg%3E");
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'Archivo', system-ui, sans-serif;
      color: var(--muted);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased
    }

    h1,
    h2,
    h3 {
      font-family: 'Archivo Black', sans-serif;
      color: var(--white);
      line-height: .98;
      text-transform: uppercase;
      letter-spacing: -.02em;
      font-weight: 400
    }

    h4 {
      font-family: 'Archivo', sans-serif;
      color: var(--white);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -.01em
    }

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

    svg {
      display: block
    }

    .wrap {
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 0 26px
    }

    .section-pad {
      padding: 100px 0
    }

    .eyebrow {
      display: inline-block;
      font-family: 'JetBrains Mono', monospace;
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--gold-bright);
      border: 2px solid var(--gold);
      background: rgba(246, 177, 46, .12);
      padding: 8px 18px;
      border-radius: 999px;
      margin-bottom: 22px;
      box-shadow: 0 0 0 4px rgba(246, 177, 46, .07), 0 8px 24px -10px rgba(246, 177, 46, .5)
    }

    .sec-head {
      max-width: 820px;
      margin: 0 auto 60px
    }

    .sec-head.center {
      text-align: center;
      margin-left: auto;
      margin-right: auto
    }

    .sec-head h2 {
      font-size: clamp(34px, 5.5vw, 64px);
      margin-bottom: 18px
    }

    .sec-head p {
      font-size: 18px;
      color: var(--muted);
      max-width: 640px
    }

    .sec-head.center p {
      margin: 0 auto
    }

    .gold-txt {
      color: var(--gold)
    }

    /* buttons */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      font-family: 'Archivo';
      font-weight: 800;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: .02em;
      padding: 15px 26px;
      border-radius: 12px;
      border: 2px solid transparent;
      cursor: pointer;
      transition: .16s
    }

    .btn-gold {
      background: var(--gold);
      color: var(--gold-ink);
      border-color: var(--gold)
    }

    .btn-gold:hover {
      background: var(--gold-bright);
      border-color: var(--gold-bright);
      transform: translateY(-2px)
    }

    .btn-out {
      background: transparent;
      color: var(--white);
      border-color: var(--line-2)
    }

    .btn-out:hover {
      border-color: var(--gold);
      color: var(--gold)
    }

    .btn-white {
      background: var(--white);
      color: var(--bg);
      border-color: var(--white)
    }

    .btn-white:hover {
      transform: translateY(-2px)
    }

    .btn-lg {
      padding: 18px 32px;
      font-size: 16px
    }

    /* logo */
    .logo {
      display: inline-flex;
      align-items: center
    }

    .logo-img {
      filter: brightness(0) invert(1)
    }

    .logo .mark {
      width: 38px;
      height: 38px;
      flex: none
    }

    /* ---------- HEADER ---------- */
    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(13, 13, 15, .8);
      backdrop-filter: blur(14px);
      border-bottom: 2px solid transparent;
      transition: .25s
    }

    header.scrolled {
      border-color: var(--line)
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 78px
    }

    .nav-links {
      display: flex;
      gap: 28px;
      list-style: none
    }

    .nav-links a {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em;
      color: var(--muted);
      transition: .15s
    }

    .nav-links a:hover {
      color: var(--gold)
    }

    .nav-cta {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .nav-cta .login {
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .04em;
      color: var(--white)
    }

    .nav-cta .btn {
      padding: 11px 20px;
      font-size: 13px
    }

    .burger {
      display: none;
      background: none;
      border: 2px solid var(--line-2);
      border-radius: 10px;
      cursor: pointer;
      flex-direction: column;
      gap: 4px;
      padding: 10px
    }

    .burger span {
      width: 20px;
      height: 2.5px;
      background: var(--white)
    }

    /* ---------- HERO ---------- */
    .hero {
      position: relative;
      padding: 96px 0 90px;
      overflow: hidden
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--hex);
      background-size: 40px;
      opacity: .1;
      -webkit-mask-image: radial-gradient(110% 120% at 0% 0%, #000 0%, transparent 55%);
      mask-image: radial-gradient(110% 120% at 0% 0%, #000 0%, transparent 55%)
    }

    .hero::after {
      content: "";
      position: absolute;
      top: -30%;
      right: -10%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(246, 177, 46, .16), transparent 60%);
      pointer-events: none
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 50px;
      align-items: center
    }

    .hero h1 {
      font-size: clamp(44px, 7.5vw, 90px);
      margin-bottom: 24px
    }

    .hero h1 .blk {
      display: block
    }

    .hero h1 .gold-blk {
      background: var(--gold);
      color: var(--gold-ink);
      padding: 0 .15em;
      display: inline-block;
      transform: rotate(-1deg)
    }

    .hero .sub {
      font-size: 19px;
      color: var(--white);
      opacity: .78;
      max-width: 540px;
      margin-bottom: 32px;
      font-weight: 500
    }

    .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 34px
    }

    .hero-stats {
      display: flex;
      gap: 34px;
      flex-wrap: wrap
    }

    .hero-stats .s .v {
      font-family: 'Archivo Black';
      font-size: 34px;
      color: var(--gold);
      line-height: 1
    }

    .hero-stats .s .l {
      font-size: 13px;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-top: 4px
    }

    /* hero mockup */
    .mock {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      overflow: hidden;
      box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .9)
    }

    .mock-bar {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 14px 16px;
      border-bottom: 2px solid var(--line);
      background: var(--bg-2)
    }

    .mock-bar i {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--line-2)
    }

    .mock-bar .ttl {
      margin-left: 9px;
      font-family: 'JetBrains Mono';
      font-size: 11.5px;
      color: var(--muted)
    }

    .mock-body {
      padding: 16px;
      display: grid;
      gap: 10px
    }

    .feed-card {
      display: flex;
      align-items: center;
      gap: 12px;
      background: var(--bg-2);
      border: 1.5px solid var(--line);
      border-radius: 12px;
      padding: 12px 14px
    }

    .feed-card .ic {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      flex: none;
      display: grid;
      place-items: center
    }

    .feed-card .t {
      font-weight: 800;
      color: var(--white);
      font-size: 13.5px
    }

    .feed-card .m {
      font-size: 11.5px;
      color: var(--muted)
    }

    .feed-card .pill {
      margin-left: auto;
      font-family: 'JetBrains Mono';
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 4px 9px;
      border-radius: 6px;
      white-space: nowrap
    }

    .pill.green {
      background: rgba(47, 210, 126, .16);
      color: var(--green)
    }

    .ic.green {
      background: rgba(47, 210, 126, .16);
      color: var(--green)
    }

    .pill.amber {
      background: rgba(246, 177, 46, .16);
      color: var(--gold)
    }

    .ic.amber {
      background: rgba(246, 177, 46, .16);
      color: var(--gold)
    }

    .pill.gold {
      background: var(--gold);
      color: var(--gold-ink)
    }

    .ic.gold {
      background: rgba(246, 177, 46, .16);
      color: var(--gold)
    }

    /* ---------- MARQUEE STRIP ---------- */
    .strip {
      background: var(--gold);
      color: var(--gold-ink);
      padding: 18px 0;
      overflow: hidden;
      border-top: 2px solid var(--gold-ink);
      border-bottom: 2px solid var(--gold-ink)
    }

    .strip-row {
      display: flex;
      gap: 40px;
      align-items: center;
      font-family: 'Archivo Black';
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: .02em;
      white-space: nowrap;
      animation: scroll 26s linear infinite
    }

    .strip-row span {
      display: flex;
      align-items: center;
      gap: 40px
    }

    .strip-row .dot {
      width: 9px;
      height: 9px;
      background: var(--gold-ink);
      border-radius: 50%
    }

    @keyframes scroll {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-50%)
      }
    }

    @media(prefers-reduced-motion:reduce) {
      .strip-row {
        animation: none
      }
    }

    /* ---------- PROBLEM ---------- */
    .problem {
      background: var(--bg-2)
    }

    .prob-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-bottom: 44px
    }

    .prob-card {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 24px;
      transition: .16s
    }

    .prob-card:hover {
      border-color: var(--red);
      transform: translateY(-3px)
    }

    .prob-card .x {
      font-family: 'Archivo Black';
      font-size: 24px;
      color: var(--red);
      margin-bottom: 12px
    }

    .prob-card p {
      font-size: 14.5px;
      color: var(--white);
      opacity: .82
    }

    .solve {
      background: var(--gold);
      border-radius: var(--r);
      padding: 42px 44px;
      display: flex;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden
    }

    .solve h3 {
      color: var(--gold-ink);
      font-size: clamp(24px, 3.2vw, 36px);
      max-width: 620px
    }

    .solve p {
      color: var(--gold-ink);
      opacity: .78;
      font-weight: 600;
      max-width: 460px
    }

    .solve .btn {
      margin-left: auto
    }

    /* ---------- WHAT IT DOES ---------- */
    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px
    }

    .step {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 22px;
      transition: .16s
    }

    .step:hover {
      border-color: var(--gold);
      transform: translateY(-3px)
    }

    .step .n {
      font-family: 'Archivo Black';
      font-size: 30px;
      color: var(--gold);
      line-height: 1;
      margin-bottom: 12px
    }

    .step h4 {
      font-size: 16px;
      margin-bottom: 4px
    }

    .step p {
      font-size: 13px;
      color: var(--muted)
    }

    /* ---------- FEATURES ---------- */
    .feat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px
    }

    .feat {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 26px;
      transition: .18s;
      position: relative
    }

    .feat:hover {
      border-color: var(--gold);
      transform: translateY(-4px)
    }

    .feat .ficon {
      width: 50px;
      height: 50px;
      border-radius: 13px;
      background: var(--gold);
      color: var(--gold-ink);
      display: grid;
      place-items: center;
      margin-bottom: 16px
    }

    .feat h4 {
      font-size: 17px;
      margin-bottom: 8px
    }

    .feat p {
      font-size: 13.5px;
      color: var(--muted)
    }

    .feat .tag {
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: 'JetBrains Mono';
      font-size: 10px;
      font-weight: 700;
      color: var(--gold);
      border: 1px solid var(--line-2);
      padding: 3px 8px;
      border-radius: 6px
    }

    /* ---------- SOLUTIONS ---------- */
    .solutions {
      background: var(--bg-2)
    }

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

    .role {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 28px;
      transition: .18s;
      position: relative;
      overflow: hidden
    }

    .role:hover {
      border-color: var(--gold)
    }

    .role::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: left;
      transition: .25s
    }

    .role:hover::before {
      transform: scaleX(1)
    }

    .role .rh {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 14px
    }

    .role .av {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: var(--gold);
      color: var(--gold-ink);
      display: grid;
      place-items: center;
      font-size: 22px;
      font-family: 'Archivo Black';
      flex: none
    }

    .role h4 {
      font-size: 18px
    }

    .role .for {
      font-family: 'JetBrains Mono';
      font-size: 11px;
      color: var(--gold);
      text-transform: uppercase
    }

    .role p {
      font-size: 14px;
      color: var(--muted)
    }

    /* ---------- WORKFLOW ---------- */
    .workflow {
      background: var(--gold-ink);
      position: relative;
      overflow: hidden
    }

    .workflow::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--hex);
      background-size: 38px;
      opacity: .13;
      -webkit-mask-image: radial-gradient(115% 120% at 100% 0%, #000 0%, transparent 58%);
      mask-image: radial-gradient(115% 120% at 100% 0%, #000 0%, transparent 58%)
    }

    .flow {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px
    }

    .flow-step {
      background: rgba(255, 255, 255, .04);
      border: 2px solid rgba(246, 177, 46, .25);
      border-radius: 14px;
      padding: 22px;
      display: flex;
      align-items: center;
      gap: 16px
    }

    .flow-step .n {
      font-family: 'Archivo Black';
      font-size: 28px;
      color: var(--gold);
      line-height: 1;
      flex: none
    }

    .flow-step h4 {
      font-size: 17px;
      color: var(--white)
    }

    .flow-step.done {
      background: var(--gold);
      border-color: var(--gold)
    }

    .flow-step.done .n {
      color: var(--gold-ink)
    }

    .flow-step.done h4 {
      color: var(--gold-ink)
    }

    /* ---------- SPLIT ---------- */
    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 54px;
      align-items: center
    }

    .split h2 {
      font-size: clamp(30px, 4.2vw, 50px);
      margin-bottom: 20px
    }

    .split .lead {
      font-size: 17px;
      color: var(--white);
      opacity: .78;
      margin-bottom: 26px;
      font-weight: 500
    }

    .ck-list {
      display: grid;
      gap: 13px;
      margin-bottom: 30px
    }

    .ck-list li {
      list-style: none;
      display: flex;
      gap: 13px;
      align-items: flex-start;
      font-size: 15px;
      color: var(--white);
      opacity: .86
    }

    .ck-list .ck {
      width: 24px;
      height: 24px;
      border-radius: 7px;
      background: var(--gold);
      color: var(--gold-ink);
      display: grid;
      place-items: center;
      flex: none;
      margin-top: 2px;
      font-weight: 900
    }

    .chip-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap
    }

    .chip {
      font-family: 'JetBrains Mono';
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--gold);
      border: 1.5px solid var(--line-2);
      padding: 8px 14px;
      border-radius: 999px
    }

    /* portal card */
    .pcard {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      overflow: hidden
    }

    .pc-top {
      padding: 22px 24px;
      background: var(--gold);
      color: var(--gold-ink)
    }

    .pc-top .ttl {
      font-family: 'Archivo Black';
      font-size: 17px;
      color: var(--gold-ink);
      text-transform: uppercase
    }

    .pc-top .sub {
      font-size: 12.5px;
      opacity: .75;
      font-weight: 600
    }

    .pc-inner {
      padding: 8px 24px 24px
    }

    .doc-row {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 16px 0;
      border-bottom: 2px solid var(--line)
    }

    .doc-row:last-child {
      border: 0
    }

    .doc-row .di {
      width: 42px;
      height: 42px;
      border-radius: 11px;
      background: var(--bg-3);
      display: grid;
      place-items: center;
      color: var(--gold);
      flex: none
    }

    .doc-row .dn {
      font-weight: 800;
      font-size: 14px;
      color: var(--white)
    }

    .doc-row .dm {
      font-size: 12px;
      color: var(--muted)
    }

    .doc-row .st {
      margin-left: auto;
      font-family: 'JetBrains Mono';
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 6px
    }

    .st.green {
      background: rgba(47, 210, 126, .16);
      color: var(--green)
    }

    .st.amber {
      background: rgba(246, 177, 46, .16);
      color: var(--gold)
    }

    .st.gold {
      background: var(--gold);
      color: var(--gold-ink)
    }

    /* referral */
    .status-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px
    }

    .status-card {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: 12px;
      padding: 18px;
      display: flex;
      align-items: center;
      gap: 12px
    }

    .status-card .sd {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      flex: none
    }

    .status-card h4 {
      font-size: 13.5px
    }

    .status-card p {
      font-size: 11.5px;
      color: var(--muted)
    }

    .sd.sent {
      background: var(--gold)
    }

    .sd.start {
      background: var(--amber);
      opacity: .7
    }

    .sd.done {
      background: var(--green)
    }

    .sd.fail {
      background: var(--red)
    }

    .sd.exp {
      background: #7A7A82
    }

    .sd.dup {
      background: #B89A5A
    }

    /* ---------- PRICING ---------- */
    /* pricing spans wider than the standard 1200px container so 4 plans stay roomy */
    #pricing .wrap {
      max-width: 1460px
    }

    .price-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      align-items: start
    }

    .plan {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 32px 28px;
      transition: .18s
    }

    .plan-ic {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: rgba(246, 177, 46, .14);
      color: var(--gold);
      margin-bottom: 16px
    }

    .plan.featured .plan-ic {
      background: rgba(26, 18, 6, .16);
      color: var(--gold-ink)
    }

    .plan:hover {
      border-color: var(--line-2);
      transform: translateY(-4px)
    }

    .plan.featured {
      background: var(--gold);
      border-color: var(--gold)
    }

    .plan.featured h3,
    .plan.featured .price {
      color: var(--gold-ink)
    }

    .plan.featured .best {
      color: var(--gold-ink);
      opacity: .7
    }

    .plan .ribbon {
      display: inline-block;
      background: var(--gold-ink);
      color: var(--gold);
      font-family: 'JetBrains Mono';
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 6px;
      margin-bottom: 14px
    }

    .plan h3 {
      font-size: 26px;
      margin-bottom: 8px
    }

    .plan .best {
      font-size: 13px;
      color: var(--muted);
      min-height: 46px
    }

    .plan .price {
      font-family: 'Archivo Black';
      font-size: 32px;
      color: var(--white);
      margin: 14px 0 6px
    }

    .plan .price small {
      font-family: 'Archivo';
      font-size: 13px;
      color: var(--muted);
      font-weight: 600;
      text-transform: none
    }

    .plan.featured .price small {
      color: var(--gold-ink);
      opacity: .7
    }

    .plan ul {
      list-style: none;
      margin: 18px 0 26px;
      display: grid;
      gap: 11px
    }

    .plan li {
      display: flex;
      gap: 10px;
      font-size: 13.5px;
      color: var(--white);
      opacity: .84
    }

    .plan.featured li {
      color: var(--gold-ink);
      opacity: .92;
      font-weight: 600
    }

    .plan li svg {
      color: var(--gold);
      flex: none;
      margin-top: 2px
    }

    .plan.featured li svg {
      color: var(--gold-ink)
    }

    .plan .btn {
      width: 100%
    }

    /* ---------- TRUST ---------- */
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px
    }

    .trust-item {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 24px
    }

    .trust-item .ti {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(246, 177, 46, .14);
      color: var(--gold);
      display: grid;
      place-items: center;
      margin-bottom: 14px
    }

    .trust-item h4 {
      font-size: 15px;
      margin-bottom: 6px
    }

    .trust-item p {
      font-size: 13px;
      color: var(--muted)
    }

    /* ---------- REPORTING ---------- */
    .reporting {
      background: var(--bg-2)
    }

    .report-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center
    }

    .stat-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px
    }

    .stat {
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: var(--r);
      padding: 24px
    }

    .stat .v {
      font-family: 'Archivo Black';
      font-size: 42px;
      color: var(--white);
      line-height: 1
    }

    .stat .v .up {
      font-family: 'Archivo';
      font-size: 14px;
      color: var(--green);
      font-weight: 800
    }

    .stat .l {
      font-size: 13px;
      color: var(--muted);
      margin-top: 6px;
      text-transform: uppercase;
      letter-spacing: .04em
    }

    .vis-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: 24px
    }

    .vis-list .v {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 14px;
      color: var(--white);
      opacity: .84;
      font-weight: 600
    }

    .vis-list .v .b {
      width: 8px;
      height: 8px;
      background: var(--gold);
      flex: none
    }

    /* ---------- CTA ---------- */
    .cta {
      background: var(--gold);
      position: relative;
      overflow: hidden;
      text-align: center
    }

    .cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--hex);
      background-size: 36px;
      opacity: .16;
      -webkit-mask-image: radial-gradient(110% 130% at 0% 50%, #000 0%, transparent 58%);
      mask-image: radial-gradient(110% 130% at 0% 50%, #000 0%, transparent 58%)
    }

    .cta h2 {
      position: relative;
      color: var(--gold-ink);
      font-size: clamp(36px, 6vw, 72px);
      margin-bottom: 20px
    }

    .cta p {
      position: relative;
      color: var(--gold-ink);
      opacity: .8;
      font-weight: 600;
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto 32px
    }

    .cta .hero-cta {
      position: relative;
      justify-content: center
    }

    /* ---------- FOOTER ---------- */
    footer {
      background: var(--bg);
      color: var(--muted);
      padding: 70px 0 32px;
      border-top: 2px solid var(--line)
    }

    .foot-grid {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
      gap: 30px;
      padding-bottom: 44px;
      border-bottom: 2px solid var(--line)
    }

    .foot-brand p {
      font-size: 13.5px;
      margin-top: 16px;
      max-width: 270px;
      color: var(--muted)
    }

    .foot-col h5 {
      font-family: 'JetBrains Mono';
      color: var(--white);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 16px;
      font-weight: 700
    }

    .foot-col a {
      display: block;
      font-size: 14px;
      margin-bottom: 11px;
      color: var(--muted);
      transition: .15s
    }

    .foot-col a:hover {
      color: var(--gold)
    }

    .foot-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      padding-top: 26px;
      font-size: 12.5px;
      color: var(--muted)
    }

    .foot-bottom .addr {
      font-family: 'JetBrains Mono';
      font-size: 11.5px
    }

    /* ---------- RESPONSIVE ---------- */
    @media(max-width:1024px) {
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px
      }

      .steps {
        grid-template-columns: repeat(2, 1fr)
      }

      .feat-grid,
      .role-grid,
      .prob-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .price-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .flow {
        grid-template-columns: repeat(2, 1fr)
      }

      .trust-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .foot-grid {
        grid-template-columns: 1fr 1fr 1fr
      }

      .foot-brand {
        grid-column: 1/-1
      }
    }

    @media(max-width:760px) {

      .nav-links,
      .nav-cta {
        display: none
      }

      .burger {
        display: flex
      }

      .split,
      .report-wrap {
        grid-template-columns: 1fr;
        gap: 36px
      }

      .solve .btn {
        margin-left: 0
      }

      .status-grid {
        grid-template-columns: repeat(2, 1fr)
      }
    }

    @media(max-width:520px) {
      .section-pad {
        padding: 64px 0
      }

      .steps,
      .feat-grid,
      .role-grid,
      .flow,
      .trust-grid,
      .price-grid,
      .stat-grid,
      .status-grid,
      .prob-grid {
        grid-template-columns: 1fr
      }

      .hero-cta {
        flex-direction: column;
        align-items: stretch
      }

      .foot-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    .mobile-nav {
      display: none;
      position: fixed;
      inset: 78px 0 0;
      background: var(--bg);
      z-index: 49;
      padding: 24px;
      flex-direction: column;
      gap: 4px
    }

    .mobile-nav.open {
      display: flex
    }

    .mobile-nav a {
      padding: 15px;
      border-bottom: 2px solid var(--line);
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px;
      color: var(--white)
    }

    .mobile-nav .btn {
      margin-top: 14px
    }

    /* ============ MOTION / VIDEO HERO ============ */
    @media(prefers-reduced-motion:no-preference) {
      html.js-anim .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1)
      }

      html.js-anim .reveal.in {
        opacity: 1;
        transform: none
      }
    }

    .hero {
      position: relative;
      min-height: 73vh;
      display: flex;
      align-items: center;
      padding: 140px 0 28px;
      overflow: hidden;
      background: #000
    }

    .hero::before,
    .hero::after {
      display: none !important
    }

    .hero-vid {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      transform: scale(1.06);
      animation: heroZoom 26s ease-in-out infinite alternate
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(180deg, rgba(13, 13, 15, .5) 0%, rgba(13, 13, 15, .72) 55%, rgba(13, 13, 15, .97) 100%)
    }

    .hero-glow {
      position: absolute;
      z-index: 1;
      top: -22%;
      right: -10%;
      width: 640px;
      height: 640px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(246, 177, 46, .24), transparent 62%);
      pointer-events: none;
      animation: glowPulse 7.5s ease-in-out infinite
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      max-width: 800px
    }

    .hero .eyebrow {
      backdrop-filter: blur(3px)
    }

    .hero h1 {
      font-size: clamp(46px, 8.4vw, 98px)
    }

    .hero h1 .blk {
      display: block;
      overflow: hidden;
      padding-bottom: .06em
    }

    .hero .sub {
      max-width: 600px
    }

    .hero-cue {
      z-index: 2;
      display: flex;
      flex-direction: row;
      align-items: center;
      align-self: center;
      gap: 10px;
      margin-left: 10px;
      color: var(--muted);
      font-family: 'JetBrains Mono';
      font-size: 10px;
      letter-spacing: .22em;
      text-transform: uppercase
    }

    /* prominent "Built for Roofers" hero badge */
    .hero .eyebrow.hero-badge {
      font-family: 'JetBrains Mono', monospace;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .2em;
      padding: 10px 22px;
      border-width: 2px;
      border-radius: 999px;
      color: var(--gold-bright);
      background: rgba(246, 177, 46, .12);
      box-shadow: 0 0 0 4px rgba(246, 177, 46, .08), 0 10px 30px -10px rgba(246, 177, 46, .6);
      margin-bottom: 28px
    }

    @media(max-width:560px) {
      .hero .eyebrow.hero-badge {
        font-size: 12px;
        padding: 8px 16px
      }
    }

    .hero-cue .m {
      width: 24px;
      height: 38px;
      border: 2px solid var(--line-2);
      border-radius: 13px;
      position: relative
    }

    .hero-cue .m::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 7px;
      width: 4px;
      height: 7px;
      border-radius: 2px;
      background: var(--gold);
      transform: translateX(-50%);
      animation: cue 1.7s ease-in-out infinite
    }

    @keyframes heroZoom {
      from {
        transform: scale(1.06)
      }

      to {
        transform: scale(1.16)
      }
    }

    @keyframes glowPulse {

      0%,
      100% {
        opacity: .65;
        transform: scale(1)
      }

      50% {
        opacity: 1;
        transform: scale(1.1)
      }
    }

    @keyframes cue {
      0% {
        opacity: 0;
        transform: translate(-50%, 0)
      }

      40% {
        opacity: 1
      }

      100% {
        opacity: 0;
        transform: translate(-50%, 13px)
      }
    }

    @keyframes lineUp {
      to {
        transform: translateY(0)
      }
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(22px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    @keyframes sheen {

      0%,
      60% {
        left: -130%
      }

      80% {
        left: 130%
      }

      100% {
        left: 130%
      }
    }

    @media(prefers-reduced-motion:no-preference) {
      .hero h1 .ln {
        display: inline-block;
        transform: translateY(118%);
        animation: lineUp .95s cubic-bezier(.16, 1, .3, 1) forwards
      }

      .hero h1 .blk:nth-child(1) .ln {
        animation-delay: .15s
      }

      .hero h1 .blk:nth-child(2) .ln {
        animation-delay: .32s
      }

      .hero .eyebrow {
        opacity: 0;
        animation: fadeUp .8s .05s forwards
      }

      .hero .sub {
        opacity: 0;
        animation: fadeUp .8s .6s forwards
      }

      .hero .hero-cta {
        opacity: 0;
        animation: fadeUp .8s .75s forwards
      }

      .hero .hero-stats {
        opacity: 0;
        animation: fadeUp .8s .9s forwards
      }

      .hero-cue {
        opacity: 0;
        animation: fadeUp .8s 1.2s forwards
      }

      .btn-gold {
        position: relative;
        overflow: hidden
      }

      .btn-gold::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 60%;
        height: 100%;
        background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
        transform: skewX(-18deg);
        animation: sheen 4.5s ease-in-out infinite;
        pointer-events: none
      }
    }

    @media(max-width:760px) {
      .hero {
        min-height: 71vh;
        padding: 120px 0 26px
      }

      .hero-cue {
        display: none
      }
    }

    /* ---------- WORKFLOW ARROWS (dancing) ---------- */
    .rh-flowmap .rh-arrow {
      opacity: 1
    }

    @media(prefers-reduced-motion:no-preference) {
      .rh-flowmap .rh-arrow svg {
        animation: flowArrow 1.5s ease-in-out infinite
      }

      .rh-flowmap span.rh-arrow:nth-of-type(1) svg {
        animation-delay: 0s
      }

      .rh-flowmap span.rh-arrow:nth-of-type(2) svg {
        animation-delay: .14s
      }

      .rh-flowmap span.rh-arrow:nth-of-type(3) svg {
        animation-delay: .28s
      }

      .rh-flowmap span.rh-arrow:nth-of-type(4) svg {
        animation-delay: .42s
      }

      .rh-flowmap span.rh-arrow:nth-of-type(5) svg {
        animation-delay: .56s
      }

      .rh-flowmap span.rh-arrow:nth-of-type(6) svg {
        animation-delay: .70s
      }
    }

    @keyframes flowArrow {

      0%,
      100% {
        transform: translateX(-4px);
        opacity: .4
      }

      50% {
        transform: translateX(6px);
        opacity: 1
      }
    }

    /* ---------- PROBLEM CARDS (refined) ---------- */
    .problem .prob-grid {
      gap: 18px
    }

    .prob-card {
      position: relative;
      overflow: hidden;
      background: linear-gradient(158deg, #17171a 0%, #1b1416 100%);
      border: 1px solid var(--line-2);
      border-radius: 18px;
      padding: 30px 26px 26px;
      transition: transform .32s cubic-bezier(.2, .7, .2, 1), border-color .32s, box-shadow .32s
    }

    .prob-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background: linear-gradient(180deg, var(--red), #b3361f);
      transform: scaleY(0);
      transform-origin: top;
      transition: transform .38s ease
    }

    .prob-card::after {
      content: "";
      position: absolute;
      right: -46px;
      top: -46px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 106, 77, .16), transparent 70%);
      opacity: 0;
      transition: opacity .38s
    }

    .prob-card:hover {
      transform: translateY(-6px);
      border-color: rgba(255, 106, 77, .5);
      box-shadow: 0 26px 52px -26px rgba(255, 106, 77, .45)
    }

    .prob-card:hover::before {
      transform: scaleY(1)
    }

    .prob-card:hover::after {
      opacity: 1
    }

    .prob-card .pc-num {
      position: absolute;
      top: 16px;
      right: 20px;
      font-family: 'Archivo Black', sans-serif;
      font-size: 36px;
      line-height: 1;
      color: transparent;
      -webkit-text-stroke: 1.4px rgba(255, 255, 255, .07);
      transition: .38s
    }

    .prob-card:hover .pc-num {
      -webkit-text-stroke-color: rgba(255, 106, 77, .42)
    }

    .prob-card .x {
      width: 50px;
      height: 50px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: var(--red);
      font-size: 0;
      background: radial-gradient(circle at 32% 28%, rgba(255, 106, 77, .24), rgba(255, 106, 77, .07));
      border: 1px solid rgba(255, 106, 77, .28);
      box-shadow: inset 0 0 14px rgba(255, 106, 77, .12);
      transition: transform .38s cubic-bezier(.2, .7, .2, 1), background .38s, color .38s, border-color .38s, box-shadow .38s
    }

    .prob-card .x svg {
      width: 23px;
      height: 23px
    }

    .prob-card:hover .x {
      transform: translateY(-2px) rotate(-7deg) scale(1.07);
      background: linear-gradient(150deg, var(--red), #c23a22);
      color: #fff;
      border-color: transparent;
      box-shadow: 0 12px 28px -10px rgba(255, 106, 77, .7)
    }

    .prob-card .pc-t {
      font-size: 16.5px;
      color: var(--white);
      margin-bottom: 7px;
      letter-spacing: -.01em
    }

    .prob-card p {
      font-size: 14px;
      color: var(--white);
      opacity: .62;
      line-height: 1.5;
      position: relative
    }

    /* ---------- SYNCHRONIZED FLOW (end-to-end map) ---------- */
    .rh-flowmap .fm-node {
      position: relative;
      transition: transform .4s cubic-bezier(.2, .7, .2, 1), border-color .4s, background .4s, box-shadow .4s
    }

    .rh-flowmap .fm-node.rh-pulse {
      transform: none !important;
      box-shadow: none !important;
      border-color: var(--line) !important;
      background: rgba(127, 118, 96, .05) !important;
      z-index: auto !important
    }

    .rh-flowmap .fm-node .fm-ic {
      transition: transform .4s, background .4s, color .4s
    }

    .rh-flowmap .fm-node.flow-on {
      transform: translateY(-7px);
      border-color: var(--gold) !important;
      background: linear-gradient(180deg, rgba(246, 177, 46, .15), rgba(246, 177, 46, .03)) !important;
      box-shadow: 0 22px 46px -18px rgba(246, 177, 46, .6);
      z-index: 3
    }

    .rh-flowmap .fm-node.flow-on .fm-ic {
      background: var(--gold);
      color: var(--gold-ink);
      transform: scale(1.1)
    }

    .rh-flowmap .rh-arrow.arrow-fire svg {
      animation: none !important;
      color: var(--gold-bright);
      transform: translateX(5px) scale(1.42);
      filter: drop-shadow(0 0 9px rgba(246, 177, 46, .85));
      opacity: 1
    }

    /* ---------- FAVICON LOGO (dark theme) ---------- */
    .logo {
      gap: 11px
    }

    .logo .logo-mark {
      width: 42px;
      height: 42px;
      display: block;
      flex: none
    }

    .logo .logo-word {
      font-family: 'Archivo Black', sans-serif;
      font-size: 22px;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: -.01em;
      line-height: 1
    }

    .logo .logo-word b {
      color: var(--gold);
      font-weight: 400
    }

    @media(max-width:560px) {
      .logo .logo-mark {
        width: 36px;
        height: 36px
      }

      .logo .logo-word {
        font-size: 19px
      }
    }

    /* ---------- PRODUCT TOUR ---------- */
    .tour {
      background: var(--bg-2);
      position: relative;
      overflow: hidden
    }

    .tour::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--hex);
      background-size: 38px;
      opacity: .07;
      -webkit-mask-image: radial-gradient(120% 120% at 50% 0%, #000 0%, transparent 60%);
      mask-image: radial-gradient(120% 120% at 50% 0%, #000 0%, transparent 60%)
    }

    .tour .wrap {
      position: relative
    }

    .tour-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-bottom: 46px
    }

    .tour-tab {
      font-family: 'Archivo', sans-serif;
      font-weight: 800;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .03em;
      color: var(--white);
      background: var(--card);
      border: 2px solid var(--line);
      border-radius: 11px;
      padding: 12px 18px;
      cursor: pointer;
      transition: .16s
    }

    .tour-tab:hover {
      border-color: var(--gold);
      color: var(--gold)
    }

    .tour-tab.active {
      background: var(--gold);
      color: var(--gold-ink);
      border-color: var(--gold)
    }

    .tour-stage {
      position: relative;
      max-width: 1000px;
      margin: 0 auto
    }

    .tour-shot {
      position: relative
    }

    .tour-shot img {
      width: 100%;
      display: block;
      filter: drop-shadow(0 38px 55px rgba(0, 0, 0, .55))
    }

    .tour-phone {
      position: absolute;
      left: -14px;
      bottom: -22px;
      width: 300px;
      display: block;
      filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .7))
    }

    .tour-cap {
      text-align: center;
      font-family: 'Archivo';
      font-size: 17px;
      font-weight: 500;
      color: var(--white);
      opacity: .82;
      max-width: 640px;
      margin: 34px auto 0;
      line-height: 1.5
    }

    @media(max-width:760px) {
      .tour-phone {
        width: 224px;
        left: -4px;
        bottom: -14px
      }
    }

    @media(max-width:520px) {
      .tour-phone {
        display: none !important
      }
    }
