/* =========================
   NR1 PAGE
========================= */

.nr1-page {
  padding-top: 74px;
}

.nr1-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
}

.nr1-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.nr1-page h1,
.nr1-page h2,
.nr1-page h3 {
  font-family: var(--font-d);
  letter-spacing: -0.9px;
  color: var(--ink);
}

.nr1-page p {
  color: var(--muted);
  line-height: 1.75;
}

.nr1-page .btn-primary,
.nr1-page .btn-secondary {
  border-radius: 999px;
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  transition: .22s ease;
}

.nr1-page .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 16px 34px rgba(216, 147, 58, 0.24);
}

.nr1-page .btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.nr1-page .btn-secondary {
  border: 1px solid rgba(216, 147, 58, 0.38);
  background: rgba(255, 255, 255, 0.84);
  color: #9a6824;
}

.nr1-page .btn-secondary:hover {
  border-color: #c48a2c;
  background: #fff7ea;
  transform: translateY(-2px);
}

.nr1-page section {
  padding:50px 0;
}

.nr1-hero {
  padding: 88px 0 78px !important;
  background-color: #fff9ef;
  background-image: url("../img/nr1-hero.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: min(46vw, 620px) auto;
}

.nr1-hero-grid {
  width: 75%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.nr1-hero-content h1 {
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.nr1-hero-content p {
  max-width: 680px;
  font-size: 18px;
}

.nr1-hero-proof {
  margin: 20px 0;
  color: #b4752f;
  font-size: 1.2rem;
  font-weight: 800;
}

.nr1-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.nr1-documentation-list ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.nr1-documentation-list li {
  position: relative;
  padding-left: 32px;
  color: #6f5d46;
}

.nr1-documentation-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(211, 154, 71, 0.55);
  color: #b4752f;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.nr1-special-call {
  background:
    radial-gradient(circle at 92% 8%, rgba(96, 177, 194, 0.22), transparent 38%),
    radial-gradient(circle at 8% 90%, rgba(194, 14, 26, 0.12), transparent 34%),
    linear-gradient(180deg, #fffefb 0%, #fffaf5 100%);
  padding: 42px 0 !important;
  border-top: 1px solid rgba(96, 177, 194, 0.34);
  border-bottom: 1px solid rgba(96, 177, 194, 0.34);
}

.nr1-special-box {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.nr1-special-logo {
  width: clamp(150px, 18vw, 210px);
  height: auto;
  margin-bottom: 14px;
}

.nr1-special-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(194, 14, 26, 0.12);
  border: 1px solid rgba(194, 14, 26, 0.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #c20e1a;
  margin-bottom: 10px;
}

.nr1-special-content h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  margin-bottom: 12px;
  color: #0f5160;
}

.nr1-special-content p {
  max-width: 860px;
  color: #36515a;
}

.nr1-special-btn {
  background: #c20e1a !important;
  box-shadow: 0 16px 34px rgba(194, 14, 26, 0.24) !important;
}

.nr1-special-btn:hover {
  background: #a80c16 !important;
}

.nr1-special-action {
  display: flex;
  align-items: center;
}

.nr1-section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.nr1-section-heading h2 {
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.06;
  letter-spacing: -1.7px;
  margin-bottom: 16px;
}

.nr1-section-heading p {
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 18px;
}

.nr1-problem {
  background: #fff;
}

.nr1-benefits-grid,
.nr1-differentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nr1-problem-image img {
  max-width: 440px;
  margin: 0 auto 22px;
  width: 100%;
  height: auto;
  display: block;
}

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

.nr1-card,
.nr1-benefit-card,
.nr1-step,
.nr1-differential-item {
  border: 1px solid rgba(216, 147, 58, 0.2);
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(216, 147, 58, 0.09);
}

.nr1-card-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  background: #fff5e3;
  color: #a56d22;
  font-size: 14px;
  font-weight: 800;
}

.nr1-card-number--muted {
  color: #666;
}

.nr1-card-number--success {
  color: #b4752f;
}

.nr1-card--highlight {
  border-left: 3px solid #d8933a;
  background: #fff9ef;
}

.nr1-card h3,
.nr1-benefit-card h3,
.nr1-step h3,
.nr1-differential-item h3 {
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.nr1-solution {
  background: #fff;
}

.nr1-solution-grid,
.nr1-documentation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.nr1-solution-content {
  max-width: 85%;
}

.nr1-solution-content h2{
  margin-top: 80px;
}

.nr1-solution-content h2,
.nr1-documentation-content h2 {
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.06;
  letter-spacing: -1.6px;
  margin-bottom: 16px;
}

.nr1-solution-content p + p,
.nr1-documentation-content p + p {
  margin-top: 10px;
}

.nr1-solution-list {
  padding-top: 20px;
  display: grid;
  gap: 12px;
}

@media (min-width: 1025px) {
  .nr1-solution-list {
    position: relative;
    min-height: 520px;
    padding-top: 0;
    display: block;
  }

  .nr1-solution-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(74%, 360px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(216, 147, 58, 0.38);
    background: radial-gradient(circle, rgba(255, 249, 237, 0.8) 0%, rgba(255, 249, 237, 0) 66%);
    pointer-events: none;
  }

  .nr1-solution-list .nr1-solution-item {
    position: absolute;
    width: min(42%, 245px);
    min-height: 90px;
  }

  .nr1-solution-list .nr1-solution-item:nth-child(1) {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .nr1-solution-list .nr1-solution-item:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .nr1-solution-list .nr1-solution-item:nth-child(3) {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .nr1-solution-list .nr1-solution-item:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.nr1-solution-item {
  border-radius: 16px;
  border: 1px solid var(--border2);
  background: var(--off);
  padding: 14px 18px;
  transition: translate .25s ease, box-shadow .25s ease;
  animation: nr1CardFloat 4.8s ease-in-out infinite;
}

.nr1-solution-item:hover {
  translate: 0 -5px;
  box-shadow: 0 14px 30px rgba(216, 147, 58, 0.18);
}

.nr1-solution-list .nr1-solution-item:nth-child(2) {
  animation-delay: .25s;
}

.nr1-solution-list .nr1-solution-item:nth-child(3) {
  animation-delay: .5s;
}

.nr1-solution-list .nr1-solution-item:nth-child(4) {
  animation-delay: .75s;
}

.nr1-solution-item strong {
  display: block;
  margin-bottom: 4px;
  color: #7b5525;
}

.nr1-solution-item span {
  color: #6d604b;
  font-size: 12px;
}

@keyframes nr1CardFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

.nr1-process {
  background: linear-gradient(0deg, #fff 0%, #fffbf4 100%);
}

.nr1-steps {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 14px 4px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nr1-steps::-webkit-scrollbar {
  display: none;
}

.nr1-steps::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  height: 2px;
  background: linear-gradient(90deg, rgba(216, 147, 58, 0.2) 0%, rgba(216, 147, 58, 0.45) 50%, rgba(216, 147, 58, 0.2) 100%);
  pointer-events: none;
}

.nr1-step {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  min-width: calc((100% - 32px) / 3);
  scroll-snap-align: start;
  z-index: 1;
  border: none;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.nr1-step h3 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nr1-step span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff4df;
  color: #a96f22;
  font-weight: 800;
  margin-bottom: 14px;
}

.nr1-benefits {
  background: #fff;
}

.nr1-programs {
  background: #f9f9f9;
}

.nr1-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.nr1-program-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.nr1-program-card h3 {
  color: var(--primary-color, #000);
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.nr1-program-card p {
  color: #555;
  font-size: 0.95rem;
}

.nr1-differentials {
  background: linear-gradient(0deg, #fffef9 0%, #fff 100%);
}

.nr1-differentials-box,
.nr1-offer-box,
.nr1-final-cta-box {
  border-radius: 30px;
  padding: 38px;
}

.nr1-differentials-box {
  border: 1px solid rgba(216, 147, 58, 0.2);
  background: linear-gradient(135deg, #fffef9 0%, #fff6e8 100%);
}

.nr1-differentials-content {
  max-width: 860px;
  margin-bottom: 28px;
}

.nr1-differentials-content h2 {
 font-size: clamp(24px, 3.6vw, 40px);
 line-height: 1.06;
 letter-spacing: -1.6px;
 margin-bottom: 16px;
}

.nr1-differentials-radial {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  margin-left: 7%;
}

.nr1-differentials-visual {
  position: relative;
  width: min(44vw, 430px);
  aspect-ratio: 1 / 1;
  margin-left: 2%;
  border-radius: 50%;
  border: 1px dashed rgba(216, 147, 58, 0.42);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.99) 34%, rgba(255, 241, 220, 0.5) 60%, rgba(255, 241, 220, 0) 72%);
}

.nr1-differentials-ring {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid transparent;
  rotate: -25deg;
}

.nr1-differentials-ring--yellow {
  width: 82%;
  height: 82%;
  border-top-color: #e0a047;
  border-right-color: #e0a047;
}

.nr1-differentials-ring--coral {
  width: 70%;
  height: 70%;
  border-right-color: #c98738;
  border-bottom-color: #c98738;
}

.nr1-differentials-ring--blue {
  width: 58%;
  height: 58%;
  border-left-color: #b06f28;
  border-bottom-color: #b06f28;
}

.nr1-differentials-ring--purple {
  width: 46%;
  height: 46%;
  border-left-color: #955a1c;
  border-top-color: #955a1c;
}

.nr1-differentials-center {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(34%, 180px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #fff8ef 100%);
  border: 2px solid rgba(216, 147, 58, 0.34);
  box-shadow: 0 16px 30px rgba(216, 147, 58, 0.2);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.nr1-differentials-center::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(216, 147, 58, 0.24);
}

.nr1-differentials-center img {
  position: absolute;
  inset: 7px;
  z-index: 1;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.14);
  display: block;
}

.nr1-differentials-points {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-38px, -50%);
  width: min(49%, 560px);
  display: grid;
  gap: 24px;
}

.nr1-differentials-points .nr1-differential-item {
  position: relative;
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0 0 0 34px;
  margin-left: -8px;
}

.nr1-differentials-points .nr1-differential-item--1 {
  transform: translateX(-10%);
}

.nr1-differentials-points .nr1-differential-item--2 {
  transform: translateX(-1%);
}

.nr1-differentials-points .nr1-differential-item--3 {
  transform: translateX(-4%);
}

.nr1-differential-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #e0a047;
  box-shadow: 0 10px 22px rgba(216, 147, 58, 0.2);
}

.nr1-differential-item--2 .nr1-differential-dot {
  border-color: #c98738;
}

.nr1-differential-item--3 .nr1-differential-dot {
  border-color: #b06f28;
}

.nr1-differentials-points .nr1-differential-item h3 {
  font-size: 26px;
  line-height: 1.08;
  margin-bottom: 8px;
}

.nr1-differentials-points .nr1-differential-item p {
  margin: 0;
  color: #766347;
  font-size: 16px;
  line-height: 1.35;
  max-width: 42ch;
}

.nr1-documentation {
  background: linear-gradient(180deg, #fffef9 0%, #fff 100%);
}

.nr1-documentation-list {
  width: 85%;
  border: 1px solid rgba(216, 147, 58, 0.22);
  border-radius: 22px;
  background: #fff9ef;
  padding: 26px;
  margin-top: 40px;
}

.nr1-documentation-list h3 {
  margin-bottom: 12px;
}

.nr1-offer {
  background: linear-gradient(180deg, #fff 0%, #fff3de 100%);
}

.nr1-offer-content h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  margin-bottom: 12px;
  text-align: center;
}

.nr1-offer-content p {
  text-align: center;
}

.nr1-offer-includes h3 {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}

.nr1-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nr1-offer-grid span {
  border: 1px solid rgba(216, 147, 58, 0.28);
  border-radius: 999px;
  background: #fff;
  min-height: 44px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #815924;
}

.nr1-offer-action {
  margin: 48px auto;
  text-align: center;
}

.nr1-final-cta {
  padding: 96px 0 110px !important;
  background: #fff3de;
}

.nr1-final-cta-box {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.14));
  backdrop-filter: blur(4px);
}

.nr1-final-cta-box .nr1-eyebrow {
  color: #9a682b;
}

.nr1-final-cta-box h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  color: #2f2015;
  line-height: 1.04;
  letter-spacing: -2px;
}

.nr1-final-cta-box p {
  max-width: 760px;
  margin: 22px auto 28px;
  color: #5e4a33;
  font-size: 18px;
}

.nr1-final-cta-box .btn-white-solid {
  border: 1px solid #9a682b;
  color: #7a5121;
}

.nr1-final-cta-box .btn-white-solid:hover {
  background: #9a682b;
  color: #fff;
  border-color: #9a682b;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(154, 104, 43, 0.28);
}

@media (max-width: 1024px) {
  .nr1-wrap {
    padding: 0 22px;
  }

  .nr1-page section {
    padding: 80px 0;
  }

  .nr1-hero {
    padding: 80px 0 clamp(300px, 42vw, 430px) !important;
    background-size: min(62vw, 520px) auto;
    background-position: center bottom;
  }

  .nr1-hero-grid,
  .nr1-solution-grid,
  .nr1-documentation-grid,
  .nr1-special-box {
    grid-template-columns: 1fr;
  }

  .nr1-problem-grid,
  .nr1-benefits-grid,
  .nr1-programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nr1-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nr1-differentials-radial {
    min-height: auto;
    gap: 30px;
  }

  .nr1-differentials-visual {
    width: min(62vw, 380px);
    margin: 0 auto;
  }

  .nr1-differentials-points {
    position: static;
    transform: none;
    width: 100%;
    gap: 20px;
  }

  .nr1-differentials-points .nr1-differential-item {
    padding-left: 38px;
  }

  .nr1-differentials-points .nr1-differential-item h3 {
    font-size: 22px;
  }

  .nr1-hero-grid {
    width: 100%;
  }

  .nr1-program-card {
    padding: 26px;
  }

  .nr1-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nr1-page {
    padding-top: 66px;
  }

  .nr1-wrap {
    padding: 0 18px;
  }

  .nr1-page section {
    padding: 72px 0;
  }

  .nr1-hero {
    padding: 64px 0 clamp(260px, 72vw, 360px) !important;
    background-size: min(92vw, 420px) auto;
    background-position: center bottom;
  }

  .nr1-hero-grid {
    width: 100%;
  }

  .nr1-hero-proof {
    font-size: 1rem;
  }

  .nr1-hero-content p,
  .nr1-section-heading p,
  .nr1-final-cta-box p {
    font-size: 16px;
  }

  .nr1-hero-actions {
    flex-direction: column;
  }

  .nr1-page .btn-primary,
  .nr1-page .btn-secondary,
  .nr1-page .btn-white-solid {
    width: 100%;
  }

  .nr1-problem-grid,
  .nr1-benefits-grid,
  .nr1-programs-grid,
  .nr1-offer-grid {
    grid-template-columns: 1fr;
  }

  .nr1-programs-grid {
    gap: 18px;
  }

  .nr1-program-card {
    padding: 24px;
  }

  .nr1-program-card h3 {
    font-size: 1.1rem;
  }

  .nr1-differentials-radial {
    gap: 24px;
  }

  .nr1-differentials-visual {
    width: min(84vw, 320px);
  }

  .nr1-differentials-center {
    width: min(52%, 156px);
    padding: 18px;
  }

  .nr1-differential-dot {
    width: 24px;
    height: 24px;
    border-width: 5px;
  }

  .nr1-differentials-points .nr1-differential-item {
    padding-left: 34px;
  }

  .nr1-differentials-points .nr1-differential-item h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .nr1-differentials-points .nr1-differential-item p {
    font-size: 15px;
  }

  .nr1-problem-image img {
    margin-bottom: 18px;
  }

  .nr1-step {
    flex: 0 0 min(82%, 280px);
    min-width: min(82%, 280px);
    max-width: min(82%, 280px);
  }

  .nr1-differentials-box,
  .nr1-offer-box,
  .nr1-final-cta-box,
  .nr1-documentation-list {
    padding: 26px;
    border-radius: 22px;
  }

  .nr1-special-box {
    padding: 26px 0;
    border-radius: 0;
  }

}
