/* =========================================================
   DWL — index-www.css CLEAN
   Oczyszczony z duplikatów, scalony i gotowy do wklejenia
   ========================================================= */

:root {
    --dwl-bg: #050708;
    --dwl-bg-2: #071019;
    --dwl-surface: rgba(10, 15, 16, .95);
    --dwl-surface-2: rgba(3, 5, 6, .96);
    --dwl-line: rgba(255, 255, 255, .09);
    --dwl-line-strong: rgba(217, 138, 50, .22);
    --dwl-text: #efe7d8;
    --dwl-text-soft: #b8b0a4;
    --dwl-accent: #d98a32;
    --dwl-accent-strong: #e6b15a;
    --dwl-shadow: 0 22px 56px rgba(0, 0, 0, .44);
    --dwl-shadow-soft: 0 16px 45px rgba(0, 0, 0, .38);
    --dwl-radius-xl: 16px;
    --dwl-radius-lg: 15px;
    --dwl-radius-md: 14px;

    --road-font: "Rajdhani", "Barlow Condensed", Inter, system-ui, sans-serif;
    --road-orange: #d98a32;
    --road-gold: #e6b15a;
    --road-text: #efe7d8;
    --road-muted: #b8b0a4;
    --road-border: rgba(217, 138, 50, .22);

    --dwl-heading-dirty: "Road Rage", "Rajdhani", "Barlow Condensed", sans-serif;
    --dwl-heading-clean: "Rajdhani", "Barlow Condensed", Inter, system-ui, sans-serif;
}

/* ====================== BAZA ====================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body.dwl-page {
    margin: 0;
    color: var(--road-text);
    font-family: Inter, system-ui, sans-serif;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .70), rgba(0, 0, 0, .96)),
        url('/drogawie/img/bg-road-dwl.png') center top / cover fixed no-repeat,
        #050708;
}

body.dwl-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        radial-gradient(circle at top left, rgba(255, 177, 77, .10), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 140, 47, .08), transparent 30%);
    background-size: 72px 72px, 72px 72px, auto, auto;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 85%);
}

body.dwl-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(115deg, transparent 0%, transparent 44%, rgba(217, 138, 50, .045) 48%, transparent 54%, transparent 100%);
    opacity: .65;
}

.dwl-shell {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ====================== TYPOGRAFIA ====================== */

.dwl-hero h1,
.dwl-section h2,
.dwl-download-card h2,
.dwl-band h2,
.dwl-app-showcase h2 {
    margin: 0;
    font-family: var(--dwl-heading-clean);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .018em;
    line-height: .94;
    color: #f1dfbd;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, .24),
        0 10px 26px rgba(0, 0, 0, .62);
}

.dwl-hero h1 {
    max-width: 640px;
    font-size: clamp(30px, 3.0vw, 42px);
}

.dwl-section h2,
.dwl-download-card h2,
.dwl-band h2,
.dwl-app-showcase h2 {
    font-size: clamp(24px, 2.8vw, 36px);
}

.dwl-card h3,
.dwl-step-card h3,
.dwl-mini-card strong,
.dwl-news-card h3,
.dwl-brand__text strong {
    font-family: var(--dwl-heading-clean);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .015em;
    color: var(--road-gold);
}

.dwl-card h3,
.dwl-step-card h3,
.dwl-mini-card strong,
.dwl-news-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.08;
}

.dwl-hero h1::after,
.dwl-section h2::after,
.dwl-download-card h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    margin: 9px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(217, 162, 79, .8), transparent);
    opacity: .75;
}

.dwl-section-head:not(.dwl-section-head--left) h2::after {
    margin-left: auto;
    margin-right: auto;
}

.dwl-hero__lead,
.dwl-section-head p,
.dwl-split p,
.dwl-band p,
.dwl-app-showcase p,
.dwl-download-card p,
.dwl-card p,
.dwl-step-card p,
.dwl-news-card__excerpt,
.dwl-bullets span,
.dwl-stat span,
.dwl-footer p,
.dwl-footer li a {
    color: var(--road-muted);
    font-size: 15px;
    line-height: 1.55;
}

/* ====================== TOPBAR ====================== */

.dwl-topbar {
    position: sticky;
    top: 10px;
    z-index: 10;
    width: min(1240px, calc(100% - 32px));
    margin: 10px auto 0;
    border-radius: 14px;
    background: rgba(5, 8, 9, .82);
    border: 1px solid rgba(217, 138, 50, .20);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
}

.dwl-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 14px;
}

.dwl-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--road-text);
    text-decoration: none;
}

.dwl-brand__logo,
.dwl-footer__logo {
    display: block;
    object-fit: contain;
    filter:
        drop-shadow(0 0 12px rgba(217, 138, 50, .16))
        drop-shadow(0 8px 18px rgba(0, 0, 0, .45));
}

.dwl-brand__logo {
    width: 68px;
    height: 44px;
}

.dwl-footer__logo {
    width: 56px;
    height: 56px;
}

.dwl-brand__text strong,
.dwl-brand__text small {
    display: block;
}

.dwl-brand__text strong {
    font-size: 19px;
    line-height: 1;
    color: var(--road-text);
}

.dwl-brand__text small {
    color: rgba(217, 138, 50, .85);
    font-family: var(--road-font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.dwl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.dwl-nav a,
.btn,
.dwl-kicker,
.dwl-card-kicker {
    font-family: "Rajdhani", Inter, sans-serif;
    font-weight: 700;
}

.dwl-nav a {
    position: relative;
    color: #d8d0c3;
    font-size: 15px;
    text-decoration: none;
    transition: color .22s ease;
}

.dwl-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--road-orange), var(--road-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.dwl-nav a:hover,
.dwl-nav a:focus-visible {
    color: var(--road-gold);
}

.dwl-nav a:hover::after,
.dwl-nav a:focus-visible::after {
    transform: scaleX(1);
}

.dwl-nav__cta {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(217, 138, 50, .22);
    background: rgba(217, 138, 50, .08);
}

/* ====================== HERO ====================== */
.dwl-hero-top-image {
    position: relative;
    z-index: 1;
    width: min(100%, 500px);
    margin: 0 auto 18px;
}

.dwl-hero-top-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(0 12px 28px rgba(0, 0, 0, .72))
        drop-shadow(0 0 16px rgba(217, 138, 50, .14));
}

.dwl-hero-top-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(0 10px 26px rgba(0, 0, 0, .62))
        drop-shadow(0 0 18px rgba(217, 138, 50, .10));
}
.dwl-hero {
    position: relative;
    padding: 18px 0 10px;
}

.dwl-hero__overlay {
    display: none;
}

.dwl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 14px;
    align-items: stretch;
}

.dwl-hero__copy,
.dwl-download-card,
.dwl-card,
.dwl-step-card,
.dwl-mini-card,
.dwl-band,
.dwl-app-showcase,
.dwl-news-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, var(--dwl-surface), var(--dwl-surface-2));
    border: 1px solid rgba(217, 138, 50, .18);
    box-shadow: var(--dwl-shadow-soft);
    backdrop-filter: blur(10px);
}

.dwl-hero__copy::before,
.dwl-download-card::before,
.dwl-card::before,
.dwl-step-card::before,
.dwl-mini-card::before,
.dwl-band::before,
.dwl-app-showcase::before,
.dwl-news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 32%),
        radial-gradient(circle at 92% 8%, rgba(217, 138, 50, .10), transparent 28%);
    opacity: .8;
}

.dwl-hero__copy {
    min-height: 470px;
    padding: 26px;
    border-radius: var(--dwl-radius-xl);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .62) 52%, rgba(0, 0, 0, .22) 100%),
        radial-gradient(circle at 76% 42%, rgba(217, 138, 50, .10), transparent 30%),
        url('/drogawie/img/tlo.png') center / cover no-repeat;
}

.dwl-hero__copy::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    pointer-events: none;
}

.dwl-kicker,
.dwl-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    color: var(--road-gold);
    background: rgba(217, 138, 50, .09);
    border: 1px solid rgba(217, 138, 50, .22);
    box-shadow:
        0 0 0 1px rgba(217, 138, 50, .08),
        0 10px 30px rgba(217, 138, 50, .06);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.dwl-hero__lead {
    max-width: 590px;
    margin: 16px 0 0;
}

.dwl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.btn.btn-primary,
.dwl-download-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 0;
    border-radius: 9px;
    color: #201104;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(180deg, #e6b15a, #d98a32);
    box-shadow: 0 12px 28px rgba(217, 138, 50, .20);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn.btn-primary:hover,
.dwl-download-card__btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow: 0 16px 36px rgba(217, 138, 50, .26);
}

/* ====================== STATY / ODZNAKI HERO ====================== */

.dwl-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, .48);
    border: 1px solid rgba(255, 255, 255, .08);
}

.dwl-stat {
    position: relative;
    padding: 58px 12px 16px;
    border-right: 1px solid rgba(255, 255, 255, .10);
    text-align: center;
    background: transparent;
    transition: background .22s ease;
}

.dwl-stat:last-child {
    border-right: 0;
}

.dwl-stat:hover {
    background: linear-gradient(180deg, rgba(217, 138, 50, .08), rgba(255, 255, 255, .015));
}

.dwl-stat strong,
.dwl-bullets strong,
.dwl-mini-card span,
.dwl-footer strong {
    display: block;
    color: var(--road-text);
}

.dwl-stat strong {
    font-family: var(--road-font);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--road-gold);
}

.dwl-stat span {
    font-size: 13px;
}

.dwl-stat-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .45));
}

.dwl-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.dwl-hero-badges img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .45));
    transition: transform .22s ease, filter .22s ease;
}

.dwl-hero-badges img:hover {
    transform: translateY(-3px) scale(1.03);
    filter:
        drop-shadow(0 16px 34px rgba(0, 0, 0, .55))
        drop-shadow(0 0 18px rgba(217, 138, 50, .16));
}

/* ====================== KARTA POBIERANIA ====================== */

.dwl-download-card {
    min-height: 470px;
    padding: 24px;
    border-radius: var(--dwl-radius-xl);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 85% 18%, rgba(217, 138, 50, .12), transparent 30%),
        linear-gradient(180deg, rgba(9, 12, 13, .96), rgba(3, 5, 6, .98));
}

.dwl-download-card p {
    margin: 14px 0 0;
}

.dwl-qr,
.dwl-app-showcase__qr img {
    display: block;
    width: min(100%, 190px);
    margin: 18px auto 12px;
    padding: 8px;
    background: #fff;
    border: 2px solid rgba(217, 138, 50, .75);
    border-radius: 12px;
    box-shadow:
        0 0 0 5px rgba(217, 138, 50, .08),
        0 18px 40px rgba(0, 0, 0, .55);
}

.dwl-download-card__btn {
    margin-top: 10px;
}

/* ====================== SEKCJE ====================== */

.dwl-section {
    position: relative;
    padding: 24px 0;
}

.dwl-section--intro {
    padding-top: 6px;
}

.dwl-section-head {
    max-width: 860px;
    margin: 0 0 18px;
    text-align: left;
}

.dwl-section-head:not(.dwl-section-head--left) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dwl-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwl-card,
.dwl-step-card,
.dwl-mini-card {
    border-radius: var(--dwl-radius-lg);
    padding: 20px;
}

.dwl-card,
.dwl-step-card,
.dwl-mini-card,
.dwl-news-card {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.dwl-card:hover,
.dwl-step-card:hover,
.dwl-mini-card:hover,
.dwl-news-card:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 138, 50, .28);
    box-shadow: var(--dwl-shadow);
}

.dwl-card__icon,
.dwl-step-card span:first-child {
    display: none;
}

.dwl-card-badge,
.dwl-step-badge {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 12px;
    filter:
        drop-shadow(0 14px 28px rgba(0, 0, 0, .45))
        drop-shadow(0 0 16px rgba(217, 138, 50, .10));
}

/* ====================== JAK TO DZIAŁA ====================== */

.dwl-timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--road-border);
    border-radius: 15px;
    background: rgba(0, 0, 0, .48);
}

.dwl-step-card {
    padding: 18px 12px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: transparent;
}

.dwl-step-card:last-child {
    border-right: 0;
}

.dwl-step-card h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--road-gold), transparent);
}

/* ====================== SPLIT / TYPY MIEJSC ====================== */

.dwl-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    align-items: start;
}

.dwl-bullets {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.dwl-bullets > div {
    position: relative;
    min-height: 54px;
    padding: 15px 16px 15px 66px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .09);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.dwl-bullets > div:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 138, 50, .26);
    background: linear-gradient(180deg, rgba(217, 138, 50, .09), rgba(255, 255, 255, .025));
}

.dwl-bullet-badge {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .42));
}

.dwl-split__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwl-mini-card {
    min-height: 90px;
    padding-left: 78px;
    text-align: left;
}

.dwl-mini-card span {
    margin-bottom: 8px;
    color: var(--road-gold);
    font-family: var(--road-font);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.dwl-mini-badge {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .42));
}

/* ====================== CTA / MIEJSCA VIP ====================== */

.dwl-section--band {
    padding: 8px 0 30px;
}

.dwl-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 24px;
    border-radius: var(--dwl-radius-xl);
    background:
        linear-gradient(90deg, rgba(5, 8, 9, .98), rgba(20, 10, 3, .94)),
        radial-gradient(circle at 85% 50%, rgba(217, 138, 50, .18), transparent 28%);
}

.dwl-band--places {
    grid-template-columns: minmax(0, 1fr) 150px auto;
}

.dwl-band__actions {
    position: relative;
    z-index: 1;
}

.dwl-band__visual {
    position: relative;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwl-place-main-badge {
    width: 94px;
    height: 94px;
    object-fit: contain;
    filter:
        drop-shadow(0 18px 42px rgba(0, 0, 0, .55))
        drop-shadow(0 0 26px rgba(217, 138, 50, .14));
}

.dwl-place-side-badge {
    position: absolute;
    right: 10px;
    bottom: 2px;
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter:
        drop-shadow(0 14px 30px rgba(0, 0, 0, .5))
        drop-shadow(0 0 18px rgba(217, 138, 50, .12));
}

/* ====================== APP SHOWCASE ====================== */

.dwl-app-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 260px;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border-radius: var(--dwl-radius-xl);
}

.dwl-checklist {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.dwl-checklist li {
    position: relative;
    padding-left: 30px;
    color: var(--road-muted);
}

.dwl-checklist li::before {
    content: "•";
    position: absolute;
    left: 10px;
    top: -1px;
    color: var(--road-gold);
    font-size: 22px;
    line-height: 1;
}

.dwl-checklist--badges {
    gap: 14px;
}

.dwl-checklist--badges li {
    min-height: 38px;
    padding-left: 48px;
    display: flex;
    align-items: center;
}

.dwl-checklist--badges li::before {
    display: none;
}

.dwl-checklist--badges li img {
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .38));
}

.dwl-app-showcase__qr {
    text-align: center;
}

.dwl-app-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
}

.dwl-app-badges img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .42));
}

/* ====================== AKTUALNOŚCI ====================== */

.dwl-section--news {
    padding: 42px 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.dwl-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.dwl-news-card {
    padding: 20px;
    border-radius: var(--dwl-radius-lg);
}

.dwl-news-card__date {
    margin-bottom: 12px;
    color: var(--road-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
}

.dwl-news-read-more {
    color: var(--road-gold);
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.dwl-news-read-more:hover {
    color: var(--road-orange);
    text-decoration: underline;
}

/* ====================== FOOTER ====================== */

.dwl-footer {
    padding: 24px 0 34px;
}

.dwl-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    padding: 20px;
    border-radius: var(--dwl-radius-xl);
    background: linear-gradient(180deg, rgba(8, 14, 22, .88), rgba(4, 8, 13, .92));
    border: 1px solid rgba(217, 138, 50, .12);
    backdrop-filter: blur(10px);
}

.dwl-footer ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.dwl-footer li a {
    text-decoration: none;
}

.dwl-footer li a:hover {
    color: var(--road-text);
}

/* ====================== ANIMACJA ====================== */

.dwl-hero__copy,
.dwl-download-card {
    animation: dwlFadeLift .55s ease both;
}

.dwl-download-card {
    animation-delay: .06s;
}

@keyframes dwlFadeLift {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ====================== RESPONSYWNOŚĆ ====================== */

@media (max-width: 1040px) {
    .dwl-hero__grid,
    .dwl-feature-grid,
    .dwl-timeline,
    .dwl-split,
    .dwl-split__cards,
    .dwl-app-showcase,
    .dwl-band,
    .dwl-band--places,
    .dwl-footer__grid {
        grid-template-columns: 1fr;
    }

    .dwl-step-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .dwl-step-card:last-child {
        border-bottom: 0;
    }

    .dwl-hero__copy,
    .dwl-download-card {
        min-height: auto;
    }

    .dwl-download-card,
    .dwl-band__actions {
        justify-self: stretch;
    }

    .dwl-app-showcase__qr {
        max-width: 260px;
        margin: 0 auto;
    }

    .dwl-band__visual {
        order: 2;
    }

    .dwl-band__actions {
        order: 3;
    }
}

@media (max-width: 900px) {
	.dwl-hero-top-image {
    width: min(100%, 360px);
    margin-bottom: 14px;
}
    .dwl-shell {
        width: min(100% - 22px, 1240px);
    }

    .dwl-topbar {
        position: relative;
        top: auto;
        width: calc(100% - 20px);
        margin: 10px auto 0;
        border-radius: 14px;
    }

    .dwl-topbar__inner {
        padding: 10px;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .dwl-brand {
        width: 100%;
    }

    .dwl-brand__logo {
        width: 52px;
        height: 42px;
        flex: 0 0 auto;
    }

    .dwl-brand__text strong {
        font-size: 17px;
    }

    .dwl-brand__text small {
        font-size: 10px;
    }

    .dwl-nav {
        width: 100%;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .dwl-nav::-webkit-scrollbar {
        display: none;
    }

    .dwl-nav a {
        flex: 0 0 auto;
        padding: 7px 9px;
        border-radius: 999px;
        background: rgba(217, 138, 50, .08);
        border: 1px solid rgba(217, 138, 50, .18);
        font-size: 14px;
    }

    .dwl-nav a::after {
        display: none;
    }

    .dwl-hero {
        padding: 12px 0 6px;
    }

    .dwl-hero__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dwl-hero__copy,
    .dwl-download-card {
        min-height: auto;
        padding: 20px;
        border-radius: 16px;
    }

    .dwl-hero__copy {
        justify-content: flex-start;
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .88)),
            url('/drogawie/img/tlo.png') center / cover no-repeat;
    }

    .dwl-kicker,
    .dwl-card-kicker {
        max-width: 100%;
        white-space: normal;
    }

.dwl-hero h1 {
    max-width: 100%;
    font-size: clamp(23px, 6.2vw, 32px);
    line-height: .94;
    letter-spacing: .005em;
    overflow-wrap: anywhere;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .dwl-section h2,
    .dwl-download-card h2,
    .dwl-band h2,
    .dwl-app-showcase h2 {
        font-size: clamp(25px, 7vw, 34px);
        line-height: .95;
        overflow-wrap: anywhere;
    }

    .dwl-hero__lead,
    .dwl-section-head p,
    .dwl-split p,
    .dwl-band p,
    .dwl-app-showcase p,
    .dwl-download-card p,
    .dwl-card p,
    .dwl-step-card p,
    .dwl-news-card__excerpt {
        font-size: 15px;
        line-height: 1.5;
    }

    .dwl-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dwl-hero__actions .btn,
    .dwl-band__actions .btn,
    .btn.btn-primary,
    .dwl-download-card__btn {
        width: 100%;
    }

    .dwl-stats {
        grid-template-columns: 1fr;
    }

    .dwl-stat {
        min-height: 48px;
        padding: 14px 14px 14px 60px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        text-align: left;
    }

    .dwl-stat:last-child {
        border-bottom: 0;
    }

    .dwl-stat-badge {
        top: 14px;
        left: 14px;
        width: 34px;
        height: 34px;
    }

    .dwl-stat strong {
        font-size: 17px;
    }

    .dwl-section {
        padding: 20px 0;
    }

    .dwl-section-head,
    .dwl-section-head--left {
        max-width: 100%;
        margin: 0 0 18px;
        text-align: left;
    }

    .dwl-feature-grid,
    .dwl-timeline,
    .dwl-split,
    .dwl-split__cards,
    .dwl-app-showcase,
    .dwl-band,
    .dwl-footer__grid,
    .dwl-news-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dwl-card,
    .dwl-step-card,
    .dwl-mini-card,
    .dwl-band,
    .dwl-app-showcase,
    .dwl-news-card,
    .dwl-footer__grid {
        padding: 18px;
        border-radius: 14px;
    }

    .dwl-card h3,
    .dwl-step-card h3,
    .dwl-mini-card strong,
    .dwl-news-card h3 {
        font-size: 19px;
    }

    .dwl-step-card {
        text-align: left;
    }

    .dwl-step-card h3::after {
        margin-left: 0;
    }

    .dwl-bullets > div {
        padding: 15px 16px 15px 66px;
    }

    .dwl-mini-card {
        min-height: auto;
        padding-left: 70px;
        text-align: left;
    }

    .dwl-mini-badge {
        top: 18px;
        left: 16px;
        width: 40px;
        height: 40px;
    }

    .dwl-band {
        text-align: left;
    }

    .dwl-band__actions,
    .dwl-band__actions .btn {
        width: 100%;
    }

    .dwl-qr,
    .dwl-app-showcase__qr img {
        width: min(100%, 180px);
    }

    .dwl-checklist li {
        font-size: 15px;
        line-height: 1.45;
    }

    .dwl-footer {
        padding: 22px 0 32px;
    }
}

@media (max-width: 760px) {
    body.dwl-page {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .96)),
            url('/drogawie/img/bg-road-dwl.png') center top / cover scroll no-repeat,
            #050708;
    }

    .dwl-hero-badges img {
        width: 46px;
        height: 46px;
    }

    .dwl-card-badge,
    .dwl-step-badge {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 420px) {
    .dwl-shell {
        width: min(100% - 18px, 1240px);
    }

    .dwl-hero__copy,
    .dwl-download-card,
    .dwl-card,
    .dwl-step-card,
    .dwl-mini-card,
    .dwl-band,
    .dwl-app-showcase,
    .dwl-news-card,
    .dwl-footer__grid {
        padding: 16px;
    }

    .dwl-brand__text strong {
        font-size: 17px;
    }

    .dwl-nav a {
        font-size: 13px;
    }

.dwl-hero h1 {
    font-size: 24px;
}

.dwl-section h2,
.dwl-download-card h2,
.dwl-band h2,
.dwl-app-showcase h2 {
    font-size: 25px;
}

    .dwl-card h3,
    .dwl-step-card h3,
    .dwl-mini-card strong {
        font-size: 18px;
    }
}
:root {
--dwl-heading-dirty: "Saira Stencil One", "Barlow Condensed", "Rajdhani", sans-serif;
    --dwl-heading-clean: "Barlow Condensed", "Rajdhani", Inter, system-ui, sans-serif;
--dwl-road-green: #f1eadc;
    --dwl-road-green-2: #6f8f37;
    --dwl-road-green-soft: rgba(159, 190, 88, .24);
}

.dwl-hero h1,
.dwl-section h2,
.dwl-download-card h2,
.dwl-band h2,
.dwl-app-showcase h2 {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--dwl-heading-dirty);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .025em;
    line-height: .92;
    color: var(--dwl-road-green);
    text-shadow:
        0 2px 0 rgba(0, 0, 0, .72),
        0 8px 22px rgba(0, 0, 0, .75),
        0 0 18px rgba(255, 255, 255, .08);
}

.dwl-card h3,
.dwl-step-card h3,
.dwl-mini-card strong,
.dwl-news-card h3,
.dwl-brand__text strong {
    font-family: var(--dwl-heading-clean);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .015em;
    color: #e6b15a;
    text-shadow: 0 2px 0 rgba(0,0,0,.35);
}
.dwl-section::before {
    content: "";
    display: block;
    width: min(220px, 55%);
    height: 3px;
    margin: 0 auto 22px;
    border-radius: 999px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(217, 138, 50, .75) 0 34px,
            transparent 34px 52px
        );
    opacity: .55;
    box-shadow: 0 0 18px rgba(217, 138, 50, .10);
}

.dwl-section--intro::before,
.dwl-section--band::before {
    display: none;
}
.dwl-hero__copy::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 30%),
        radial-gradient(circle at 50% 0%, rgba(217, 138, 50, .14), transparent 32%),
        linear-gradient(115deg, transparent 0%, transparent 44%, rgba(241, 234, 220, .055) 48%, transparent 54%);
    opacity: .9;
}
.dwl-card,
.dwl-step-card,
.dwl-mini-card,
.dwl-news-card,
.dwl-download-card,
.dwl-band,
.dwl-app-showcase {
    border-color: rgba(217, 138, 50, .20);
    background:
        linear-gradient(180deg, rgba(14, 18, 17, .96), rgba(4, 6, 6, .98));
}

.dwl-card::after,
.dwl-step-card::after,
.dwl-mini-card::after,
.dwl-news-card::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(217, 138, 50, .45), transparent);
    opacity: .45;
}
.btn.btn-primary,
.dwl-download-card__btn {
    border-radius: 8px;
    letter-spacing: .035em;
    text-transform: uppercase;
    background:
        linear-gradient(180deg, #efbd63, #d98a32 62%, #a85f20);
    border: 1px solid rgba(255, 224, 160, .28);
    box-shadow:
        0 12px 28px rgba(217, 138, 50, .20),
        inset 0 1px 0 rgba(255,255,255,.22);
}

.btn.btn-primary:hover,
.dwl-download-card__btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 38px rgba(217, 138, 50, .28),
        inset 0 1px 0 rgba(255,255,255,.25);
}
.dwl-hero__overlay {
    display: none !important;
}

.dwl-section--news {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
/* =========================================================
   WYCIĘCIE DODATKOWYCH TEŁ / NAKŁADEK / PASÓW
   ========================================================= */

/* usuwa globalne ozdobne naloty na całej stronie */
body.dwl-page::before,
body.dwl-page::after {
    display: none !important;
    content: none !important;
}

/* usuwa pomarańczowe przerywane paski nad sekcjami */
.dwl-section::before {
    display: none !important;
    content: none !important;
}

/* usuwa szerokie tło sekcji aktualności */
.dwl-section--news {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* usuwa dodatkowe pseudo-nakładki z kart */
.dwl-hero__copy::before,
.dwl-download-card::before,
.dwl-card::before,
.dwl-step-card::before,
.dwl-mini-card::before,
.dwl-band::before,
.dwl-app-showcase::before,
.dwl-news-card::before {
    display: none !important;
    content: none !important;
}

/* usuwa obramowanie wewnętrzne w dużej karcie hero */
.dwl-hero__copy::after {
    display: none !important;
    content: none !important;
}

/* gdyby dalej aktualności wyglądały jak na osobnej płycie */
.dwl-news-grid {
    background: transparent !important;
}

/* zostawia same karty, bez dodatkowego "szkła" */
.dwl-news-card {
    background:
        linear-gradient(180deg, rgba(14, 18, 17, .96), rgba(4, 6, 6, .98)) !important;
}