/* Product route: the existing DataSync ivory, charcoal and original-logo gold. */
.hr-hero {
  position: relative;
  min-height: 930px;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .83fr);
  align-items: center;
  gap: 5vw;
  padding: 148px var(--pad) 100px;
  color: var(--canvas);
  background: #171a1b;
  isolation: isolate;
}
.hr-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, #171a1b 4%, rgba(23, 26, 27, .91) 47%, rgba(23, 26, 27, .69)),
    linear-gradient(0deg, #171a1b, transparent 72%),
    url('/assets/dubai-skyline.jpg') center 44% / cover no-repeat;
}
.hr-hero::after {
  content: '';
  position: absolute;
  inset: 8% var(--pad) 8%;
  z-index: -1;
  border: 1px solid rgba(242, 240, 233, .12);
  pointer-events: none;
}
.hr-hero-copy { position: relative; z-index: 2; max-width: 880px; }
.hr-hero .eyebrow { color: #e8e6dc; font-size: .69rem; letter-spacing: .2em; }
.hr-hero h1 {
  margin: 36px 0 30px;
  font-size: clamp(4.2rem, 6.6vw, 8rem);
  font-weight: 500;
  line-height: .91;
  letter-spacing: -.07em;
}
.hr-hero h1 em, .hr-intro h2 em, .hr-section-heading h2 em, .hr-final h2 em {
  color: #e2bd45;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.04em;
}
.hr-hero-lede {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.6;
  color: #e1dfd8;
}
.hr-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.hr-outline-link { border-bottom: 1px solid rgba(226, 189, 69, .8); padding: 13px 0; font-size: .9rem; }
.hr-outline-link:hover { color: #e2bd45; }
.hr-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 64px; }
.hr-hero-tags span { border: 1px solid rgba(242, 240, 233, .31); padding: 8px 13px; color: #deddd7; font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.hr-console-wrap { align-self: center; position: relative; z-index: 1; min-width: 0; }
.hr-console {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  border: 1px solid rgba(224, 187, 69, .7);
  background: rgba(20, 23, 24, .84);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .38);
  backdrop-filter: blur(25px);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.hr-console-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(242, 240, 233, .16); padding: 17px 20px; font-size: .64rem; font-weight: 700; letter-spacing: .2em; }
.hr-console-top span { display: flex; align-items: center; gap: 10px; }
.hr-console-top i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #e2bd45; box-shadow: 0 0 14px #e2bd45; }
.hr-console-top b { border: 1px solid rgba(226, 189, 69, .55); padding: 5px 7px; color: #e2bd45; }
.hr-console-main { display: grid; grid-template-columns: 62px minmax(0, 1fr); }
.hr-console-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; border-right: 1px solid rgba(242, 240, 233, .12); padding: 24px 12px; }
.hr-console-sidebar b { display: grid; place-items: center; width: 30px; height: 30px; background: #caa63d; color: #141617; font-size: .62rem; }
.hr-console-sidebar i { display: block; width: 18px; height: 2px; background: rgba(242, 240, 233, .36); }
.hr-console-sidebar i:first-of-type { background: #e2bd45; }
.hr-console-content { padding: clamp(24px, 3vw, 44px); min-width: 0; }
.hr-console-label { color: #d5b348; font-size: .63rem; letter-spacing: .2em; }
.hr-console-content h2 { margin: 16px 0 34px; font-size: clamp(2rem, 3.1vw, 3.6rem); line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.hr-console-row { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 16px; border-top: 1px solid rgba(242, 240, 233, .17); padding: 19px 0; }
.hr-console-icon { color: #d6b149; font: 500 1rem/1 var(--serif); }
.hr-console-row b { display: block; font-size: .9rem; font-weight: 500; }
.hr-console-row small { display: block; margin-top: 4px; color: #aeb0ab; font-size: .73rem; }
.hr-console-row i { color: #d6b149; font-style: normal; }
.hr-console-bottom { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(242, 240, 233, .17); padding-top: 22px; color: #d5b348; font-size: .62rem; letter-spacing: .1em; }
.hr-mockup-note { max-width: 660px; margin: 14px 0 0 auto; color: #ccc9c1; text-align: right; font-size: .67rem; letter-spacing: .05em; }
.hr-scroll-cue { position: absolute; left: var(--pad); bottom: 36px; display: flex; gap: 22px; color: #d7d5cd; font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; }
.hr-scroll-cue span { color: #e2bd45; }

.hr-signal-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(18px, 3vw, 48px); padding: 24px var(--pad); background: var(--charcoal); color: #dfded8; font-size: .67rem; letter-spacing: .13em; }
.hr-signal-strip i { color: #d6b149; font-size: .5rem; font-style: normal; }
.hr-intro, .hr-features, .hr-pricing { background: var(--canvas); }
.hr-intro-heading, .hr-section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 8vw; align-items: end; margin-bottom: 66px; }
.hr-intro h2, .hr-section-heading h2, .hr-photo-copy h2, .hr-faq h2, .hr-final h2 {
  margin: 0;
  font-size: clamp(3rem, 5.1vw, 6.2rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.055em;
}
.hr-intro h2 em, .hr-section-heading h2 em { color: #967320; }
.hr-intro-heading p, .hr-section-heading p { max-width: 530px; color: var(--body-muted); font-size: 1.06rem; line-height: 1.72; }
.hr-pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: rgba(23, 25, 26, .22); }
.hr-pillar { display: flex; flex-direction: column; min-height: 450px; padding: clamp(30px, 3vw, 48px); background: #222526; color: var(--canvas); transition: background .3s ease; }
.hr-pillar:hover { background: #2a2e2e; }
.hr-pillar > span { color: #d5b348; font-size: .7rem; letter-spacing: .16em; }
.hr-pillar h3 { max-width: 12ch; margin: auto 0 18px; font-size: clamp(2rem, 2.8vw, 3.4rem); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.hr-pillar p { max-width: 420px; color: #c9cac4; line-height: 1.65; }
.hr-pillar b { border-top: 1px solid rgba(242, 240, 233, .24); padding-top: 17px; color: #d5b348; font-size: .68rem; font-weight: 500; letter-spacing: .14em; }

.hr-photo-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; background: var(--charcoal); color: var(--canvas); }
.hr-photo { position: relative; min-height: 590px; overflow: hidden; }
.hr-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.07); }
.hr-photo::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(10, 12, 13, .7), transparent); }
.hr-photo > span { position: absolute; z-index: 1; left: 40px; bottom: 30px; font-size: .68rem; letter-spacing: .2em; }
.hr-photo-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; padding: clamp(60px, 7vw, 120px); background: linear-gradient(145deg, #25292a, #181b1c); }
.hr-photo-copy .eyebrow { color: #d9d6ce; }
.hr-photo-copy h2 { margin: 28px 0 30px; }
.hr-photo-copy p:not(.eyebrow) { max-width: 520px; color: #c5c7c1; line-height: 1.7; }
.hr-photo-copy a { display: flex; justify-content: space-between; min-width: 220px; border-bottom: 1px solid #d6b149; padding: 18px 0; margin-top: 28px; }
.hr-photo-copy a span { color: #d6b149; }

.hr-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: rgba(23, 25, 26, .21); }
.hr-feature-card { position: relative; display: flex; flex-direction: column; min-height: 255px; overflow: hidden; background: #eae7de; padding: 34px; transition: background .3s ease; }
.hr-feature-card:hover { background: #e1dcd0; }
.hr-feature-number { color: #8e6d1d; font: 500 1.35rem/1 var(--serif); }
.hr-feature-card h3 { max-width: 21ch; margin: auto 0 12px; font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.12; font-weight: 500; }
.hr-feature-card p { max-width: 42ch; margin: 0; color: var(--body-muted); font-size: .88rem; line-height: 1.55; }
.hr-feature-corner { position: absolute; right: 30px; top: 31px; color: #8e6d1d; }
.hr-full-list { margin-top: 48px; border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.hr-full-list summary { display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; padding: 26px 0; font-size: clamp(1.1rem, 1.7vw, 1.5rem); }
.hr-full-list summary::-webkit-details-marker { display: none; }
.hr-full-list summary b { color: #8e6d1d; font-size: .78rem; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
.hr-full-list ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 40px; list-style: none; padding: 0 0 35px; margin: 0; }
.hr-full-list li { display: flex; gap: 14px; border-top: 1px solid var(--light-line); padding: 16px 0; font-size: .89rem; }
.hr-full-list li span { color: #8e6d1d; font: 500 .96rem/1 var(--serif); }

.hr-steps { background: #e7e3d9; }
.hr-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--light-line); }
.hr-step-grid article { min-height: 275px; padding: 32px 36px 22px 0; }
.hr-step-grid article + article { border-left: 1px solid var(--light-line); padding-left: 36px; }
.hr-step-grid span { color: #8e6d1d; font: 500 2rem/1 var(--serif); }
.hr-step-grid h3 { margin: 58px 0 12px; font-size: 1.65rem; font-weight: 500; }
.hr-step-grid p { max-width: 340px; color: var(--body-muted); line-height: 1.6; }

.hr-plan-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px; background: rgba(23, 25, 26, .25); border: 1px solid rgba(23, 25, 26, .25); }
.hr-plan { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 305px; padding: 30px 22px; background: #eae7de; }
.hr-plan.is-popular { background: #202324; color: var(--canvas); }
.hr-popular { position: absolute; top: 0; right: 0; background: #d1ac3d; color: #17191a; padding: 7px 10px; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hr-plan-name { margin: 0; color: #826417; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hr-plan.is-popular .hr-plan-name { color: #e2bd45; }
.hr-plan-price { display: flex; flex-direction: column; gap: 6px; margin: 45px 0 24px; }
.hr-plan-price strong { font-size: clamp(2rem, 2.9vw, 3.2rem); line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.hr-plan-price span { color: var(--body-muted); font-size: .8rem; }
.hr-plan.is-popular .hr-plan-price span, .hr-plan.is-popular .hr-plan-range { color: #bfc0ba; }
.hr-plan-range { margin: 0; color: var(--body-muted); font-size: .9rem; }
.hr-plan-includes { margin: auto 0 0; border-top: 1px solid var(--light-line); padding-top: 20px; font-size: .73rem; }
.hr-plan.is-popular .hr-plan-includes { border-top-color: var(--dark-line); }
.hr-pricing-note { max-width: 880px; margin: 30px 0 28px; color: var(--body-muted); font-size: .76rem; line-height: 1.6; }
.hr-draft-note { margin: 12px 0 0; color: var(--body-muted); font-size: .72rem; }

.hr-faq { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 8vw; background: #e7e3d9; }
.hr-faq .eyebrow { color: #826417; }
.hr-faq-list { border-top: 1px solid var(--light-line); }
.hr-faq-list details { border-bottom: 1px solid var(--light-line); padding: 24px 0; }
.hr-faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 1.1rem; }
.hr-faq-list summary::-webkit-details-marker { display: none; }
.hr-faq-list summary span { color: #8e6d1d; }
.hr-faq-list p { max-width: 710px; color: var(--body-muted); line-height: 1.7; }
.hr-final { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: clamp(85px, 10vw, 150px) var(--pad); background: #1c1f20; color: var(--canvas); }
.hr-final p { margin: 0 0 35px; color: #e2bd45; font-size: .71rem; letter-spacing: .18em; }
.hr-final h2 { font-size: clamp(3rem, 5.4vw, 6rem); }
.hr-final span { display: block; margin-top: 28px; color: #bfc0ba; }
.hr-final .btn { flex: none; }

@media (max-width: 1250px) {
  .hr-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: 3vw; }
  .hr-hero h1 { font-size: clamp(3.8rem, 6vw, 6rem); }
  .hr-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
  .hr-hero { grid-template-columns: 1fr; padding-top: 155px; gap: 60px; }
  .hr-hero-copy { max-width: 850px; }
  .hr-console { max-width: 710px; margin: 0; transform: none; }
  .hr-mockup-note { margin-left: 0; text-align: left; }
  .hr-scroll-cue { display: none; }
  .hr-photo-band { grid-template-columns: 1fr; }
  .hr-photo-copy { min-height: 500px; }
  .hr-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-full-list ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .hr-hero { min-height: 0; padding: 125px 22px 80px; gap: 45px; }
  .hr-hero::after { inset: 88px 12px 12px; }
  .hr-hero h1 { margin: 30px 0 24px; font-size: clamp(3.45rem, 13.5vw, 5.2rem); }
  .hr-hero-lede { font-size: 1rem; }
  .hr-actions { align-items: flex-start; gap: 15px; }
  .hr-hero-tags { margin-top: 35px; }
  .hr-console-main { grid-template-columns: 42px minmax(0, 1fr); }
  .hr-console-sidebar { gap: 16px; padding: 17px 7px; }
  .hr-console-content { padding: 22px 17px; }
  .hr-console-content h2 { font-size: 2.1rem; }
  .hr-console-row { gap: 9px; padding: 13px 0; }
  .hr-console-row b { font-size: .76rem; }
  .hr-console-row small { font-size: .62rem; }
  .hr-console-bottom { font-size: .53rem; }
  .hr-signal-strip { gap: 10px 18px; padding: 22px; font-size: .58rem; }
  .hr-intro-heading, .hr-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 42px; }
  .hr-intro h2, .hr-section-heading h2, .hr-photo-copy h2, .hr-faq h2 { font-size: clamp(2.85rem, 12vw, 4.4rem); }
  .hr-pillar-grid, .hr-feature-grid, .hr-step-grid, .hr-plan-grid, .hr-full-list ol { grid-template-columns: 1fr; }
  .hr-pillar { min-height: 340px; padding: 28px; }
  .hr-pillar h3 { margin-top: 65px; }
  .hr-photo { min-height: 440px; }
  .hr-photo-copy { min-height: 0; padding: 78px 22px; }
  .hr-feature-card { min-height: 220px; padding: 26px; }
  .hr-full-list summary { align-items: center; }
  .hr-full-list summary b { text-align: right; white-space: normal; }
  .hr-step-grid article, .hr-step-grid article + article { min-height: 215px; border-left: 0; border-top: 1px solid var(--light-line); padding: 26px 0; }
  .hr-step-grid h3 { margin-top: 38px; }
  .hr-plan { min-height: 245px; padding: 26px; }
  .hr-plan-price { margin: 30px 0 20px; }
  .hr-faq { grid-template-columns: 1fr; gap: 45px; }
  .hr-final { flex-direction: column; align-items: flex-start; gap: 35px; padding: 90px 22px; }
  .hr-final h2 { font-size: clamp(2.85rem, 12vw, 4.4rem); }
}
@media (prefers-reduced-motion: reduce) {
  .hr-pillar, .hr-feature-card { transition: none; }
  .hr-console { transform: none; }
}
