/* ==== data-note (shared head style, all pages) (index.html lines 26-32) ==== */
.data-note {
text-align: center;
color: #777;
font-family: var(--font-body);
font-size: .8rem;
margin-top: 1rem
}

/* ==== jp-neo-label mobile hide (index.html lines 88-92) ==== */
@media (max-width:768px) {
.jp-neo-label {
display: none !important
}
}

/* ==== jp-neo-kicker mobile margin (index.html lines 96-100) ==== */
@media (max-width:768px) {
.jp-neo-kicker {
margin-top: 70px !important
}
}

/* ==== jp-neo-highlight (index.html lines 105-118) ==== */
.jp-neo-highlight {
display: inline-block;
white-space: nowrap
}

@media (max-width:768px) {
.jp-neo-highlight {
white-space: normal;
max-width: 100%;
font-size: clamp(24px, 8vw, 60px);
overflow-wrap: break-word;
word-break: break-word
}
}

/* ==== ocultar-pc (index.html lines 156-160) ==== */
@media (min-width:769px) {
.ocultar-pc {
display: none !important
}
}

/* ==== sticker-wow-2 mobile hide (index.html lines 167-171) ==== */
@media (max-width:768px) {
.jp-sticker-wow-2 {
display: none !important
}
}

/* ==== mobile-text/desktop-text (index.html lines 221-233) ==== */
.mobile-text {
display: none
}

@media (max-width:768px) {
.desktop-text {
display: none
}

.mobile-text {
display: inline
}
}

/* ==== ocultar-movil (index.html lines 251-255) ==== */
@media (max-width:768px) {
.ocultar-movil {
display: none !important
}
}

/* ==== jp-hero-slider full style system (index.html lines 263-1241) ==== */
.jp-hero-slider {
position: relative;
min-height: 850px;
overflow: hidden;
background: #000;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 5px solid #000
}

.jp-hero-slide {
position: absolute;
inset: 0;
min-height: 850px;
background: var(--jp-slide-grad);
color: #000;
opacity: 0;
visibility: hidden;
transform: translateX(40px);
transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
overflow: hidden
}

.jp-hero-slide.jp-active {
opacity: 1;
visibility: visible;
transform: translateX(0)
}

.jp-hero-slide-bg {
position: absolute;
inset: 0;
pointer-events: none
}

.jp-neo-grid {
position: absolute;
inset: 0;
opacity: .18;
background-image: linear-gradient(#000 2px, transparent 2px), linear-gradient(90deg, #000 2px, transparent 2px);
background-size: 55px 55px
}

.jp-neo-circle {
position: absolute;
width: 390px;
height: 390px;
border-radius: 50%;
background: #ffef00;
border: 5px solid #000;
right: 7%;
top: 8%;
box-shadow: 12px 12px 0 #000
}

.jp-neo-circle-1 {
transform: rotate(-8deg)
}

.jp-neo-circle-2 {
width: 120px;
height: 120px;
left: 6%;
bottom: 20%;
background: #ff4b18;
box-shadow: 8px 8px 0 #000
}

.jp-neo-circle-red {
background: #b8ff00
}

.jp-neo-square {
position: absolute;
width: 300px;
height: 300px;
right: 8%;
top: 15%;
background: #ffef00;
border: 5px solid #000;
transform: rotate(12deg);
box-shadow: 14px 14px 0 #000
}

.jp-neo-star {
position: absolute;
font-size: 100px;
font-weight: 900;
color: #ffef00;
-webkit-text-stroke: 4px #000;
transform: rotate(-15deg)
}

.jp-neo-star-1 {
left: 43%;
top: 12%
}

.jp-neo-star-2 {
right: 5%;
bottom: 17%;
color: #b8ff00
}

.jp-neo-star-big {
right: 8%;
top: 8%;
font-size: 180px
}

.jp-neo-star-community {
left: 48%;
top: 15%;
color: #ffef00
}

.jp-neo-scribble,
.jp-neo-zigzag {
position: absolute;
font-size: 90px;
font-weight: 900;
transform: rotate(-15deg)
}

.jp-neo-scribble {
right: 34%;
bottom: 12%
}

.jp-neo-zigzag {
right: 2%;
bottom: 12%;
color: #b8ff00;
-webkit-text-stroke: 3px #000
}

.jp-hero-slide-content {
position: relative;
z-index: 5;
width: min(760px, 54%);
padding: 125px 0 170px 8%
}

.jp-neo-label {
display: inline-block;
padding: 14px 24px;
border: 5px solid #000;
box-shadow: 8px 8px 0 #000;
font-size: 16px;
font-weight: 1000;
letter-spacing: .5px;
transform: rotate(-2deg);
margin-bottom: 22px
}

.jp-neo-kicker {
font-size: 18px;
font-weight: 1000;
letter-spacing: 3px;
margin-bottom: 12px
}

.jp-hero-title {
margin: 0;
font-size: clamp(65px, 7.5vw, 112px);
line-height: .86;
font-weight: 1000;
letter-spacing: -6px;
text-transform: uppercase
}

.jp-neo-highlight,
.jp-neo-highlight-white {
display: inline-block;
margin-top: 12px;
padding: 8px 14px 13px;
background: #000;
color: #b8ff00;
border: 5px solid #000;
box-shadow: 10px 10px 0 #ffef00;
transform: rotate(-2deg)
}

.jp-neo-highlight-white {
color: #000;
background: #fff;
box-shadow: 10px 10px 0 #b8ff00
}

.jp-hero-subtitle {
max-width: 650px;
margin: 32px 0 26px;
font-size: 19px;
line-height: 1.45;
font-weight: 700;
background: #fff;
border: 4px solid #000;
padding: 18px 20px;
box-shadow: 8px 8px 0 #000
}

.jp-hero-cta-group {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin-top: 30px
}

.jp-neo-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 62px;
padding: 15px 26px;
border: 5px solid #000;
color: #000;
font-size: 15px;
font-weight: 1000;
text-decoration: none;
box-shadow: 8px 8px 0 #000;
transition: transform .15s ease, box-shadow .15s ease
}

.jp-neo-btn:hover {
transform: translate(5px, 5px);
box-shadow: 3px 3px 0 #000
}

.jp-neo-btn-black {
background: #000;
color: #fff
}

.jp-neo-btn-white {
background: #fff
}

.jp-hero-slide-deco {
position: absolute;
z-index: 4;
right: 7%;
top: 48%;
transform: translateY(-50%);
width: 430px;
height: 520px
}

.jp-neo-card {
position: absolute;
width: 370px;
height: 440px;
background: #fff;
border: 5px solid #000;
box-shadow: 14px 14px 0 #000;
transform: rotate(4deg);
padding: 16px
}

.jp-neo-card-top {
height: 30px;
display: flex;
gap: 8px;
align-items: center;
border-bottom: 4px solid #000
}

.jp-neo-card-top span {
width: 15px;
height: 15px;
border-radius: 50%;
background: #ff4b18;
border: 2px solid #000
}

.jp-neo-card-top span:nth-child(2) {
background: #b8ff00
}

.jp-neo-card-top span:nth-child(3) {
background: #8b4dff
}

.jp-neo-card-face {
height: 270px;
margin-top: 18px;
background: #b8ff00;
border: 4px solid #000;
display: flex;
align-items: center;
justify-content: center;
font-size: 150px
}

.jp-neo-card-title {
font-size: 44px;
font-weight: 1000;
margin-top: 15px
}

.jp-neo-card-mini {
display: inline-block;
background: #ff4b18;
border: 3px solid #000;
padding: 6px 10px;
font-weight: 1000;
box-shadow: 4px 4px 0 #000
}

.jp-neo-sticker {
position: absolute;
z-index: 8;
padding: 12px 18px;
background: #ffef00;
border: 4px solid #000;
box-shadow: 7px 7px 0 #000;
font-weight: 1000;
font-size: 18px;
transform: rotate(-8deg)
}

.jp-sticker-hello {
left: -15px;
top: 35px
}

.jp-sticker-wow {
right: -25px;
top: 70px;
background: #ff4b18;
transform: rotate(9deg)
}

.jp-sticker-play {
left: -25px;
bottom: 40px;
background: #b8ff00
}

.jp-sticker-lol {
right: 10%;
bottom: 10%;
background: #ffef00;
transform: rotate(7deg)
}

.jp-sticker-hot {
right: -25px;
top: 30px;
background: #ffef00;
transform: rotate(10deg)
}

.jp-sticker-wow-2 {
left: -35px;
bottom: 50px;
background: #b8ff00
}

.jp-sticker-follow {
right: 5%;
bottom: 8%;
background: #ff4b18
}

.jp-sticker-number {
right: -10px;
top: 15px;
font-size: 40px;
background: #b8ff00;
transform: rotate(12deg)
}

.jp-neo-phone {
position: absolute;
right: 15px;
top: 15px;
width: 290px;
height: 500px;
background: #000;
border: 5px solid #000;
border-radius: 28px;
padding: 12px;
transform: rotate(6deg);
box-shadow: 15px 15px 0 #000
}

.jp-neo-phone-camera {
width: 75px;
height: 20px;
border-radius: 20px;
background: #000;
margin: 0 auto 10px
}

.jp-neo-phone-screen {
height: 425px;
background: #b8ff00;
border: 4px solid #000;
padding: 20px;
position: relative
}

.jp-phone-tag {
display: inline-block;
background: #ff4b18;
border: 3px solid #000;
padding: 5px 9px;
font-weight: 1000;
transform: rotate(-5deg)
}

.jp-phone-emoji {
font-size: 100px;
text-align: center;
margin: 35px 0 15px
}

.jp-neo-phone-screen strong {
display: block;
font-size: 32px;
line-height: .9;
text-align: center
}

.jp-neo-phone-screen button {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
padding: 12px;
border: 4px solid #000;
background: #fff;
font-weight: 1000;
box-shadow: 5px 5px 0 #000
}

.jp-neo-phone-nav {
color: #fff;
text-align: center;
padding: 8px
}

.jp-neo-social-card {
position: absolute;
width: 360px;
background: #fff;
border: 5px solid #000;
box-shadow: 14px 14px 0 #000;
padding: 20px;
transform: rotate(-4deg)
}

.jp-social-top {
display: flex;
justify-content: space-between;
font-weight: 1000;
border-bottom: 4px solid #000;
padding-bottom: 12px
}

.jp-social-avatar {
width: 130px;
height: 130px;
margin: 25px auto 15px;
border: 5px solid #000;
border-radius: 50%;
background: #b8ff00;
display: flex;
align-items: center;
justify-content: center;
font-size: 70px
}

.jp-social-name {
text-align: center;
font-size: 30px;
font-weight: 1000
}

.jp-social-handle {
text-align: center;
font-weight: 700;
margin: 5px 0 20px
}

.jp-social-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 7px
}

.jp-social-stats b {
background: #ffef00;
border: 3px solid #000;
padding: 10px 3px;
text-align: center;
font-size: 13px
}

.jp-neo-social-card button {
width: 100%;
margin-top: 15px;
padding: 13px;
background: #ff4b18;
border: 4px solid #000;
box-shadow: 5px 5px 0 #000;
font-weight: 1000
}

.jp-hero-stats {
position: absolute;
z-index: 20;
bottom: 0;
left: 8%;
display: flex;
gap: 0
}

.jp-neo-stat {
min-width: 205px;
background: #fff;
border: 5px solid #000;
padding: 15px 22px;
box-shadow: 7px 7px 0 #000
}

.jp-neo-stat:nth-child(2) {
background: #b8ff00
}

.jp-neo-stat:nth-child(3) {
background: #ff4b18
}

.jp-hero-stat-num {
font-size: 34px;
line-height: 1;
font-weight: 1000
}

.jp-hero-stat-label {
margin-top: 7px;
font-size: 10px;
font-weight: 1000;
letter-spacing: 1px
}

.jp-hero-stats {
z-index: 50;
isolation: isolate
}

.jp-neo-stat {
position: relative;
z-index: 51
}

.jp-neo-stat .jp-hero-stat-label,
.jp-neo-stat .jp-hero-stat-num {
position: relative;
z-index: 52
}

.jp-hero-arrow {
position: absolute;
z-index: 30;
top: 50%;
width: 55px;
height: 55px;
border: 4px solid #000;
background: #fff;
color: #000;
font-size: 28px;
font-weight: 1000;
box-shadow: 7px 7px 0 #000;
cursor: pointer;
transition: .15s ease
}

.jp-hero-arrow:hover {
transform: translate(4px, 4px);
box-shadow: 3px 3px 0 #000
}

.jp-hero-arrow-left {
left: 25px
}

.jp-hero-arrow-right {
right: 25px
}

.jp-hero-slider-dots {
position: absolute;
z-index: 40;
right: 35px;
top: 30px;
bottom: auto;
display: flex;
gap: 10px
}

.jp-hero-dot {
width: 17px;
height: 17px;
border: 3px solid #000;
background: #fff;
box-shadow: 3px 3px 0 #000;
cursor: pointer
}

.jp-hero-dot.jp-active {
background: #b8ff00
}

.jp-hero-title {
word-spacing: 4px;
overflow: visible
}

.jp-hero-title .jp-neo-highlight,
.jp-hero-title .jp-neo-highlight-white {
margin-left: 3px;
margin-right: 3px
}

.jp-hero-stat-label,
.jp-hero-stat-num,
.jp-hero-title,
.jp-neo-btn,
.jp-neo-card-mini,
.jp-neo-card-title,
.jp-neo-kicker,
.jp-neo-label,
.jp-neo-social-card button,
.jp-social-handle,
.jp-social-name,
.jp-social-stats b {
text-shadow: none;
color: #000
}

.jp-neo-btn-black {
color: #fff
}

.jp-neo-highlight {
color: #b8ff00
}

.jp-neo-highlight-white {
color: #000
}

.jp-hero-subtitle {
color: #000;
font-weight: 800
}

.jp-hero-title-main,
.jp-neo-kicker {
-webkit-text-stroke: 4px #fff;
paint-order: stroke fill
}

@media(max-width:900px) {

.jp-hero-slide,
.jp-hero-slider {
min-height: 1180px
}

.jp-hero-slide {
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden
}

.jp-hero-slide-content {
position: relative;
order: 1;
width: 100%;
max-width: 600px;
padding: 95px 24px 0;
box-sizing: border-box
}

.jp-hero-title {
font-size: clamp(42px, 10vw, 68px);
letter-spacing: -2px;
word-spacing: 6px
}

.jp-hero-slide-deco {
position: relative;
order: 2;
opacity: 1;
right: auto;
top: auto;
transform: none;
width: 100%;
max-width: 300px;
height: auto;
min-height: 340px;
margin: 36px auto 40px
}

.jp-neo-card {
position: relative;
width: 100%;
max-width: 280px;
height: auto;
margin: 0 auto;
transform: rotate(2deg)
}

.jp-neo-card-face {
height: 170px;
font-size: 85px
}

.jp-neo-card-title {
font-size: 26px
}

.jp-neo-phone {
position: relative;
width: 230px;
height: 400px;
margin: 0 auto;
right: auto;
top: auto;
transform: rotate(3deg)
}

.jp-neo-phone-screen {
height: 335px;
padding: 16px
}

.jp-phone-emoji {
font-size: 75px;
margin: 26px 0 12px
}

.jp-neo-phone-screen strong {
font-size: 24px
}

.jp-neo-social-card {
position: relative;
width: 100%;
max-width: 290px;
margin: 0 auto;
transform: rotate(-2deg)
}

.jp-social-avatar {
width: 95px;
height: 95px;
font-size: 48px;
margin: 18px auto 12px
}

.jp-social-name {
font-size: 22px
}

.jp-social-stats b {
font-size: 11px;
padding: 8px 3px
}

.jp-neo-sticker {
font-size: 13px;
padding: 8px 12px;
z-index: 9
}

.jp-sticker-hello {
left: -8px;
top: -18px
}

.jp-sticker-wow {
right: -8px;
top: -18px
}

.jp-sticker-play {
left: -8px;
bottom: -16px
}

.jp-sticker-lol {
right: 0;
bottom: -16px
}

.jp-sticker-hot {
right: -8px;
top: -16px
}

.jp-sticker-wow-2 {
left: -8px;
bottom: -12px
}

.jp-sticker-follow {
right: 0;
bottom: -16px
}

.jp-sticker-number {
right: -8px;
top: -12px;
font-size: 22px
}

.jp-hero-subtitle {
max-width: 100%
}

.jp-hero-stats {
order: 3;
position: relative;
left: auto;
right: auto;
bottom: auto;
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 0 24px 32px;
box-sizing: border-box;
display: grid;
grid-template-columns: repeat(3, 1fr)
}

.jp-neo-stat {
min-width: 0;
padding: 12px 8px
}

.jp-hero-stat-num {
font-size: 20px
}

.jp-hero-stat-label {
font-size: 8px
}

.jp-hero-arrow {
top: 63%
}
}

@media(max-width:600px) {

.jp-hero-slide,
.jp-hero-slider {
min-height: 1010px
}

.jp-neo-label {
font-size: 11px
}

.jp-hero-title {
letter-spacing: -1px;
word-spacing: 4px;
font-size: clamp(38px, 11vw, 50px)
}

.jp-hero-subtitle {
font-size: 14px;
max-width: 100%
}

.jp-hero-cta-group {
flex-direction: column;
align-items: flex-start
}

.jp-neo-btn {
width: auto
}

.jp-hero-slide-deco {
max-width: 260px;
min-height: 300px;
margin: 28px auto 32px
}

.jp-neo-card {
max-width: 240px
}

.jp-neo-card-face {
height: 145px;
font-size: 70px
}

.jp-neo-card-title {
font-size: 22px
}

.jp-neo-phone {
width: 200px;
height: 350px
}

.jp-neo-phone-screen {
height: 290px;
padding: 14px
}

.jp-phone-emoji {
font-size: 60px;
margin: 20px 0 10px
}

.jp-neo-phone-screen strong {
font-size: 20px
}

.jp-neo-social-card {
max-width: 250px;
padding: 16px
}

.jp-social-avatar {
width: 80px;
height: 80px;
font-size: 40px
}

.jp-social-name {
font-size: 18px
}

.jp-hero-stats {
padding: 0 12px 24px
}

.jp-neo-stat {
padding: 10px 5px
}

.jp-hero-stat-num {
font-size: 17px
}

.jp-hero-stat-label {
letter-spacing: 0;
font-size: 12px
}

.jp-hero-arrow {
width: 42px;
height: 42px;
font-size: 20px
}

.jp-hero-arrow-left {
left: 10px
}

.jp-hero-arrow-right {
right: 10px
}

.jp-hero-slider-dots {
right: 50%;
top: 22px;
bottom: auto;
transform: translateX(50%)
}
}

/* ==== ticker-band (index.html lines 1250-1357) ==== */
.ticker-band {
position: relative;
overflow: hidden;
background: #b8ff00;
border-top: 5px solid #000;
border-bottom: 5px solid #000;
padding: 18px 0;
transform: rotate(-1deg) scale(1.02);
z-index: 10;
box-shadow: 0 10px 0 #000
}

.ticker-inner {
display: flex;
width: max-content;
align-items: center;
gap: 28px;
white-space: nowrap;
animation: tickerMove 22s linear infinite
}

.ticker-inner span {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 1;
font-weight: 1000;
letter-spacing: 2px;
color: #000;
text-transform: uppercase
}

.ticker-inner span:nth-child(2n) {
font-size: 28px;
-webkit-text-stroke: 1px #000;
transform: rotate(8deg)
}

.ticker-inner span:nth-child(4n+1) {
background: #fff;
border: 4px solid #000;
padding: 9px 15px;
box-shadow: 5px 5px 0 #000;
transform: rotate(-2deg)
}

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

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

.ticker-band:hover .ticker-inner {
animation-play-state: paused
}

@media(max-width:900px) {
.ticker-band {
padding: 16px 0;
box-shadow: 0 8px 0 #000
}

.ticker-inner {
gap: 24px;
animation-duration: 20s
}

.ticker-inner span {
font-size: 19px
}

.ticker-inner span:nth-child(2n) {
font-size: 25px
}
}

@media(max-width:600px) {
.ticker-band {
padding: 14px 0;
box-shadow: 0 7px 0 #000
}

.ticker-inner {
gap: 20px;
animation-duration: 18s
}

.ticker-inner span {
font-size: 16px;
letter-spacing: 1px
}

.ticker-inner span:nth-child(2n) {
font-size: 21px
}

.ticker-inner span:nth-child(4n+1) {
padding: 7px 11px;
border-width: 3px;
box-shadow: 4px 4px 0 #000
}
}

/* ==== impact-section / category-grid (index.html lines 1407-1683) ====
   Scoped to `.home` (body class WP adds on the front page via is_front_page()) because
   these class names — .impact-section, .impact-eyebrow, .impact-title-main, .impact-desc,
   .category-card, .cat-icon, .cat-name — are reused on other pages (sobre-jenkito.html's
   impact-sections, contenido.html's category cards) with their OWN, different intended
   styling from styles.css's baseline rules. In the original site this block only ever
   existed inside index.html's own <style> tag, so it could never leak onto another page;
   loading it globally here would otherwise override those other pages' real styling. */
.home .impact-section {
position: relative;
padding: 80px 0;
background: #2fc51f;
overflow: hidden;
border-top: 5px solid #000;
border-bottom: 5px solid #000
}

.home .impact-eyebrow {
display: inline-block;
margin: 0 0 16px;
padding: 8px 14px;
background: #000;
color: #2fc51f;
border: 4px solid #000;
box-shadow: 6px 6px 0 #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 1000;
letter-spacing: 2px;
transform: rotate(-2deg)
}

.home .impact-title-main {
margin: 0;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(48px, 6vw, 82px);
line-height: .88;
font-weight: 1000;
letter-spacing: -4px;
text-transform: uppercase
}

.home .impact-desc {
max-width: 650px;
margin: 24px 0 0;
padding: 14px 18px;
background: #fff;
border: 4px solid #000;
box-shadow: 7px 7px 0 #000;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4;
font-weight: 700
}

.home .category-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
max-width: 1000px;
margin: 42px auto 0
}

.home .category-card {
position: relative;
display: flex;
align-items: center;
min-height: 115px;
padding: 18px;
background: #fff;
border: 5px solid #000;
box-shadow: 9px 9px 0 #000;
color: #000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
transition: transform .15s ease, box-shadow .15s ease
}

.home .category-card:first-child {
background: #fff
}

.home .category-card:nth-child(2) {
background: #2fc51f
}

.home .category-card:nth-child(3) {
background: #fff
}

.home .category-card:nth-child(4) {
background: #2fc51f
}

.home .category-card:nth-child(5) {
background: #fff
}

.home .category-card:nth-child(6) {
background: #2fc51f
}

.home .cat-icon {
display: flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
flex-shrink: 0;
background: #000;
border: 4px solid #000;
font-size: 25px;
transform: rotate(-4deg);
margin-right: 15px
}

.home .cat-name {
margin: 0;
font-size: 22px;
line-height: 1;
font-weight: 1000;
text-transform: uppercase;
letter-spacing: -.5px;
flex: 1 1 auto;
min-width: 0;
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto
}

.home .cat-arrow {
position: absolute;
right: 12px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background: #000;
color: #2fc51f;
border: 3px solid #000;
font-size: 17px;
font-weight: 1000;
transform: rotate(4deg)
}

.home .category-card:hover {
transform: translate(6px, 6px);
box-shadow: 3px 3px 0 #000
}

.home .category-cta {
text-align: center;
margin-top: 36px
}

.home .category-cta .btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 12px 24px;
background: #000;
color: #2fc51f;
border: 4px solid #000;
box-shadow: 7px 7px 0 #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 1000;
text-decoration: none;
text-transform: uppercase;
transition: transform .15s ease, box-shadow .15s ease
}

.home .category-cta .btn-primary:hover {
transform: translate(4px, 4px);
box-shadow: 3px 3px 0 #fff
}

@media(max-width:900px) {
.home .impact-section {
padding: 65px 0
}

.home .category-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px
}

.home .category-card {
min-height: 105px;
padding: 15px
}

.home .cat-icon {
width: 46px;
height: 46px;
font-size: 22px
}

.home .cat-name {
font-size: 18px
}
}

@media(max-width:600px) {
.home .impact-section {
padding: 50px 0
}

.home .impact-eyebrow {
font-size: 10px;
padding: 7px 10px;
border-width: 3px;
box-shadow: 4px 4px 0 #000
}

.home .impact-title-main {
font-size: 44px;
letter-spacing: -3px
}

.home .impact-desc {
margin-top: 18px;
padding: 12px 14px;
border-width: 3px;
box-shadow: 5px 5px 0 #000;
font-size: 13px
}

.home .category-grid {
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-top: 30px
}

.home .category-card {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
min-height: 120px;
padding: 16px 10px 12px;
border-width: 4px;
box-shadow: 6px 6px 0 #000
}

.home .cat-icon {
width: 42px;
height: 42px;
font-size: 20px;
border-width: 3px;
margin-right: 0;
margin-bottom: 8px
}

.home .cat-name {
font-size: 13px;
line-height: 1.15;
text-align: center
}

.home .cat-arrow {
right: 6px;
top: 6px;
width: 23px;
height: 23px;
border-width: 2px;
font-size: 13px
}

.home .category-cta {
margin-top: 28px
}

.home .category-cta .btn-primary {
min-height: 46px;
padding: 10px 17px;
font-size: 11px;
box-shadow: 5px 5px 0 #fff
}
}

/* ==== bg-grid-green base (index.html lines 1686-1704) ==== */
.bg-grid-green {
position: relative;
overflow: hidden
}

.bg-grid-green::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background-image: linear-gradient(rgba(0, 0, 0, .18) 2px, transparent 2px), linear-gradient(90deg, rgba(0, 0, 0, .18) 2px, transparent 2px);
background-size: 56px 56px
}

.bg-grid-green>* {
position: relative;
z-index: 1
}

/* ==== bg-grid-green override (background-color !important) (index.html lines 1707-1726) ==== */
.bg-grid-green {
background-color: #b2eb1f !important;
position: relative;
overflow: hidden
}

.bg-grid-green::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background-image: linear-gradient(rgba(0, 0, 0, .18) 2px, transparent 2px), linear-gradient(90deg, rgba(0, 0, 0, .18) 2px, transparent 2px);
background-size: 56px 56px
}

.bg-grid-green>* {
position: relative;
z-index: 1
}

