/**
 * ═══════════════════════════════════════════════════════════════════
 *  STRONY INTERNETOWE DLA DEWELOPERÓW — page-strony-dla-deweloperow.php
 *
 *  Ładowany po nowa-glowna.css: sekcje, przyciski, karty, FAQ i formularz
 *  biorą stąd wygląd (klasy „ng-"). Tutaj tylko to, co jest specyficzne
 *  dla tej strony: hero z makietą przeglądarki, siatka funkcji, portfolio,
 *  zakresy wdrożenia i proces. Przedrostek „ww-".
 * ═══════════════════════════════════════════════════════════════════ */

.ww { overflow-x: clip; }

/* ═══════════════ HERO ═══════════════ */
.ww-hero {
    position: relative; isolation: isolate; overflow: hidden;
    padding: 168px 0 96px;
    background: var(--ng-bg-dark);
    color: #fff;
}
.ww-hero__plasma { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -3; opacity: .85; }
.ww-hero__grid {
    position: absolute; inset: 0; z-index: -2; pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(ellipse 78% 70% at 50% 35%, #000 15%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 78% 70% at 50% 35%, #000 15%, transparent 100%);
}
.ww-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,14,26,.82) 0%, rgba(10,14,26,.5) 45%, rgba(10,14,26,.92) 100%); }

.ww-crumbs { font-size: .82rem; color: #8892a8; margin-bottom: 22px; }
.ww-crumbs a { color: #aeb7c9; text-decoration: none; }
.ww-crumbs a:hover { color: var(--ng-teal); }
.ww-crumbs span { margin: 0 7px; }

.ww-hero__grid2 { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 54px; align-items: center; }
.ww-hero__badge {
    display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px; border-radius: 50px;
    background: rgba(0, 212, 170, .1); border: 1px solid rgba(0, 212, 170, .32);
    color: var(--ng-teal-light); font-size: .78rem; font-weight: 700; letter-spacing: .6px;
}
.ww-hero__badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--ng-teal); box-shadow: 0 0 0 4px rgba(0, 212, 170, .18); animation: ww-pulse 2s ease-in-out infinite; }
@keyframes ww-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(0, 212, 170, .2); } 50% { box-shadow: 0 0 0 8px rgba(0, 212, 170, .04); } }

.ww-hero__title {
    font-family: "Outfit", system-ui, sans-serif; font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.09; letter-spacing: -1.1px;
    margin: 20px 0 18px; color: #fff;
}
.ww-hero__desc { color: #b4bdcf; font-size: 1.06rem; line-height: 1.78; max-width: 620px; margin: 0 0 30px; }
.ww-hero__desc strong { color: #fff; font-weight: 600; }
.ww-hero__actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 40px; }

.ww-hero__facts { list-style: none; margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ww-hero__facts li { min-width: 0; }
.ww-hero__facts b { display: block; font-family: "Outfit", system-ui, sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--ng-teal); letter-spacing: -.5px; }
.ww-hero__facts span { display: block; margin-top: 3px; font-size: .76rem; line-height: 1.45; color: #8892a8; }

/* ═══════════════ SCENA: strona składa się w oknie przeglądarki ═══════════════ */
.ww-scene { position: relative; }
.ww-scene__glow { position: absolute; inset: -14% -10%; z-index: 0; background: radial-gradient(circle closest-side, rgba(0,212,170,.22), transparent 70%), radial-gradient(circle closest-side at 70% 80%, rgba(108,99,255,.2), transparent 70%); filter: blur(6px); }
.ww-browser {
    position: relative; z-index: 1; border-radius: 16px; overflow: hidden;
    background: #0f1524; border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 40px 90px rgba(0,0,0,.5);
    transform: perspective(1600px) rotateY(-6deg) rotateX(2deg);
    transition: transform .5s var(--ng-ease);
}
.ww-scene:hover .ww-browser { transform: perspective(1600px) rotateY(0) rotateX(0); }
.ww-browser__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: #161d30; border-bottom: 1px solid rgba(255,255,255,.08); }
.ww-dot { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; }
.ww-dot--r { background: #ff5f57; } .ww-dot--y { background: #febc2e; } .ww-dot--g { background: #28c840; }
.ww-browser__url { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; padding: 4px 12px; border-radius: 40px; background: rgba(255,255,255,.06); color: #8892a8; font-family: var(--ng-mono); font-size: .68rem; }
.ww-browser__body { position: relative; height: 340px; background: #fff; }

.ww-slide { position: absolute; inset: 0; padding: 14px 16px; opacity: 0; animation: ww-cycle 16s infinite; }
.ww-slide--1 { animation-delay: 0s; }
.ww-slide--2 { animation-delay: 4s; }
.ww-slide--3 { animation-delay: 8s; }
.ww-slide--4 { animation-delay: 12s; }
@keyframes ww-cycle {
    0%      { opacity: 0; transform: translateY(14px) scale(.985); }
    3%, 22% { opacity: 1; transform: none; }
    25%     { opacity: 0; transform: translateY(-10px) scale(.99); }
    100%    { opacity: 0; transform: translateY(14px) scale(.985); }
}

/* slajd 1 — strona inwestycji */
.ww-mock-nav { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.ww-mock-nav i { height: 6px; width: 34px; border-radius: 4px; background: #dfe4ec; }
.ww-mock-nav i:first-child { width: 54px; background: var(--ng-bg-dark); }
.ww-mock-nav b { margin-left: auto; height: 18px; width: 62px; border-radius: 20px; background: linear-gradient(135deg, var(--ng-teal), var(--ng-teal-dark)); }
.ww-mock-hero {
    position: relative; height: 150px; border-radius: 12px; padding: 18px; margin-bottom: 12px; overflow: hidden;
    background: linear-gradient(135deg, #1b2a4a, #24406b 55%, #0d7a63);
    display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
.ww-mock-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 100% 16px; }
.ww-mock-hero__tag { align-self: flex-start; padding: 3px 10px; border-radius: 20px; background: rgba(255,255,255,.16); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.ww-mock-hero__h { height: 13px; width: 74%; border-radius: 6px; background: rgba(255,255,255,.9); animation: ww-grow 16s infinite; }
.ww-mock-hero__h--s { width: 48%; height: 9px; background: rgba(255,255,255,.55); animation-delay: .15s; }
.ww-mock-hero__btn { height: 22px; width: 96px; border-radius: 20px; background: var(--ng-teal); margin-top: 4px; }
@keyframes ww-grow { 0%, 1% { transform: scaleX(.2); transform-origin: left; } 5%, 25% { transform: scaleX(1); } 26%, 100% { transform: scaleX(1); } }
.ww-mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ww-mock-cards i { height: 52px; border-radius: 9px; background: #eef1f6; border: 1px solid #e2e6ee; }

/* slajd 2 — cennik mieszkań */
.ww-mock-filters { display: flex; gap: 7px; margin-bottom: 12px; }
.ww-mock-filters i { height: 22px; flex: 1; border-radius: 7px; background: #f1f4f9; border: 1px solid #e4e8f0; }
.ww-mock-filters i:first-child { background: rgba(0,212,170,.12); border-color: rgba(0,212,170,.3); }
.ww-mock-table { width: 100%; border-collapse: collapse; font-size: .72rem; color: var(--ng-ink); }
.ww-mock-table th { text-align: left; padding: 7px 8px; background: var(--ng-bg-dark); color: #fff; font-size: .62rem; text-transform: uppercase; letter-spacing: .6px; font-weight: 700; }
.ww-mock-table th:first-child { border-radius: 7px 0 0 7px; } .ww-mock-table th:last-child { border-radius: 0 7px 7px 0; }
.ww-mock-table td { padding: 9px 8px; border-bottom: 1px solid #eef1f6; }
.ww-mock-table tr:nth-child(2) td { animation: ww-rowin 16s infinite; }
.ww-mock-table tr:nth-child(3) td { animation: ww-rowin 16s infinite .12s; }
.ww-mock-table tr:nth-child(4) td { animation: ww-rowin 16s infinite .24s; }
@keyframes ww-rowin { 0%, 25% { opacity: 0; transform: translateX(-8px); } 29%, 47% { opacity: 1; transform: none; } 50%, 100% { opacity: 1; transform: none; } }
.ww-price { font-weight: 700; color: #0f7a52; white-space: nowrap; }
.ww-pill { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: .6rem; font-weight: 700; }
.ww-pill--free { background: #e7f9f2; color: #0f7a52; }
.ww-pill--res  { background: #fff4e0; color: #97640c; }
.ww-mock-omnibus { margin-top: 10px; padding: 7px 10px; border-radius: 8px; background: #f4f6fb; border: 1px dashed #cfd7e6; font-size: .66rem; color: var(--ng-ink-2); }
.ww-mock-omnibus b { color: var(--ng-ink); }

/* slajd 3 — mapa inwestycji */
.ww-mock-map {
    position: relative; height: 250px; border-radius: 12px; overflow: hidden;
    background: linear-gradient(160deg, #dff0e6, #cfe3f2 60%, #e7eef7);
    background-image: linear-gradient(160deg, rgba(0,0,0,.02), transparent), repeating-linear-gradient(45deg, rgba(255,255,255,.5) 0 8px, transparent 8px 16px);
    border: 1px solid #d6e2ea;
}
.ww-plot { position: absolute; border-radius: 6px; border: 2px solid rgba(15,122,82,.65); background: rgba(0,212,170,.28); animation: ww-plot 16s infinite; }
.ww-plot--1 { left: 8%;  top: 16%; width: 24%; height: 30%; animation-delay: 8.2s; }
.ww-plot--2 { left: 36%; top: 12%; width: 26%; height: 26%; animation-delay: 8.5s; border-color: rgba(151,100,12,.6); background: rgba(254,188,46,.3); }
.ww-plot--3 { left: 12%; top: 54%; width: 30%; height: 28%; animation-delay: 8.8s; }
.ww-plot--4 { left: 50%; top: 48%; width: 34%; height: 34%; animation-delay: 9.1s; border-color: rgba(120,130,150,.6); background: rgba(140,150,170,.25); }
@keyframes ww-plot { 0%, 50% { opacity: 0; transform: scale(.9); } 53%, 72% { opacity: 1; transform: none; } 75%, 100% { opacity: 0; } }
.ww-pin { position: absolute; left: 62%; top: 60%; width: 16px; height: 16px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--ng-coral); box-shadow: 0 4px 12px rgba(255,107,107,.5); animation: ww-pin 16s infinite; }
@keyframes ww-pin { 0%, 56% { opacity: 0; transform: rotate(-45deg) translateY(-10px); } 60%, 72% { opacity: 1; transform: rotate(-45deg); } 75%, 100% { opacity: 0; } }
.ww-mock-legend { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: .66rem; color: var(--ng-ink-2); }
.ww-mock-legend i { width: 10px; height: 10px; border-radius: 3px; margin-left: 8px; }
.ww-mock-legend i:first-child { margin-left: 0; }
.ww-mock-legend .is-free { background: rgba(0,212,170,.5); border: 1px solid rgba(15,122,82,.6); }
.ww-mock-legend .is-res  { background: rgba(254,188,46,.5); border: 1px solid rgba(151,100,12,.6); }
.ww-mock-legend .is-sold { background: rgba(140,150,170,.4); border: 1px solid rgba(120,130,150,.6); }

/* slajd 4 — raport do dane.gov.pl */
.ww-mock-report { height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 0 6px; }
.ww-mock-report__row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 9px; background: #f5f7fb; border: 1px solid #e6eaf2; font-family: var(--ng-mono); font-size: .68rem; color: var(--ng-ink-2); }
.ww-mock-report__row b { color: var(--ng-ink); }
.ww-mock-report__bar { height: 7px; border-radius: 20px; background: #eef1f6; overflow: hidden; }
.ww-mock-report__bar i { display: block; height: 100%; width: 0; border-radius: 20px; background: linear-gradient(90deg, var(--ng-teal), var(--ng-purple)); animation: ww-bar 16s infinite; }
@keyframes ww-bar { 0%, 75% { width: 0; } 82% { width: 62%; } 88%, 97% { width: 100%; } 100% { width: 100%; } }
.ww-mock-report__ok { align-self: flex-start; padding: 7px 13px; border-radius: 20px; background: #e7f9f2; color: #0f7a52; font-size: .68rem; font-weight: 700; opacity: 0; animation: ww-ok 16s infinite; }
@keyframes ww-ok { 0%, 87% { opacity: 0; transform: translateY(6px); } 90%, 97% { opacity: 1; transform: none; } 100% { opacity: 0; } }

/* pływające plakietki wokół sceny */
.ww-chip {
    position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 7px;
    padding: 7px 13px; border-radius: 40px; font-size: .72rem; font-weight: 600; white-space: nowrap;
    background: rgba(16, 22, 38, .82); border: 1px solid rgba(255,255,255,.14); color: #cfd6e4;
    backdrop-filter: blur(8px); box-shadow: 0 10px 28px rgba(0,0,0,.28);
    animation: ww-float 7s ease-in-out infinite;
}
.ww-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--ng-teal); }
.ww-chip--1 { top: -16px; left: -26px; }
.ww-chip--2 { top: 32%; right: -34px; animation-delay: 1.4s; }
.ww-chip--2 i { background: var(--ng-purple-lt); }
.ww-chip--3 { bottom: 18%; left: -40px; animation-delay: 2.6s; }
.ww-chip--3 i { background: var(--ng-coral); }
.ww-chip--4 { bottom: -18px; right: 8%; animation-delay: 3.8s; }
@keyframes ww-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ═══════════════ W SKRÓCIE ═══════════════ */
.ww-short { padding-top: 76px; padding-bottom: 0; }
.ww-short__box { max-width: 900px; margin: 0 auto; background: var(--ng-white); border: 1px solid rgba(26,31,54,.09); border-left: 4px solid var(--ng-teal); border-radius: 20px; padding: 34px 38px; box-shadow: 0 20px 50px rgba(10,14,26,.06); }
.ww-short__title { font-family: "Outfit", system-ui, sans-serif; font-size: 1.35rem; font-weight: 800; margin: 0 0 12px; color: var(--ng-ink); letter-spacing: -.4px; }
.ww-short__lead { font-size: 1.02rem; line-height: 1.75; color: var(--ng-ink-2); margin: 0 0 18px; }
.ww-short__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 26px; }
.ww-short__list li { position: relative; padding-left: 26px; font-size: .94rem; line-height: 1.6; color: var(--ng-ink-2); }
.ww-short__list li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,212,170,.14); color: var(--ng-teal-dark); font-size: .64rem; font-weight: 900; }
.ww-short__list b { color: var(--ng-ink); }

/* ═══════════════ FUNKCJE ═══════════════ */
.ww-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ww-feature { padding: 28px 26px 26px; }
.ww-feature h3 { font-size: 1.05rem; margin: 16px 0 9px; color: var(--ng-ink); line-height: 1.35; }
.ww-feature p { margin: 0; font-size: .92rem; line-height: 1.65; color: var(--ng-ink-2); }
.ww-feature__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 1.35rem; }
.ww-feature--hl { background: linear-gradient(180deg, #fff 0%, #f2fbf8 100%); border-color: rgba(0,212,170,.35); }
.ww-feature__badge { display: inline-block; margin-top: 14px; padding: 4px 11px; border-radius: 40px; background: linear-gradient(135deg, var(--ng-teal), var(--ng-teal-dark)); color: var(--ng-bg-dark); font-size: .64rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

/* ═══════════════ AUTOMATYZACJA ═══════════════ */
.ww-auto__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 34px; align-items: start; }
.ww-flow { list-style: none; counter-reset: ww; margin: 0; padding: 0; display: grid; gap: 12px; }
.ww-flow li { counter-increment: ww; position: relative; padding: 18px 22px 18px 66px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); }
.ww-flow li::before { content: counter(ww); position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, var(--ng-teal), var(--ng-teal-dark)); color: var(--ng-bg-dark); font-family: "Outfit", system-ui, sans-serif; font-weight: 800; font-size: .92rem; }
.ww-flow b { display: block; color: #fff; font-size: 1rem; margin-bottom: 3px; }
.ww-flow span { color: #aeb7c9; font-size: .9rem; line-height: 1.6; }
.ww-auto__card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 28px 26px; position: sticky; top: 100px; }
.ww-auto__card h3 { color: #fff; font-size: 1.1rem; margin: 0 0 14px; }
.ww-auto__card ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.ww-auto__card li { position: relative; padding-left: 26px; color: #cfd6e4; font-size: .93rem; line-height: 1.6; }
.ww-auto__card li::before { content: '→'; position: absolute; left: 0; top: 0; color: var(--ng-teal); font-weight: 700; }
.ww-auto__links { display: grid; gap: 10px; }
.ww-auto__links .ng-btn { width: 100%; justify-content: center; }
.ww-link { color: var(--ng-teal); font-weight: 700; text-decoration: none; font-size: .9rem; }
.ww-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ═══════════════ REALIZACJE ═══════════════ */
.ww-works { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ww-work { background: var(--ng-white); border: 1px solid rgba(26,31,54,.09); border-radius: var(--ng-radius); overflow: hidden; transition: transform .35s var(--ng-ease), box-shadow .35s var(--ng-ease); }
.ww-work:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(10,14,26,.13); }
.ww-work__shot { position: relative; display: block; overflow: hidden; background: #eef1f6; border-bottom: 1px solid rgba(26,31,54,.07); }
.ww-work__shot img { display: block; width: 100%; height: auto; transition: transform .6s var(--ng-ease); }
.ww-work:hover .ww-work__shot img { transform: scale(1.03); }
.ww-work__open { position: absolute; right: 14px; bottom: 14px; padding: 8px 15px; border-radius: 40px; background: rgba(10,14,26,.85); color: #fff; font-size: .76rem; font-weight: 700; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.ww-work:hover .ww-work__open { opacity: 1; transform: none; }
.ww-work__body { padding: 26px 26px 28px; }
.ww-work__body h3 { font-size: 1.25rem; margin: 0 0 10px; color: var(--ng-ink); }
.ww-work__body h3 span { font-size: .8rem; font-weight: 600; color: var(--ng-ink-3); margin-left: 8px; }
.ww-work__body p { margin: 0 0 16px; color: var(--ng-ink-2); font-size: .94rem; line-height: 1.7; }
.ww-work__tags { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.ww-work__tags li { padding: 5px 11px; border-radius: 40px; background: var(--ng-paper); border: 1px solid rgba(26,31,54,.08); font-size: .74rem; color: var(--ng-ink-2); }

/* ═══════════════ ZAKRESY ═══════════════ */
.ww-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.ww-plan { display: flex; flex-direction: column; padding: 32px 28px 28px; }
.ww-plan h3 { font-family: "Outfit", system-ui, sans-serif; font-size: 1.3rem; font-weight: 800; margin: 0 0 6px; letter-spacing: -.3px; }
.ww-plan__for { color: var(--ng-ink-2); font-size: .9rem; line-height: 1.55; margin: 0 0 16px; min-height: 3em; }
.ww-plan__time { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 10px 14px; border-radius: 12px; background: var(--ng-paper); margin-bottom: 18px; }
.ww-plan__time span { font-size: .78rem; color: var(--ng-ink-3); }
.ww-plan__time b { font-family: "Outfit", system-ui, sans-serif; font-size: 1rem; color: var(--ng-ink); }
.ww-plan ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; flex: 1; }
.ww-plan li { position: relative; padding-left: 26px; font-size: .9rem; line-height: 1.55; color: var(--ng-ink-2); }
.ww-plan li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,212,170,.14); color: var(--ng-teal-dark); font-size: .62rem; font-weight: 900; }
.ww-plan .ng-btn { width: 100%; justify-content: center; }
.ww-plan--hl { border-color: transparent; background: var(--ng-bg-dark); color: #fff; box-shadow: 0 30px 80px rgba(10,14,26,.28); overflow: visible; }
.ww-plan--hl::before { content: ''; position: absolute; inset: -1px; border-radius: calc(var(--ng-radius) + 1px); padding: 1px; background: linear-gradient(135deg, var(--ng-teal), var(--ng-purple)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 1; pointer-events: none; }
.ww-plan--hl h3 { color: #fff; }
.ww-plan--hl .ww-plan__for, .ww-plan--hl li { color: #aeb7c9; }
.ww-plan--hl .ww-plan__time { background: rgba(255,255,255,.07); }
.ww-plan--hl .ww-plan__time b { color: #fff; }
.ww-plan--hl li::before { background: rgba(0,212,170,.2); color: var(--ng-teal); }
.ww-plan__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 16px; border-radius: 50px; background: linear-gradient(135deg, var(--ng-teal), var(--ng-teal-dark)); color: var(--ng-bg-dark); font-size: .7rem; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; white-space: nowrap; }
.ww-plans__note { text-align: center; margin: 24px 0 0; color: var(--ng-ink-3); font-size: .9rem; }
.ww-plans__note a { color: var(--ng-teal-dark); font-weight: 700; text-decoration: none; }

/* ═══════════════ PROCES ═══════════════ */
.ww-steps { list-style: none; counter-reset: st; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ww-step { padding: 30px 26px 26px; }
.ww-step__num { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--ng-teal), var(--ng-teal-dark)); color: var(--ng-bg-dark); font-family: "Outfit", system-ui, sans-serif; font-weight: 800; font-size: 1.05rem; margin-bottom: 14px; }
.ww-step h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--ng-ink); }
.ww-step p { margin: 0; color: var(--ng-ink-2); font-size: .92rem; line-height: 1.65; }

/* ═══════════════ DLACZEGO MY ═══════════════ */
.ww-why { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 46px; align-items: start; }
.ww-why .ng-title { text-align: left; }
.ww-why__lead { color: var(--ng-ink-2); font-size: 1rem; line-height: 1.78; margin: 0 0 20px; }
.ww-why__list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }
.ww-why__list li { position: relative; padding-left: 28px; color: var(--ng-ink-2); font-size: .96rem; line-height: 1.6; }
.ww-why__list li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,212,170,.14); color: var(--ng-teal-dark); font-size: .64rem; font-weight: 900; }
.ww-why__list b { color: var(--ng-ink); }
.ww-why__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.ww-why__box { background: var(--ng-bg-dark); color: #cfd6e4; border-radius: 22px; padding: 30px 28px; box-shadow: 0 30px 70px rgba(10,14,26,.24); }
.ww-why__box h3 { color: #fff; font-size: 1.1rem; margin: 0 0 16px; }
.ww-why__box dl { margin: 0; display: grid; gap: 13px; }
.ww-why__box dt { color: var(--ng-teal); font-size: .74rem; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.ww-why__box dd { margin: 3px 0 0; font-size: .92rem; line-height: 1.6; }

/* ═══════════════ KONTAKT ═══════════════ */
.ww-contact__hint { padding: 22px 24px; }
.ww-contact__hint h4 { margin: 0 0 10px; font-size: .95rem; color: var(--ng-ink); }
.ww-contact__hint ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.ww-contact__hint li { position: relative; padding-left: 18px; font-size: .87rem; line-height: 1.5; color: var(--ng-ink-2); }
.ww-contact__hint li::before { content: '·'; position: absolute; left: 6px; top: -2px; color: var(--ng-teal-dark); font-weight: 900; font-size: 1.1rem; }

/* ═══════════════ RESPONSYWNOŚĆ ═══════════════ */
@media (max-width: 1100px) {
    .ww-hero { padding: 140px 0 76px; }
    .ww-hero__grid2 { grid-template-columns: 1fr; gap: 48px; }
    .ww-scene { max-width: 620px; }
    .ww-browser { transform: none; }
    .ww-features, .ww-plans, .ww-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ww-auto__grid, .ww-why { grid-template-columns: 1fr; gap: 30px; }
    .ww-auto__card { position: static; }
    .ww-works { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .ww-hero { padding: 116px 0 60px; }
    .ww-hero__facts { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .ww-hero__actions .ng-btn { width: 100%; justify-content: center; }
    .ww-short { padding-top: 56px; }
    .ww-short__box { padding: 26px 22px; border-radius: 16px; }
    .ww-short__list { grid-template-columns: 1fr; }
    .ww-features, .ww-plans, .ww-steps { grid-template-columns: 1fr; }
    .ww-plan__for { min-height: 0; }
    .ww-browser__body { height: 290px; }
    .ww-chip--1, .ww-chip--3 { left: -6px; }
    .ww-chip--2 { right: -6px; }
    .ww-chip--4 { right: 4%; }
    .ww-why__box { padding: 24px 20px; }
    .ww-auto__links .ng-btn { width: 100%; }
}
@media (max-width: 520px) {
    .ww-chip { font-size: .66rem; padding: 6px 10px; }
    .ww-chip--2, .ww-chip--3 { display: none; }
}

/* Ruch ograniczony przez system: makieta zatrzymuje się na widoku cennika */
@media (prefers-reduced-motion: reduce) {
    .ww-slide, .ww-chip, .ww-mock-hero__h, .ww-mock-table tr td, .ww-plot, .ww-pin, .ww-mock-report__bar i, .ww-mock-report__ok { animation: none !important; }
    .ww-slide { opacity: 0; }
    .ww-slide--2 { opacity: 1; }
    .ww-mock-report__bar i { width: 100%; }
    .ww-hero__badge i { animation: none; }
}
