
/* = SOFTWARE FOR ORGANISATIONS (NGO) = */

:root{
    --ink:#0b1220;
    --text:#3d4043;
    --muted:#6b7280;
    --blue:#1097f7;
    --line:rgba(15,23,42,.10);
    --card:#ffffff;
    --bg:#f8f9fc;
    --shadow: 0 18px 44px rgba(2,16,45,.10);
    --shadowSoft: 0 12px 30px rgba(2,16,45,.08);
    --radius:18px;
}

.section{ padding: 88px 0; }
.section--light{ background: var(--bg); }
.container-narrow{ width: 86%; max-width: 1100px; margin: 0 auto; }

.section-title{
    font-size: clamp(28px,2.4vw,38px);
    margin: 0 0 18px;
    color: var(--text);
    letter-spacing: -0.02em;
}
.section-title span{ color: var(--blue); font-weight: 700; }
.section-lead{
    color: var(--muted);
    margin: 0 0 22px;
    font-weight: 300;
    line-height: 1.85;
    max-width: 72ch;
}

/* HERO */
.hero--software-org{
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;

    background:
            radial-gradient(1000px 600px at 20% 15%, rgba(16,151,247,.22), transparent 55%),
            radial-gradient(900px 500px at 85% 25%, rgba(250,204,21,.14), transparent 60%),
            linear-gradient(180deg, rgba(248,251,255,.7), rgba(248,251,255,1));
}

.hero--software-org::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:
            radial-gradient(900px 500px at 55% 35%, rgba(16,151,247,.10), transparent 65%),
            url("/img/ngo_hero.webp");
    background-size: cover;
    background-position: right center;
    opacity: .2;
    filter: saturate(1.05) contrast(1.05);
    pointer-events:none;
}

.hero__inner--bg{
    width: 90%;
    margin: 0 auto;
    max-width: 1240px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 26px;
    align-items: start;
    position: relative;
    z-index: 1;
}

@media (max-width: 980px){
    .hero__inner--bg{ grid-template-columns: 1fr; }
    .hero--software-org{ padding: 110px 0 70px; }
}

.hero__kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(16,151,247,.25);
    border-radius: 999px;
    background: rgba(16,151,247,.08);
    color: var(--blue);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hero__title{
    font-size: clamp(32px, 3.3vw, 56px);
    line-height: 1.05;
    margin: 0 0 14px;
    color: var(--ink);
    letter-spacing: -0.03em;
}
.hero__title span{
    display: inline-block;
    color: var(--blue);
    font-weight: 800;
}

.hero__lead{
    color: var(--text);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 18px;
    max-width: 68ch;
}

.hero__bullets{
    display: grid;
    gap: 10px;
    margin: 18px 0 18px;
}
.bullet{
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.75);
    box-shadow: 0 10px 26px rgba(2,16,45,.06);
    backdrop-filter: blur(6px);
}
.bullet__icon{
    width: 26px; height: 26px;
    display: grid; place-items: center;
    border-radius: 10px;
    background: rgba(16,151,247,.12);
    color: var(--blue);
    font-weight: 900;
}
.bullet__text{ color: var(--text); font-weight: 300; line-height: 1.7; }

.hero__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.hero__note{
    margin-top: 14px;
    color: rgba(15,23,42,.70);
    font-size: 13px;
    line-height: 1.7;
}

/* Prawa kolumna hero - elegancki "mock" */
.hero__side{ position: relative; }
.hero__mock{
    border-radius: 22px;
    background: rgba(255,255,255,.4);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
    backdrop-filter: blur(8px);
}
.hero__mockTop{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(15,23,42,.08);
    background: rgba(248,251,255,.75);
}
.dot{ width: 10px; height: 10px; border-radius: 999px; display:inline-block; opacity:.9; }
.dot--r{ background:#ff5f57; }
.dot--y{ background:#febc2e; }
.dot--g{ background:#28c840; }

.dot:nth-child(1) {
    top: 17%;
}

.dot:nth-child(2) {
    top: 32%;
}

.dot:nth-child(3) {
    top: 47%;
}


.hero__mockTitle{
    margin-left: 4px;
    font-weight: 800;
    font-size: 12px;
    color: rgba(15,23,42,.70);
    letter-spacing: .02em;
    text-transform: uppercase;
}
.hero__mockBody{ padding: 14px; display: grid; gap: 12px; }

.miniStat{
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 10px 26px rgba(2,16,45,.06);
}
.miniStat__label{ color: rgba(15,23,42,.60); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.miniStat__value{ color: var(--ink); font-weight: 900; font-size: 22px; letter-spacing: -0.02em; }

.miniList{
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(16,151,247,.06);
    border: 1px solid rgba(16,151,247,.18);
}
.miniList__title{
    font-weight: 900;
    color: var(--ink);
    margin-bottom: 8px;
    font-size: 13px;
}
.miniList ul{ margin:0; padding-left: 18px; color: rgba(15,23,42,.78); }
.miniList li{ margin: 6px 0; font-weight: 300; line-height: 1.6; }

.hero__mockFooter{
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(250,204,21,.10);
    border: 1px solid rgba(250,204,21,.22);
    color: rgba(15,23,42,.75);
    font-size: 12px;
    line-height: 1.6;
}

/* Karty */
.cards-3{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 980px){ .cards-3{ grid-template-columns: 1fr; } }

.cards-3--soft .card{ background: rgba(255,255,255,.95); }
.card{
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadowSoft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{
    transform: translateY(-2px);
    border-color: rgba(16,151,247,.25);
    box-shadow: 0 22px 52px rgba(2,16,45,.12);
}
.card h3{
    margin: 6px 0 10px;
    font-size: 18px;
    color: var(--ink);
    letter-spacing: -0.01em;
}
.card p{
    margin: 0;
    color: var(--text);
    font-weight: 300;
    line-height: 1.75;
}
.card--icon .card__icon{
    width: 46px; height: 46px;
    border-radius: 14px;
    display:grid; place-items:center;
    background: rgba(16,151,247,.10);
    border: 1px solid rgba(16,151,247,.18);
    font-size: 20px;
}

/* CTA strip */
.ctaStrip{
    margin-top: 18px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(16,151,247,.18);
    background: linear-gradient(180deg, rgba(16,151,247,.06), rgba(16,151,247,.03));
}
@media (max-width: 700px){
    .ctaStrip{ flex-direction: column; align-items: flex-start; }
}
.ctaStrip__text strong{ display:block; color: var(--ink); }
.ctaStrip__text div{ color: rgba(15,23,42,.75); font-weight: 300; line-height: 1.7; }

/* Grid-2 */
.grid-2{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 980px){ .grid-2{ grid-template-columns: 1fr; } }

/* Listy */
.card--list h3{ margin-top: 0; }
.featureList{
    margin: 12px 0 0;
    padding-left: 18px;
}
.featureList li{
    margin: 8px 0;
    color: var(--text);
    font-weight: 300;
    line-height: 1.7;
}

.sectionDivider{
    margin: 28px 0;
    height: 1px;
    background: rgba(15,23,42,.10);
}

.callout{
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(250,204,21,.24);
    background: linear-gradient(180deg, rgba(250,204,21,.12), rgba(250,204,21,.06));
    display:flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 820px){
    .callout{ flex-direction: column; align-items: flex-start; }
}
.callout__title{
    font-weight: 900;
    color: var(--ink);
}
.callout__desc{
    color: rgba(15,23,42,.75);
    font-weight: 300;
    line-height: 1.7;
    margin-top: 6px;
}

/* Spotlight */
.spotlight{ padding: 26px 0; }
.spotlight--tight{ padding: 18px 0; }

.spotlight__inner{
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: center;
}
@media (max-width: 980px){ .spotlight__inner{ grid-template-columns: 1fr; } }

.spotlight--reverse .spotlight__copy{ order: 2; }
.spotlight--reverse .spotlight__media{ order: 1; }
@media (max-width: 980px){
    .spotlight--reverse .spotlight__copy{ order: 1; }
    .spotlight--reverse .spotlight__media{ order: 2; }
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(16,151,247,.22);
    background: rgba(16,151,247,.08);
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.spotlight__copy h3{
    margin: 10px 0 10px;
    font-size: 26px;
    color: var(--ink);
    letter-spacing: -0.02em;
}
.spotlight__copy p{
    margin: 0 0 14px;
    color: var(--text);
    font-weight: 300;
    line-height: 1.85;
}

.badge-row{ display:flex; flex-wrap:wrap; gap: 8px; margin: 10px 0 12px; }
.badge{
    border:1px solid rgba(15,23,42,.14);
    background: rgba(255,255,255,.9);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(15,23,42,.78);
}

.checklist{ margin: 12px 0 0; padding-left: 18px; }
.checklist li{ margin: 8px 0; font-weight: 300; line-height: 1.75; color: var(--text); }

.spotlight__actions{ display:flex; flex-wrap:wrap; gap: 12px; margin-top: 14px; }

.spotlight__media img{
    width: 100%;
    height: auto;
    border-radius: 22px;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: var(--shadow);
}
.media__thumbs{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}
.media__thumbs img{
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 14px 34px rgba(2,16,45,.12);
}

/* Steps + CTA bar */
.steps{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 980px){ .steps{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .steps{ grid-template-columns: 1fr; } }

.steps--soft .step{ background: rgba(255,255,255,.96); }
.step{
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 14px 34px rgba(2,16,45,.08);
}
.step__num{
    width: 34px; height: 34px;
    display:grid; place-items:center;
    border-radius: 999px;
    background: rgba(16,151,247,.12);
    color: var(--blue);
    font-weight: 900;
    margin-bottom: 10px;
}
.step h3{ margin: 0 0 6px; font-size: 16px; color: var(--ink); }
.step p{ margin: 0; font-weight: 300; line-height: 1.75; color: var(--text); }

.cta-bar{
    margin-top: 24px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 44px rgba(2,16,45,.10);
}
@media (max-width: 700px){
    .cta-bar{ flex-direction: column; align-items: flex-start; }
}
.cta-bar__text h3{ margin: 0 0 6px; font-size: 18px; color: var(--ink); }
.cta-bar__text p{ margin: 0; font-weight: 300; line-height: 1.75; color: var(--text); }

.cta-bar--premium{
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.95));
}

/* Buttons — doprecyzowanie, jeśli globalne są słabsze */
.btn--ghost{
    background: transparent !important;
    color: var(--blue) !important;
    border: 1px solid rgba(16,151,247,.45) !important;
    box-shadow: none !important;
}
.btn--ghost:hover{
    background: rgba(16,151,247,.08) !important;
}
