:root{
  --heifer-cyan:#73c3d5;
  --heifer-orange:#c1531b;
  --heifer-navy:#2b4053;
  --heifer-white:#ffffff;

  --naya-orange:#ff7e2b;
  --naya-gray:#575760;
  --naya-blue:#003963;
  --naya-black:#000000;
  --naya-white:#ffffff;

  --nhp-primary:var(--naya-blue);
  --nhp-primary-2:var(--heifer-navy);
  --nhp-accent:var(--naya-orange);
  --nhp-accent-2:var(--heifer-cyan);
  --nhp-accent-3:var(--heifer-orange);

  --nhp-text:#10202f;
  --nhp-text-soft:#566271;
  --nhp-line:rgba(16,32,47,.10);
  --nhp-surface:#ffffff;
  --nhp-bg:#ffffff;
  --nhp-shadow:0 18px 60px rgba(0,0,0,.10);

  --nhp-font:"Inter","Helvetica Neue",Arial,sans-serif;

  --nhp-topbar-h:74px;
  --nhp-controls-h:84px;
  --nhp-slide-pad-x:clamp(20px, 3vw, 48px);
  --nhp-slide-pad-y:clamp(18px, 2.2vw, 30px);
  --nhp-content-max:1440px;
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:#fff;
}

#naya-heifer-proposal,
#naya-heifer-proposal *{
  box-sizing:border-box;
}

#naya-heifer-proposal.nhp-app{
  font-family:var(--nhp-font);
  color:var(--nhp-text);
  background:#fff;
  width:100%;
  max-width:100%;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0;
}

#naya-heifer-proposal.nhp-breakout{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  max-width:100vw;
  min-width:100vw;
}

.elementor-widget-html #naya-heifer-proposal,
.elementor-widget-container #naya-heifer-proposal{
  width:100vw;
  max-width:100vw;
}

#naya-heifer-proposal .nhp-hidden{
  display:none !important;
}

#naya-heifer-proposal .nhp-shell{
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:stretch;
  justify-content:center;
  padding:0;
}

/* =========================
   ACCESS
========================= */
#naya-heifer-proposal .nhp-gate{
  width:100%;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #163f69 0%, #1d4d7c 58%, #214a74 100%);
}

#naya-heifer-proposal .nhp-gate__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 25%, rgba(115,195,213,.12), transparent 20%),
    radial-gradient(circle at 85% 18%, rgba(255,126,43,.08), transparent 18%),
    radial-gradient(circle at 82% 8%, rgba(255,255,255,.08), transparent 16%);
}

#naya-heifer-proposal .nhp-gate__content{
  position:relative;
  z-index:2;
  width:100%;
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(340px, 420px);
  align-items:center;
  gap:42px;
  padding:40px clamp(24px, 4vw, 64px);
}

#naya-heifer-proposal .nhp-gate__left{
  min-width:0;
  max-width:920px;
  width:100%;
}

#naya-heifer-proposal .nhp-gate__right{
  width:100%;
  max-width:420px;
  display:flex;
  justify-content:flex-end;
  align-self:center;
  justify-self:end;
}

#naya-heifer-proposal .nhp-gate__brand{
  margin-bottom:22px;
}

#naya-heifer-proposal .nhp-gate__logo-heifer{
  display:block;
  width:auto;
  height:auto;
  max-width:320px;
  max-height:150px;
  object-fit:contain;
}

#naya-heifer-proposal .nhp-gate__eyebrow{
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

#naya-heifer-proposal .nhp-gate__title{
  margin:0;
  color:#fff;
  font-size:clamp(38px, 4.5vw, 70px);
  line-height:1.02;
  font-weight:850;
  letter-spacing:-.05em;
  max-width:780px;
  word-break:break-word;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-gate__text{
  margin:18px 0 0;
  color:rgba(255,255,255,.88);
  font-size:clamp(16px, 1.05vw, 19px);
  line-height:1.78;
  max-width:700px;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-login-card{
  width:100%;
  max-width:420px;
  margin:0;
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 24px 54px rgba(0,0,0,.16);
  backdrop-filter:blur(10px);
  transform:translateY(-10px);
}

#naya-heifer-proposal .nhp-login-card h3{
  margin:0 0 8px;
  font-size:28px;
  font-weight:800;
  letter-spacing:-.03em;
}

#naya-heifer-proposal .nhp-login-card p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

#naya-heifer-proposal .nhp-label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin:0 0 8px;
  color:#fff;
}

#naya-heifer-proposal .nhp-input{
  width:100%;
  height:54px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#fff;
  padding:0 16px;
  outline:none;
  font-size:15px;
  transition:border-color .2s ease, box-shadow .2s ease;
}

#naya-heifer-proposal .nhp-input::placeholder{
  color:rgba(255,255,255,.54);
}

#naya-heifer-proposal .nhp-input:focus{
  border-color:rgba(115,195,213,.95);
  box-shadow:0 0 0 4px rgba(115,195,213,.14);
}

#naya-heifer-proposal .nhp-btn{
  appearance:none;
  border:none;
  outline:none;
  cursor:pointer;
  border-radius:14px;
  min-height:54px;
  padding:0 20px;
  font-weight:800;
  letter-spacing:.01em;
  transition:transform .18s ease, opacity .18s ease;
}

#naya-heifer-proposal .nhp-btn:hover{
  transform:translateY(-1px);
}

#naya-heifer-proposal .nhp-btn--primary{
  width:100%;
  margin-top:16px;
  background:linear-gradient(135deg, var(--naya-orange), var(--heifer-orange));
  color:#fff;
  box-shadow:0 14px 28px rgba(255,126,43,.22);
}

#naya-heifer-proposal .nhp-error{
  margin-top:12px;
  min-height:20px;
  font-size:13px;
  color:#ffd9d0;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-gate__signature{
  position:absolute;
  right:40px;
  bottom:26px;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}

#naya-heifer-proposal .nhp-gate__signature-label{
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

#naya-heifer-proposal .nhp-gate__logo-naya{
  display:block;
  width:auto;
  height:auto;
  max-width:180px;
  max-height:42px;
  object-fit:contain;
  opacity:.95;
}

/* =========================
   PRESENTATION
========================= */
#naya-heifer-proposal .nhp-presentation{
  width:100%;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(115,195,213,.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
}

#naya-heifer-proposal .nhp-topbar{
  position:relative;
  z-index:30;
  width:100%;
  min-height:var(--nhp-topbar-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px var(--nhp-slide-pad-x);
  background: #003963;
  border-bottom:1px solid rgba(16,32,47,.06);
  backdrop-filter:blur(10px);
}

#naya-heifer-proposal .nhp-topbar__brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

#naya-heifer-proposal .nhp-topbar__heifer{
  display:block;
  width:auto;
  max-width:150px;
  max-height:44px;
  height:auto;
  object-fit:contain;
  flex:0 0 auto;
}

#naya-heifer-proposal .nhp-topbar__titles{
  min-width:0;
}

#naya-heifer-proposal .nhp-topbar__eyebrow{
  margin:0 0 2px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#c0c5ca;
}

#naya-heifer-proposal .nhp-topbar__title{
  margin:0;
  font-size:16px;
  font-weight:800;
  color:#fff;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:min(70vw, 900px);
}

#naya-heifer-proposal .nhp-topbar__signature{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

#naya-heifer-proposal .nhp-topbar__signature span{
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#c0c5ca;
}

#naya-heifer-proposal .nhp-topbar__naya{
  display:block;
  width:auto;
  max-width:120px;
  max-height:28px;
  height:auto;
  object-fit:contain;
}

#naya-heifer-proposal .nhp-stage{
  position:relative;
  width:100%;
  height:calc(100vh - var(--nhp-topbar-h));
  overflow:hidden;
}

#naya-heifer-proposal .nhp-slide{
  position:absolute;
  inset:0;
  width:100%;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(30px);
  transition:opacity .42s ease, transform .52s ease, visibility .42s ease;
  padding:var(--nhp-slide-pad-y) var(--nhp-slide-pad-x) calc(var(--nhp-controls-h) + 24px);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}

#naya-heifer-proposal .nhp-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(0);
  z-index:5;
}

#naya-heifer-proposal .nhp-slide__inner{
  width:100%;
  max-width:var(--nhp-content-max);
  margin:0 auto;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:26px;
}

#naya-heifer-proposal .nhp-slide__inner--hero{
  max-width:none;
  width:100%;
}

#naya-heifer-proposal .nhp-slide--hero{
  padding:0 0 calc(var(--nhp-controls-h) + 16px) 0;
}

#naya-heifer-proposal .nhp-title{
  margin:0;
  color:var(--nhp-primary);
  font-size:clamp(34px, 3.8vw, 58px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:850;
  max-width:1080px;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-subtitle{
  margin:0;
  color:var(--nhp-text-soft);
  font-size:clamp(16px, 1.15vw, 18px);
  line-height:1.78;
  max-width:980px;
  overflow-wrap:anywhere;
}

/* =========================
   HERO SLIDE
========================= */
#naya-heifer-proposal .nhp-hero-full{
  width:100%;
  min-height:calc(100vh - var(--nhp-topbar-h) - var(--nhp-controls-h));
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items:center;
  gap:40px;
  padding:36px 56px 0;
  max-width:1600px;
  margin:0 auto;
}

#naya-heifer-proposal .nhp-hero-full__copy{
  min-width:0;
  max-width:920px;
}

#naya-heifer-proposal .nhp-hero-full__eyebrow{
  margin:0 0 14px;
  color:var(--nhp-accent-3);
  font-size:13px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

#naya-heifer-proposal .nhp-hero-full__title{
  margin:0;
  max-width:860px;
  font-size:clamp(40px, 4.8vw, 76px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:900;
  color:var(--nhp-primary);
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-hero-full__text{
  margin:20px 0 0;
  max-width:700px;
  color:var(--nhp-text-soft);
  font-size:clamp(17px, 1.2vw, 20px);
  line-height:1.82;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-hero-full__numbers{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
  max-width:920px;
}

#naya-heifer-proposal .nhp-number{
  background:#fff;
  border:1px solid rgba(16,32,47,.08);
  border-radius:20px;
  padding:18px 18px 16px;
  box-shadow:0 14px 36px rgba(0,0,0,.05);
  min-width:0;
}

#naya-heifer-proposal .nhp-number strong{
  display:block;
  color:var(--nhp-primary);
  font-size:28px;
  line-height:1;
  margin-bottom:8px;
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-number span{
  display:block;
  color:var(--nhp-text-soft);
  font-size:13px;
  line-height:1.6;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-hero-full__visual{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
  height:100%;
}

#naya-heifer-proposal .nhp-hero-art{
  position:relative;
  width:min(100%, 620px);
  aspect-ratio:1.05 / .82;
}

#naya-heifer-proposal .nhp-hero-art__card{
  position:absolute;
  border-radius:26px;
  box-shadow:0 24px 60px rgba(0,0,0,.10);
}

#naya-heifer-proposal .nhp-hero-art__card--1{
  inset:18% 22% 10% 6%;
  background:linear-gradient(135deg, rgba(115,195,213,.32), rgba(0,57,99,.10));
  border:1px solid rgba(0,57,99,.08);
}

#naya-heifer-proposal .nhp-hero-art__card--2{
  inset:6% 8% 28% 28%;
  background:linear-gradient(135deg, rgba(255,126,43,.18), rgba(193,83,27,.16));
  border:1px solid rgba(193,83,27,.10);
}

#naya-heifer-proposal .nhp-hero-art__card--3{
  inset:14% 12% 16% 16%;
  background:#ffffff;
  border:1px solid rgba(16,32,47,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  color:var(--nhp-text-soft);
  font-size:18px;
  line-height:1.6;
}

/* =========================
   CONTENT BLOCKS
========================= */
#naya-heifer-proposal .nhp-grid{
  display:grid;
  gap:20px;
  width:100%;
  min-width:0;
}

#naya-heifer-proposal .nhp-grid--2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

#naya-heifer-proposal .nhp-grid--3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

#naya-heifer-proposal .nhp-grid--4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

#naya-heifer-proposal .nhp-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(16,32,47,.08);
  border-radius:22px;
  padding:22px;
  box-shadow:0 14px 30px rgba(0,0,0,.05);
}

#naya-heifer-proposal .nhp-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, var(--naya-blue), var(--heifer-cyan), var(--naya-orange));
  opacity:.95;
}

#naya-heifer-proposal .nhp-card h3,
#naya-heifer-proposal .nhp-card h4{
  margin:0 0 12px;
  color:var(--nhp-primary);
  font-size:21px;
  letter-spacing:-.03em;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-card p{
  margin:0;
  color:var(--nhp-text-soft);
  line-height:1.78;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-list{
  margin:0;
  padding-left:18px;
}

#naya-heifer-proposal .nhp-list li{
  margin:0 0 10px;
  color:var(--nhp-text-soft);
  line-height:1.72;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-timeline{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:18px;
}

#naya-heifer-proposal .nhp-timeline__item{
  background:#fff;
  border:1px solid rgba(16,32,47,.08);
  border-radius:22px;
  padding:20px;
  box-shadow:0 12px 28px rgba(0,0,0,.04);
  min-width:0;
}

#naya-heifer-proposal .nhp-timeline__item em{
  display:inline-flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  margin-bottom:12px;
  font-style:normal;
  font-weight:800;
  background:rgba(255,126,43,.12);
  color:var(--naya-orange);
}

#naya-heifer-proposal .nhp-timeline__item h4{
  margin:0 0 10px;
  font-size:20px;
  color:var(--nhp-primary);
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-timeline__item p{
  margin:0;
  color:var(--nhp-text-soft);
  line-height:1.72;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-sitemap{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

#naya-heifer-proposal .nhp-node{
  background:#fff;
  border:1px solid rgba(16,32,47,.08);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
  min-width:0;
}

#naya-heifer-proposal .nhp-node strong{
  display:block;
  margin-bottom:8px;
  color:var(--nhp-primary);
  font-size:16px;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-node small{
  display:block;
  color:var(--nhp-text-soft);
  line-height:1.65;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(16,32,47,.08);
  table-layout:fixed;
}

#naya-heifer-proposal .nhp-table th,
#naya-heifer-proposal .nhp-table td{
  padding:16px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(16,32,47,.08);
  font-size:14px;
  line-height:1.7;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-table th{
  background:linear-gradient(180deg, #f9fbfd, #f3f8fb);
  color:var(--nhp-primary);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

#naya-heifer-proposal .nhp-table tr:last-child td{
  border-bottom:none;
}

#naya-heifer-proposal .nhp-cta{
  width:100%;
  min-height:260px;
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(260px, .8fr);
  gap:24px;
  align-items:end;
  border-radius:28px;
  padding:28px;
  background:linear-gradient(135deg, rgba(0,57,99,.98), rgba(43,64,83,.98) 62%, rgba(193,83,27,.95));
  color:#fff;
  box-shadow:0 26px 60px rgba(0,0,0,.14);
}

#naya-heifer-proposal .nhp-cta__copy h2{
  margin:0 0 12px;
  font-size:clamp(32px, 4vw, 52px);
  line-height:1.04;
  letter-spacing:-.05em;
  color:#fff;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-cta__copy p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.8;
  font-size:17px;
  overflow-wrap:anywhere;
}

#naya-heifer-proposal .nhp-cta__meta{
  justify-self:end;
  align-self:end;
  text-align:right;
}

#naya-heifer-proposal .nhp-cta__meta p{
  margin:0 0 6px;
  color:rgba(255,255,255,.86);
  line-height:1.6;
}

/* =========================
   CONTROLS
========================= */
#naya-heifer-proposal .nhp-controls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px var(--nhp-slide-pad-x) 16px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,.98) 100%);
  pointer-events:none;
}

#naya-heifer-proposal .nhp-nav{
  display:flex;
  align-items:center;
  gap:10px;
  pointer-events:auto;
}

#naya-heifer-proposal .nhp-arrow{
  width:52px;
  height:52px;
  border:none;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(16,32,47,.08);
  color:var(--nhp-primary);
  font-size:22px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(0,0,0,.08);
  transition:transform .24s ease, background .24s ease;
}

#naya-heifer-proposal .nhp-arrow:hover{
  transform:translateY(-2px);
  background:#f7fbfd;
}

#naya-heifer-proposal .nhp-bullets{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  max-width:50%;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(16,32,47,.07);
  box-shadow:0 12px 26px rgba(0,0,0,.06);
  pointer-events:auto;
}

#naya-heifer-proposal .nhp-bullet{
  width:11px;
  height:11px;
  border:none;
  border-radius:999px;
  background:#cfd9e2;
  cursor:pointer;
  transition:.24s ease;
  padding:0;
}

#naya-heifer-proposal .nhp-bullet.is-active{
  width:34px;
  background:linear-gradient(90deg, var(--naya-blue), var(--heifer-cyan), var(--naya-orange));
}

#naya-heifer-proposal .nhp-page{
  pointer-events:auto;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(16,32,47,.07);
  color:var(--nhp-text-soft);
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 26px rgba(0,0,0,.06);
}

/* =========================
   ANIMATIONS
========================= */
#naya-heifer-proposal .reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .72s ease, transform .72s ease;
  transition-delay:var(--d, 0ms);
}

#naya-heifer-proposal .reveal.is-in{
  opacity:1;
  transform:translateY(0);
}

#naya-heifer-proposal .reveal-left{
  opacity:0;
  transform:translateX(-28px);
  transition:opacity .72s ease, transform .72s ease;
  transition-delay:var(--d, 0ms);
}

#naya-heifer-proposal .reveal-left.is-in{
  opacity:1;
  transform:translateX(0);
}

#naya-heifer-proposal .reveal-right{
  opacity:0;
  transform:translateX(28px);
  transition:opacity .72s ease, transform .72s ease;
  transition-delay:var(--d, 0ms);
}

#naya-heifer-proposal .reveal-right.is-in{
  opacity:1;
  transform:translateX(0);
}

#naya-heifer-proposal .reveal-scale{
  opacity:0;
  transform:scale(.95);
  transition:opacity .72s ease, transform .72s ease;
  transition-delay:var(--d, 0ms);
}

#naya-heifer-proposal .reveal-scale.is-in{
  opacity:1;
  transform:scale(1);
}

/* =========================
   LARGE
========================= */
@media (max-width: 1280px){
  #naya-heifer-proposal .nhp-grid--4{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  #naya-heifer-proposal .nhp-timeline{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  #naya-heifer-proposal .nhp-sitemap{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  #naya-heifer-proposal .nhp-hero-full__numbers{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  #naya-heifer-proposal .nhp-gate__logo-heifer{
    max-width:300px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 980px){
  :root{
    --nhp-controls-h:124px;
    --nhp-slide-pad-x:20px;
    --nhp-slide-pad-y:22px;
  }

  #naya-heifer-proposal.nhp-breakout{
    left:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    width:100vw;
    max-width:100vw;
  }

  #naya-heifer-proposal .nhp-gate__content{
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
    padding:24px 20px;
  }

  #naya-heifer-proposal .nhp-gate__left{
    max-width:none;
    width:100%;
  }

  #naya-heifer-proposal .nhp-gate__right{
    max-width:none;
    width:100%;
    justify-self:stretch;
    justify-content:flex-start;
  }

  #naya-heifer-proposal .nhp-gate__logo-heifer{
    max-width:300px;
    max-height:105px;
  }

  #naya-heifer-proposal .nhp-gate__title{
    font-size:clamp(30px, 8vw, 48px);
    max-width:none;
  }

  #naya-heifer-proposal .nhp-gate__text{
    max-width:none;
    font-size:15px;
    line-height:1.72;
  }

  #naya-heifer-proposal .nhp-login-card{
    max-width:none;
    width:100%;
    padding:20px;
    transform:none;
  }

  #naya-heifer-proposal .nhp-gate__signature{
    position:static;
    margin:0 20px 18px auto;
    align-items:flex-end;
  }

  #naya-heifer-proposal .nhp-topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  #naya-heifer-proposal .nhp-topbar__title{
    white-space:normal;
    max-width:100%;
  }

  #naya-heifer-proposal .nhp-topbar__signature{
    align-self:flex-start;
  }

  #naya-heifer-proposal .nhp-grid--2,
  #naya-heifer-proposal .nhp-grid--3,
  #naya-heifer-proposal .nhp-grid--4,
  #naya-heifer-proposal .nhp-timeline,
  #naya-heifer-proposal .nhp-sitemap{
    grid-template-columns:1fr;
  }

  #naya-heifer-proposal .nhp-hero-full{
    min-height:auto;
    grid-template-columns:1fr;
    gap:24px;
    padding:20px 20px 0;
  }

  #naya-heifer-proposal .nhp-hero-full__title{
    font-size:clamp(30px, 8vw, 54px);
  }

  #naya-heifer-proposal .nhp-hero-full__numbers{
    grid-template-columns:1fr;
  }

  #naya-heifer-proposal .nhp-hero-full__visual{
    justify-content:center;
  }

  #naya-heifer-proposal .nhp-cta{
    grid-template-columns:1fr;
    align-items:start;
  }

  #naya-heifer-proposal .nhp-cta__meta{
    justify-self:start;
    text-align:left;
  }

  #naya-heifer-proposal .nhp-controls{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:12px 20px 16px;
  }

  #naya-heifer-proposal .nhp-nav{
    justify-content:center;
    order:1;
  }

  #naya-heifer-proposal .nhp-bullets{
    order:2;
    max-width:100%;
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    border-radius:20px;
  }

  #naya-heifer-proposal .nhp-page{
    order:3;
    align-self:center;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 640px){
  :root{
    --nhp-controls-h:136px;
    --nhp-slide-pad-x:16px;
    --nhp-slide-pad-y:18px;
  }

  #naya-heifer-proposal .nhp-gate{
    min-height:auto;
  }

  #naya-heifer-proposal .nhp-gate__content{
    min-height:auto;
    padding:18px 16px 24px;
  }

  #naya-heifer-proposal .nhp-gate__brand{
    margin-bottom:16px;
  }

  #naya-heifer-proposal .nhp-gate__logo-heifer{
    max-width:240px;
    max-height:82px;
  }

  #naya-heifer-proposal .nhp-gate__title{
    font-size:clamp(28px, 9.2vw, 40px);
    line-height:1.04;
  }

  #naya-heifer-proposal .nhp-gate__text{
    font-size:15px;
    line-height:1.72;
  }

  #naya-heifer-proposal .nhp-gate__signature{
    margin:0 16px 16px auto;
  }

  #naya-heifer-proposal .nhp-gate__logo-naya{
    max-width:140px;
    max-height:34px;
  }

  #naya-heifer-proposal .nhp-topbar{
    padding:12px 16px;
  }

  #naya-heifer-proposal .nhp-topbar__heifer{
    max-width:120px;
    max-height:34px;
  }

  #naya-heifer-proposal .nhp-topbar__signature{
    gap:8px;
  }

  #naya-heifer-proposal .nhp-topbar__signature span{
    font-size:10px;
  }

  #naya-heifer-proposal .nhp-topbar__naya{
    max-width:100px;
    max-height:24px;
  }

  #naya-heifer-proposal .nhp-title{
    font-size:clamp(28px, 8.4vw, 36px);
    line-height:1.08;
  }

  #naya-heifer-proposal .nhp-subtitle{
    font-size:15px;
    line-height:1.76;
  }

  #naya-heifer-proposal .nhp-card{
    padding:18px;
    border-radius:18px;
  }

  #naya-heifer-proposal .nhp-card h3,
  #naya-heifer-proposal .nhp-card h4{
    font-size:19px;
  }

  #naya-heifer-proposal .nhp-hero-full{
    padding:18px 16px 0;
  }

  #naya-heifer-proposal .nhp-hero-full__title{
    font-size:clamp(30px, 10vw, 42px);
    line-height:1.03;
  }

  #naya-heifer-proposal .nhp-hero-full__text{
    font-size:15px;
    line-height:1.8;
  }

  #naya-heifer-proposal .nhp-number{
    padding:16px;
    border-radius:16px;
  }

  #naya-heifer-proposal .nhp-number strong{
    font-size:24px;
  }

  #naya-heifer-proposal .nhp-hero-art{
    width:min(100%, 420px);
  }

  #naya-heifer-proposal .nhp-hero-art__card--3{
    font-size:14px;
    padding:14px;
  }

  #naya-heifer-proposal .nhp-table{
    display:block;
    overflow-x:auto;
    white-space:normal;
  }

  #naya-heifer-proposal .nhp-table thead,
  #naya-heifer-proposal .nhp-table tbody{
    min-width:720px;
  }

  #naya-heifer-proposal .nhp-table th,
  #naya-heifer-proposal .nhp-table td{
    padding:12px;
    font-size:13px;
  }

  #naya-heifer-proposal .nhp-cta{
    min-height:auto;
    padding:22px 18px;
    border-radius:22px;
  }

  #naya-heifer-proposal .nhp-cta__copy h2{
    font-size:clamp(28px, 8.8vw, 38px);
  }

  #naya-heifer-proposal .nhp-cta__copy p{
    font-size:15px;
  }

  #naya-heifer-proposal .nhp-controls{
    padding:10px 16px 14px;
  }

  #naya-heifer-proposal .nhp-arrow{
    width:48px;
    height:48px;
    font-size:20px;
  }

  #naya-heifer-proposal .nhp-page{
    font-size:12px;
    padding:9px 12px;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 420px){
  :root{
    --nhp-controls-h:140px;
    --nhp-slide-pad-x:14px;
    --nhp-slide-pad-y:16px;
  }

  #naya-heifer-proposal .nhp-gate__content{
    padding:16px 14px;
  }

  #naya-heifer-proposal .nhp-gate__title{
    font-size:26px;
  }

  #naya-heifer-proposal .nhp-title{
    font-size:24px;
  }

  #naya-heifer-proposal .nhp-card,
  #naya-heifer-proposal .nhp-login-card{
    padding:16px;
  }
}

/* LOGOUT */
#naya-heifer-proposal .nhp-topbar__actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}

#naya-heifer-proposal .nhp-logout-btn{
  appearance:none;
  border:1px solid rgba(16,32,47,.10);
  background:#fff;
  color:var(--nhp-primary);
  border-radius:999px;
  min-height:40px;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
  transition:transform .18s ease, background .18s ease;
}

#naya-heifer-proposal .nhp-logout-btn:hover{
  transform:translateY(-1px);
  background:#f7fbfd;
}

@media (max-width: 980px){
  #naya-heifer-proposal .nhp-topbar__actions{
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
  }
}

@media (max-width: 640px){
  #naya-heifer-proposal .nhp-logout-btn{
    min-height:38px;
    padding:0 14px;
    font-size:12px;
  }
}

/* =========================================
   SLIDE 1 · V2
   Ajustado para no exceder altura visible
   en escritorio
========================================= */

#naya-heifer-proposal .nhp-hero-full--v2{
  min-height:calc(100vh - var(--nhp-topbar-h) - var(--nhp-controls-h));
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(320px, .98fr);
  align-items:center;
  gap:28px;
  padding:24px 44px 0;
}

#naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__copy{
  max-width:820px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
}

#naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__eyebrow{
  margin:0;
  font-size:11px;
  letter-spacing:.14em;
  line-height:1.4;
}

#naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__title{
  margin:0;
  max-width:760px;
  font-size:clamp(34px, 3.8vw, 60px);
  line-height:.98;
  letter-spacing:-.055em;
}

#naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__text{
  margin:0;
  max-width:700px;
  font-size:clamp(14px, .96vw, 17px);
  line-height:1.62;
}

#naya-heifer-proposal .nhp-hero-full__text--small{
  opacity:.92;
}

/* Pilares */
#naya-heifer-proposal .nhp-hero-pillars{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:4px;
}

#naya-heifer-proposal .nhp-hero-pillar{
  position:relative;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(16,32,47,.08);
  border-radius:18px;
  padding:14px 14px 12px;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
  min-width:0;
  overflow:hidden;
}

#naya-heifer-proposal .nhp-hero-pillar::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg, var(--naya-blue), var(--heifer-cyan), var(--naya-orange));
}

#naya-heifer-proposal .nhp-hero-pillar__kicker{
  display:block;
  margin:0 0 6px;
  color:var(--naya-orange);
  font-size:10px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  line-height:1.4;
}

#naya-heifer-proposal .nhp-hero-pillar h3{
  margin:0 0 6px;
  color:var(--nhp-primary);
  font-size:15px;
  line-height:1.22;
  letter-spacing:-.02em;
}

#naya-heifer-proposal .nhp-hero-pillar p{
  margin:0;
  color:var(--nhp-text-soft);
  font-size:12px;
  line-height:1.52;
}

/* Banda inferior */
#naya-heifer-proposal .nhp-hero-band{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:2px;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(0,57,99,.96), rgba(43,64,83,.96));
  color:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}

#naya-heifer-proposal .nhp-hero-band__item{
  min-width:0;
}

#naya-heifer-proposal .nhp-hero-band__item strong{
  display:block;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:3px;
}

#naya-heifer-proposal .nhp-hero-band__item span{
  display:block;
  font-size:11px;
  line-height:1.45;
  color:rgba(255,255,255,.82);
}

/* Mockup general */
#naya-heifer-proposal .nhp-hero-mockup{
  position:relative;
  width:min(100%, 620px);
  margin-left:auto;
  aspect-ratio:1.04 / .88;
}

#naya-heifer-proposal .nhp-hero-mockup__laptop{
  position:absolute;
  inset:0 0 10% 4%;
}

#naya-heifer-proposal .nhp-hero-mockup__screen{
  position:absolute;
  inset:0 0 12% 0;
  border-radius:24px;
  background:linear-gradient(180deg, #fefefe, #f4f8fb);
  border:1px solid rgba(16,32,47,.08);
  box-shadow:0 24px 54px rgba(0,0,0,.12);
  padding:12px;
  overflow:hidden;
}

#naya-heifer-proposal .nhp-hero-mockup__base{
  position:absolute;
  left:8%;
  right:8%;
  bottom:0;
  height:8%;
  border-radius:0 0 26px 26px;
  background:linear-gradient(180deg, #d8e2ea, #b9c8d4);
  box-shadow:0 12px 20px rgba(0,0,0,.10);
}

#naya-heifer-proposal .nhp-hero-mockup__phone{
  position:absolute;
  right:-2%;
  bottom:12%;
  width:24%;
  min-width:110px;
  aspect-ratio:.52 / 1;
  border-radius:24px;
  padding:8px;
  background:linear-gradient(180deg, #163f69, #20384f);
  box-shadow:0 20px 40px rgba(0,0,0,.18);
}

#naya-heifer-proposal .nhp-hero-mockup__phone-screen{
  width:100%;
  height:100%;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}

#naya-heifer-proposal .nhp-hero-mockup__insight{
  position:absolute;
  left:2%;
  bottom:0;
  width:min(62%, 320px);
  background:rgba(255,255,255,.98);
  border:1px solid rgba(16,32,47,.08);
  border-radius:16px;
  padding:12px 14px;
  box-shadow:0 14px 28px rgba(0,0,0,.10);
}

#naya-heifer-proposal .nhp-hero-mockup__insight strong{
  display:block;
  color:var(--nhp-primary);
  font-size:14px;
  line-height:1.2;
  margin-bottom:4px;
}

#naya-heifer-proposal .nhp-hero-mockup__insight span{
  display:block;
  color:var(--nhp-text-soft);
  font-size:12px;
  line-height:1.45;
}

/* UI del sitio en laptop */
#naya-heifer-proposal .nhp-hero-site{
  width:100%;
  height:100%;
  display:grid;
  grid-template-rows:auto auto 1fr;
  gap:10px;
}

#naya-heifer-proposal .nhp-hero-site__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:2px 2px 0;
}

#naya-heifer-proposal .nhp-hero-site__logo{
  width:98px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--naya-blue), var(--heifer-cyan));
}

#naya-heifer-proposal .nhp-hero-site__nav{
  display:flex;
  gap:8px;
}

#naya-heifer-proposal .nhp-hero-site__nav span{
  width:44px;
  height:8px;
  border-radius:999px;
  background:#dce6ee;
}

#naya-heifer-proposal .nhp-hero-site__hero{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(140px, .78fr);
  gap:12px;
  min-height:0;
}

#naya-heifer-proposal .nhp-hero-site__hero-copy{
  background:#f7fbfd;
  border-radius:16px;
  padding:14px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
}

#naya-heifer-proposal .nhp-hero-site__eyebrow{
  width:28%;
  height:8px;
  border-radius:999px;
  background:#d9e7f1;
}

#naya-heifer-proposal .nhp-hero-site__title{
  width:88%;
  height:16px;
  border-radius:999px;
  background:linear-gradient(90deg, #1f4f7a, #2b4053);
}

#naya-heifer-proposal .nhp-hero-site__title.short{
  width:62%;
}

#naya-heifer-proposal .nhp-hero-site__text{
  width:94%;
  height:9px;
  border-radius:999px;
  background:#dce6ee;
}

#naya-heifer-proposal .nhp-hero-site__cta{
  width:110px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--naya-orange), var(--heifer-orange));
  margin-top:4px;
}

#naya-heifer-proposal .nhp-hero-site__hero-media{
  border-radius:16px;
  background:
    linear-gradient(135deg, rgba(115,195,213,.35), rgba(0,57,99,.16)),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.7), transparent 25%);
}

#naya-heifer-proposal .nhp-hero-site__modules{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:10px;
  min-height:0;
}

#naya-heifer-proposal .nhp-hero-site__module{
  background:#fff;
  border:1px solid rgba(16,32,47,.07);
  border-radius:14px;
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

#naya-heifer-proposal .nhp-hero-site__module.large{
  background:linear-gradient(180deg, #fbfdff, #f4f8fb);
}

#naya-heifer-proposal .nhp-hero-site__module em{
  font-style:normal;
  color:var(--nhp-primary);
  font-size:11px;
  font-weight:800;
  line-height:1.3;
}

#naya-heifer-proposal .nhp-hero-site__module span{
  display:block;
  height:8px;
  border-radius:999px;
  background:#dce6ee;
}

#naya-heifer-proposal .nhp-hero-site__module.large span:first-of-type{
  width:92%;
}

#naya-heifer-proposal .nhp-hero-site__module.large span:nth-of-type(2){
  width:76%;
}

#naya-heifer-proposal .nhp-hero-site__module.large span:nth-of-type(3){
  width:58%;
}

/* UI del phone */
#naya-heifer-proposal .nhp-hero-phone-ui{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:10px;
}

#naya-heifer-proposal .nhp-hero-phone-ui__top{
  width:52%;
  height:7px;
  border-radius:999px;
  background:#d9e7f1;
}

#naya-heifer-proposal .nhp-hero-phone-ui__img{
  width:100%;
  aspect-ratio:1 / .8;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(115,195,213,.35), rgba(0,57,99,.16));
}

#naya-heifer-proposal .nhp-hero-phone-ui__line{
  width:100%;
  height:8px;
  border-radius:999px;
  background:#dce6ee;
}

#naya-heifer-proposal .nhp-hero-phone-ui__line.short{
  width:72%;
}

#naya-heifer-proposal .nhp-hero-phone-ui__card{
  width:100%;
  height:44px;
  border-radius:12px;
  background:#f4f8fb;
  border:1px solid rgba(16,32,47,.06);
}

/* DESKTOP compacto */
@media (min-width: 981px) and (max-height: 860px){
  #naya-heifer-proposal .nhp-hero-full--v2{
    gap:22px;
    padding:18px 34px 0;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__title{
    font-size:clamp(30px, 3.3vw, 50px);
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__text{
    font-size:14px;
    line-height:1.52;
  }

  #naya-heifer-proposal .nhp-hero-pillars{
    gap:10px;
  }

  #naya-heifer-proposal .nhp-hero-pillar{
    padding:12px 12px 10px;
  }

  #naya-heifer-proposal .nhp-hero-pillar h3{
    font-size:14px;
  }

  #naya-heifer-proposal .nhp-hero-pillar p{
    font-size:11px;
    line-height:1.42;
  }

  #naya-heifer-proposal .nhp-hero-band{
    padding:10px 12px;
  }

  #naya-heifer-proposal .nhp-hero-band__item strong{
    font-size:14px;
  }

  #naya-heifer-proposal .nhp-hero-band__item span{
    font-size:10px;
  }

  #naya-heifer-proposal .nhp-hero-mockup{
    width:min(100%, 560px);
  }
}

/* TABLET */
@media (max-width: 980px){
  #naya-heifer-proposal .nhp-hero-full--v2{
    min-height:auto;
    grid-template-columns:1fr;
    gap:22px;
    padding:20px 20px 0;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__copy{
    max-width:none;
    gap:12px;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__title{
    max-width:none;
    font-size:clamp(30px, 8vw, 48px);
    line-height:1.02;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__text{
    max-width:none;
    font-size:15px;
    line-height:1.68;
  }

  #naya-heifer-proposal .nhp-hero-pillars{
    grid-template-columns:1fr;
  }

  #naya-heifer-proposal .nhp-hero-band{
    grid-template-columns:1fr;
  }

  #naya-heifer-proposal .nhp-hero-full__visual{
    justify-content:center;
  }

  #naya-heifer-proposal .nhp-hero-mockup{
    width:min(100%, 620px);
    margin:0 auto;
  }
}

/* MOBILE */
@media (max-width: 640px){
  #naya-heifer-proposal .nhp-hero-full--v2{
    padding:18px 16px 0;
    gap:18px;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__eyebrow{
    font-size:10px;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__title{
    font-size:clamp(28px, 9vw, 38px);
    line-height:1.04;
  }

  #naya-heifer-proposal .nhp-hero-full--v2 .nhp-hero-full__text{
    font-size:14px;
    line-height:1.62;
  }

  #naya-heifer-proposal .nhp-hero-pillar{
    border-radius:16px;
    padding:14px;
  }

  #naya-heifer-proposal .nhp-hero-pillar h3{
    font-size:14px;
  }

  #naya-heifer-proposal .nhp-hero-pillar p{
    font-size:12px;
  }

  #naya-heifer-proposal .nhp-hero-band{
    border-radius:16px;
    padding:12px;
  }

  #naya-heifer-proposal .nhp-hero-mockup{
    width:min(100%, 420px);
    aspect-ratio:1 / 1.02;
  }

  #naya-heifer-proposal .nhp-hero-mockup__phone{
    min-width:94px;
    border-radius:20px;
  }

  #naya-heifer-proposal .nhp-hero-mockup__insight{
    width:min(74%, 260px);
    padding:10px 12px;
  }

  #naya-heifer-proposal .nhp-hero-mockup__insight strong{
    font-size:13px;
  }

  #naya-heifer-proposal .nhp-hero-mockup__insight span{
    font-size:11px;
  }

  #naya-heifer-proposal .nhp-hero-site__hero{
    grid-template-columns:1fr;
  }

  #naya-heifer-proposal .nhp-hero-site__modules{
    grid-template-columns:1fr;
  }
}

/* =========================================
   SLIDE 2 · OVERVIEW V2
========================================= */

#naya-heifer-proposal .nhp-slide__inner--overview-v2{
  justify-content:center;
  gap:22px;
}

#naya-heifer-proposal .nhp-overview-v2{
  display:flex;
  flex-direction:column;
  gap:18px;
  width:100%;
}

#naya-heifer-proposal .nhp-overview-v2__intro{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(260px, .8fr);
  gap:20px;
  align-items:end;
}

#naya-heifer-proposal .nhp-overview-v2__eyebrow{
  margin:0 0 8px;
  color:var(--naya-orange);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.4;
}

#naya-heifer-proposal .nhp-overview-v2__lead{
  background:linear-gradient(135deg, rgba(0,57,99,.96), rgba(43,64,83,.96));
  color:#fff;
  border-radius:20px;
  padding:18px 18px 16px;
  box-shadow:0 14px 30px rgba(0,0,0,.10);
}

#naya-heifer-proposal .nhp-overview-v2__lead strong{
  display:block;
  font-size:15px;
  line-height:1.25;
  margin-bottom:6px;
}

#naya-heifer-proposal .nhp-overview-v2__lead span{
  display:block;
  color:rgba(255,255,255,.84);
  font-size:13px;
  line-height:1.55;
}

#naya-heifer-proposal .nhp-overview-v2__grid{
  display:grid;
  grid-template-columns:repeat(12, minmax(0, 1fr));
  gap:16px;
}

#naya-heifer-proposal .nhp-overview-v2__card{
  position:relative;
  grid-column:span 4;
  min-width:0;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(16,32,47,.08);
  border-radius:22px;
  padding:20px 18px 18px;
  box-shadow:0 14px 30px rgba(0,0,0,.05);
  overflow:hidden;
}

#naya-heifer-proposal .nhp-overview-v2__card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, var(--naya-blue), var(--heifer-cyan), var(--naya-orange));
}

#naya-heifer-proposal .nhp-overview-v2__card--primary{
  grid-column:span 6;
  display:grid;
  grid-template-columns:64px minmax(0, 1fr);
  gap:14px;
  align-items:start;
  background:
    radial-gradient(circle at top right, rgba(115,195,213,.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

#naya-heifer-proposal .nhp-overview-v2__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  background:rgba(255,126,43,.12);
  color:var(--naya-orange);
  font-size:14px;
  font-weight:900;
  margin-bottom:12px;
}

#naya-heifer-proposal .nhp-overview-v2__card--primary .nhp-overview-v2__num{
  width:56px;
  height:56px;
  font-size:18px;
  margin-bottom:0;
}

#naya-heifer-proposal .nhp-overview-v2__card h3{
  margin:0 0 10px;
  color:var(--nhp-primary);
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.03em;
}

#naya-heifer-proposal .nhp-overview-v2__card--primary h3{
  font-size:24px;
}

#naya-heifer-proposal .nhp-overview-v2__card p{
  margin:0 0 12px;
  color:var(--nhp-text-soft);
  font-size:14px;
  line-height:1.6;
}

#naya-heifer-proposal .nhp-overview-v2__card .nhp-list{
  padding-left:18px;
}

#naya-heifer-proposal .nhp-overview-v2__card .nhp-list li{
  margin:0 0 8px;
  font-size:13px;
  line-height:1.52;
}

#naya-heifer-proposal .nhp-overview-v2__band{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.95), rgba(246,250,252,.98));
  border:1px solid rgba(16,32,47,.08);
  box-shadow:0 12px 24px rgba(0,0,0,.04);
}

#naya-heifer-proposal .nhp-overview-v2__band-item strong{
  display:block;
  color:var(--nhp-primary);
  font-size:14px;
  line-height:1.2;
  margin-bottom:4px;
}

#naya-heifer-proposal .nhp-overview-v2__band-item span{
  display:block;
  color:var(--nhp-text-soft);
  font-size:12px;
  line-height:1.45;
}

/* DESKTOP compacto */
@media (min-width: 981px) and (max-height: 860px){
  #naya-heifer-proposal .nhp-slide__inner--overview-v2{
    gap:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2{
    gap:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__intro{
    gap:16px;
  }

  #naya-heifer-proposal .nhp-overview-v2__lead{
    padding:14px 14px 12px;
    border-radius:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2__lead strong{
    font-size:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__lead span{
    font-size:12px;
    line-height:1.45;
  }

  #naya-heifer-proposal .nhp-overview-v2__grid{
    gap:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card{
    padding:16px 14px 14px;
    border-radius:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card--primary{
    grid-template-columns:52px minmax(0, 1fr);
    gap:12px;
  }

  #naya-heifer-proposal .nhp-overview-v2__num{
    width:38px;
    height:38px;
    font-size:13px;
    margin-bottom:10px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card--primary .nhp-overview-v2__num{
    width:48px;
    height:48px;
    font-size:16px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card h3{
    font-size:18px;
    margin-bottom:8px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card--primary h3{
    font-size:21px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card p{
    font-size:13px;
    line-height:1.45;
    margin-bottom:10px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card .nhp-list li{
    font-size:12px;
    line-height:1.42;
    margin-bottom:6px;
  }

  #naya-heifer-proposal .nhp-overview-v2__band{
    gap:10px;
    padding:10px 12px;
  }

  #naya-heifer-proposal .nhp-overview-v2__band-item strong{
    font-size:13px;
  }

  #naya-heifer-proposal .nhp-overview-v2__band-item span{
    font-size:11px;
  }
}

/* TABLET */
@media (max-width: 980px){
  #naya-heifer-proposal .nhp-overview-v2__intro{
    grid-template-columns:1fr;
    align-items:start;
  }

  #naya-heifer-proposal .nhp-overview-v2__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  #naya-heifer-proposal .nhp-overview-v2__card,
  #naya-heifer-proposal .nhp-overview-v2__card--primary{
    grid-column:auto;
  }

  #naya-heifer-proposal .nhp-overview-v2__card--primary{
    grid-template-columns:56px minmax(0, 1fr);
  }

  #naya-heifer-proposal .nhp-overview-v2__band{
    grid-template-columns:1fr;
  }
}

/* MOBILE */
@media (max-width: 640px){
  #naya-heifer-proposal .nhp-overview-v2{
    gap:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card,
  #naya-heifer-proposal .nhp-overview-v2__card--primary{
    grid-template-columns:1fr;
    padding:18px 16px;
    border-radius:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card--primary .nhp-overview-v2__num{
    width:44px;
    height:44px;
    font-size:14px;
    margin-bottom:12px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card h3,
  #naya-heifer-proposal .nhp-overview-v2__card--primary h3{
    font-size:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card p{
    font-size:14px;
  }

  #naya-heifer-proposal .nhp-overview-v2__card .nhp-list li{
    font-size:13px;
  }

  #naya-heifer-proposal .nhp-overview-v2__lead{
    padding:16px;
    border-radius:18px;
  }

  #naya-heifer-proposal .nhp-overview-v2__band{
    padding:12px;
    border-radius:16px;
  }
}
