@font-face {
    font-family: "DWP Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2") format("woff2");
    font-weight: 200 800;
    font-display: swap;
}

.dwp {
    --navy: #071d35;
    --navy-soft: #0c2949;
    --lime: #b9f227;
    --cream: #f2f0e8;
    --paper: #fbfaf6;
    --ink: #0a213a;
    --muted: #657180;
    --line: rgba(7, 29, 53, .15);
    min-height: 100vh;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: "DWP Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.dwp *, .dwp *::before, .dwp *::after { box-sizing: border-box; }
.dwp h1, .dwp h2, .dwp h3, .dwp p, .dwp blockquote { margin: 0; }
.dwp button, .dwp input, .dwp select { font: inherit; }
.dwp svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.dwp-header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    display: flex;
    width: min(1180px, calc(100% - 48px));
    min-height: 94px;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.dwp-brand { display: inline-flex; }
.dwp-brand img, .dwp-footer img { filter: brightness(0) invert(1); }
.dwp-header-note {
    color: rgba(255,255,255,.64);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dwp-hero {
    position: relative;
    display: grid;
    min-height: 760px;
    padding: 176px max(24px, calc((100vw - 1180px) / 2)) 96px;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        var(--navy);
    background-size: 64px 64px;
    color: #fff;
}

.dwp-hero::after {
    position: absolute;
    right: -8%;
    bottom: -32%;
    width: 750px;
    height: 750px;
    border: 1px solid rgba(185,242,39,.22);
    border-radius: 50%;
    content: "";
}

.dwp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}
.dwp-orb-one { top: 20%; right: 4%; width: 10px; height: 10px; background: var(--lime); box-shadow: 0 0 32px var(--lime); }
.dwp-orb-two { bottom: 16%; left: 47%; width: 5px; height: 5px; background: #55c8ff; box-shadow: 0 0 22px #55c8ff; }

.dwp-hero-copy { position: relative; z-index: 2; max-width: 620px; animation: dwp-in .7s both; }
.dwp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: var(--lime);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.dwp-kicker i { display: inline-block; width: 24px; height: 2px; background: currentColor; }
.dwp-kicker-dark { color: #4e6721; }
.dwp-hero h1 {
    max-width: 720px;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 350;
    letter-spacing: -.055em;
    line-height: .98;
}
.dwp-hero h1 em, .dwp-manifesto em { color: var(--lime); font-style: normal; font-weight: 720; }
.dwp-hero-copy > p {
    max-width: 570px;
    margin-top: 30px;
    color: rgba(255,255,255,.72);
    font-size: clamp(17px, 1.6vw, 20px);
}
.dwp-hero-cta {
    display: inline-flex;
    min-height: 56px;
    margin-top: 38px;
    padding: 0 22px;
    align-items: center;
    gap: 34px;
    border-radius: 3px;
    background: var(--lime);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}
.dwp-hero-cta:hover { background: #c9ff3e; transform: translateY(-2px); }
.dwp-hero-cta svg { width: 20px; }

.dwp-hero-visual {
    position: relative;
    z-index: 2;
    min-height: 500px;
    perspective: 1300px;
    transform: translateX(6%);
    animation: dwp-visual .9s .15s both;
}
.dwp-stack {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 235px;
    height: 330px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    transform-origin: center bottom;
    box-shadow: -28px 30px 60px rgba(0,0,0,.22);
}
.dwp-stack::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.22) 49%, transparent 65%);
    content: "";
    opacity: .5;
}
.dwp-stack span { font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.dwp-stack strong { max-width: 160px; overflow-wrap: anywhere; font-size: 22px; line-height: .95; letter-spacing: -.04em; }
.dwp-stack-one { z-index: 4; background: var(--lime); color: var(--navy); transform: translate(-20%, -48%) rotateY(-14deg) rotateZ(7deg); }
.dwp-stack-two { z-index: 3; background: #5bc7f2; color: var(--navy); transform: translate(-55%, -52%) rotateY(-14deg) rotateZ(-1deg); }
.dwp-stack-three { z-index: 2; background: #ff7b60; color: var(--navy); transform: translate(-88%, -48%) rotateY(-14deg) rotateZ(-9deg); }
.dwp-stack-four { z-index: 1; background: #9a80f2; color: var(--navy); transform: translate(-119%, -34%) rotateY(-14deg) rotateZ(-17deg); }

.dwp-library, .dwp-path { padding: 116px max(24px, calc((100vw - 1180px) / 2)); }
.dwp-section-head {
    display: grid;
    margin-bottom: 62px;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 48px;
}
.dwp-section-head h2 {
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 420;
    letter-spacing: -.055em;
    line-height: 1;
}
.dwp-section-head > p { max-width: 420px; justify-self: end; color: var(--muted); font-size: 17px; }
.dwp-section-head > p strong { color: var(--ink); font-weight: 720; }
.dwp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.dwp-card {
    display: grid;
    min-height: 0;
    padding: 22px;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}
.dwp-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(10,33,58,.11); }
.dwp-cover {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.dwp-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 16px 34px rgba(10,33,58,.18);
}
.dwp-card-lime { --cover: var(--lime); }
.dwp-card-sky { --cover: #5bc7f2; }
.dwp-card-mint { --cover: #62dbb0; }
.dwp-card-coral { --cover: #ff7b60; }
.dwp-card-violet { --cover: #9a80f2; }
.dwp-card-sand { --cover: #f7c948; }
.dwp-card-blush { --cover: #f79ac0; }
.dwp-card-navy { --cover: var(--navy); --cover-ink: #fff; --cover-ring: rgba(185,242,39,.35); }
.dwp-card-content { display: flex; padding: 10px 6px 8px 28px; flex-direction: column; }
.dwp-card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.dwp-card-content h3 { margin-top: 30px; font-size: 30px; font-weight: 650; letter-spacing: -.045em; line-height: 1.05; }
.dwp-card-content > p { margin-top: 16px; color: var(--muted); font-size: 14px; }
.dwp-card-promise {
    display: flex;
    margin-top: 16px !important;
    padding-left: 14px;
    align-items: baseline;
    gap: 9px;
    border-left: 2px solid var(--cover, var(--lime));
    color: var(--ink) !important;
    font-size: 13.5px !important;
    font-weight: 620;
    line-height: 1.4;
}
.dwp-download {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding: 18px 0 4px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}
.dwp-download svg { width: 21px; transition: transform .2s ease; }
.dwp-download:hover svg { transform: translateY(3px); }

.dwp-hero-facts {
    display: flex;
    margin: 52px 0 0;
    padding: 26px 0 0;
    flex-wrap: wrap;
    gap: 14px 46px;
    border-top: 1px solid rgba(255,255,255,.16);
    list-style: none;
}
.dwp-hero-facts strong { display: block; color: var(--lime); font-size: 30px; font-weight: 720; letter-spacing: -.05em; line-height: 1; }
.dwp-hero-facts span { display: block; margin-top: 6px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dwp-stack-more {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    padding: 9px 15px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 40px;
    background: rgba(7,29,53,.72);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translate(-6%, 118px);
}

.dwp-story {
    display: grid;
    padding: 104px max(24px, calc((100vw - 1180px) / 2));
    grid-template-columns: 1.1fr .9fr;
    align-items: start;
    gap: 64px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}
.dwp-story h2 { font-size: clamp(36px, 4.2vw, 54px); font-weight: 420; letter-spacing: -.055em; line-height: 1.02; }
.dwp-story-copy > p { max-width: 520px; margin-top: 24px; color: var(--muted); font-size: 16.5px; }
.dwp-story-lead { color: var(--ink) !important; font-size: 18.5px !important; font-weight: 600; line-height: 1.5; }
.dwp-story-facts { display: grid; margin: 0; padding: 0; align-content: start; gap: 0; list-style: none; }
.dwp-story-facts li { padding: 22px 0; border-top: 1px solid var(--line); }
.dwp-story-facts li:last-child { border-bottom: 1px solid var(--line); }
.dwp-story-facts strong {
    display: block;
    padding-left: 16px;
    border-left: 2px solid var(--lime);
    font-size: 21px;
    font-weight: 720;
    letter-spacing: -.035em;
}
.dwp-story-facts span { display: block; margin-top: 8px; padding-left: 18px; color: var(--muted); font-size: 14.5px; }

.dwp-problem {
    display: grid;
    padding: 116px max(24px, calc((100vw - 1180px) / 2));
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    background: var(--cream);
}
.dwp-problem h2 { font-size: clamp(38px, 4.2vw, 56px); font-weight: 420; letter-spacing: -.055em; line-height: 1.02; }
.dwp-problem-copy > p { max-width: 460px; margin-top: 26px; color: var(--muted); font-size: 17px; }
.dwp-problem-lead { color: var(--ink) !important; font-size: 19.5px !important; font-weight: 600; line-height: 1.45; }
.dwp-problem-list { display: grid; margin: 0; padding: 0; align-content: start; gap: 0; list-style: none; }
.dwp-problem-list li { padding: 22px 0; border-top: 1px solid var(--line); }
.dwp-problem-list li:last-child { border-bottom: 1px solid var(--line); }
.dwp-problem-list strong { display: block; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.dwp-problem-list span { display: block; margin-top: 6px; color: var(--muted); font-size: 14.5px; }

.dwp-manifesto {
    position: relative;
    padding: 125px max(24px, calc((100vw - 1050px) / 2));
    overflow: hidden;
    background: var(--navy);
    color: white;
    text-align: center;
}
.dwp-manifesto::before {
    position: absolute;
    top: -360px;
    left: 50%;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(185,242,39,.2);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}
.dwp-manifesto-index { position: relative; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dwp-manifesto blockquote { position: relative; margin-top: 28px; font-size: clamp(36px, 5vw, 62px); font-weight: 350; letter-spacing: -.055em; line-height: 1.05; }
.dwp-manifesto > p { position: relative; margin-top: 28px; color: rgba(255,255,255,.55); }

.dwp-path ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; }
.dwp-path li { position: relative; min-height: 250px; padding: 30px 30px 30px 0; border-top: 1px solid var(--ink); }
.dwp-path li + li { padding-left: 30px; border-left: 1px solid rgba(7,29,53,.18); }
.dwp-path li::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); content: ""; }
.dwp-path li + li::before { left: 30px; }
.dwp-path li span { display: block; margin-bottom: 46px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dwp-path li strong, .dwp-path li small { display: block; }
.dwp-path li strong { font-size: 26px; font-weight: 650; letter-spacing: -.04em; }
.dwp-path li small { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.dwp-faq { padding: 116px max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.dwp-faq-list { display: grid; gap: 0; }
.dwp-faq details { border-top: 1px solid var(--line); }
.dwp-faq details:last-child { border-bottom: 1px solid var(--line); }
.dwp-faq summary {
    display: flex;
    padding: 26px 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 620;
    letter-spacing: -.03em;
    list-style: none;
}
.dwp-faq summary::-webkit-details-marker { display: none; }
.dwp-faq summary::after {
    flex: none;
    width: 26px;
    height: 26px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--muted);
    content: "+";
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    transition: transform .2s ease;
}
.dwp-faq details[open] summary::after { content: "–"; transform: rotate(180deg); }
.dwp-faq details p { max-width: 760px; padding-bottom: 28px; color: var(--muted); font-size: 15.5px; }

.dwp-final {
    position: relative;
    padding: 125px max(24px, calc((100vw - 1050px) / 2));
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    text-align: center;
}
.dwp-final::before {
    position: absolute;
    bottom: -530px;
    left: 50%;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(185,242,39,.2);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}
.dwp-final > div { position: relative; }
.dwp-final h2 { font-size: clamp(36px, 4vw, 54px); font-weight: 380; letter-spacing: -.055em; line-height: 1.02; }
.dwp-final p { max-width: 620px; margin: 24px auto 0; color: rgba(255,255,255,.66); font-size: 16.5px; text-wrap: balance; }
.dwp-final .dwp-hero-cta { position: relative; margin-top: 40px; }

.dwp-footer {
    display: flex;
    min-height: 130px;
    padding: 32px max(24px, calc((100vw - 1180px) / 2));
    align-items: center;
    justify-content: space-between;
    background: #041426;
    color: rgba(255,255,255,.55);
}
.dwp-footer p { font-size: 12px; }

.dwp-modal { position: fixed; z-index: 99999; inset: 0; display: grid; padding: 24px; place-items: center; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.dwp-modal.is-open { visibility: visible; opacity: 1; }
.dwp-modal-backdrop { position: absolute; inset: 0; background: rgba(2,14,27,.8); backdrop-filter: blur(8px); }
.dwp-dialog {
    position: relative;
    display: grid;
    width: min(820px, 100%);
    max-height: calc(100vh - 48px);
    grid-template-columns: 36% 64%;
    overflow: auto;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 32px 100px rgba(0,0,0,.35);
    transform: translateY(18px) scale(.985);
    transition: transform .25s ease;
}
.dwp-modal.is-open .dwp-dialog { transform: none; }
.dwp-modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--cream); color: var(--ink); cursor: pointer; }
.dwp-modal-close svg { width: 19px; }
.dwp-dialog-side { display: flex; min-height: 580px; padding: 32px 30px; flex-direction: column; background: var(--navy); color: #fff; }
.dwp-dialog-side > .dwp-dialog-meta { margin-top: auto; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dwp-dialog-cover {
    display: block;
    width: 108px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 14px 34px rgba(0,0,0,.38);
}
.dwp-dialog-side h2 { margin-top: 22px; font-size: 34px; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.dwp-dialog-side p { margin-top: 16px; color: rgba(255,255,255,.72); font-size: 14.5px; font-weight: 600; line-height: 1.45; }
.dwp-dialog-topics { display: grid; margin: 26px 0 0; padding: 22px 0 0; gap: 11px; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.dwp-dialog-topics li {
    position: relative;
    padding-left: 22px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.4;
}
.dwp-dialog-topics li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 2px;
    background: var(--lime);
    content: "";
}
.dwp-dialog-form { display: grid; min-height: 580px; padding: 36px 42px 32px; align-items: center; }
.dwp-modal.is-success .dwp-dialog { grid-template-columns: 1fr; }
.dwp-modal.is-success .dwp-dialog-side { display: none; }
.dwp-modal.is-success .dwp-dialog-form { min-height: 580px; padding: 56px; }
.dwp-modal.is-success #dwp-lead-form { display: none !important; }
.dwp-dialog-form form { display: grid; gap: 14px; }
.dwp-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dwp-form-intro { margin-bottom: 4px; }
.dwp-form-intro h3 { font-size: 27px; font-weight: 680; letter-spacing: -.045em; }
.dwp-form-intro p { margin-top: 7px; color: var(--muted); font-size: 14px; }
.dwp-dialog-form input::placeholder { color: #9aa5b1; }
.dwp-success-next {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 12px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.dwp-success-next:hover { color: var(--ink); }
.dwp-dialog-form label > span:first-child { display: block; margin-bottom: 7px; color: #2e3f52; font-size: 14px; font-weight: 640; letter-spacing: -.01em; }
.dwp-dialog-form input:not([type="checkbox"]), .dwp-dialog-form select {
    width: 100%;
    height: 49px;
    padding: 0 14px;
    border: 1px solid #ccd2d7;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    color: var(--ink);
    font-size: 15px;
    transition: border-color .2s, box-shadow .2s;
}
.dwp-dialog-form input:focus, .dwp-dialog-form select:focus { border-color: #7e9d2b; box-shadow: 0 0 0 3px rgba(185,242,39,.2); }
.dwp-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.dwp-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: #759b12; }
.dwp-consent span { color: var(--muted) !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.dwp-consent a { color: var(--ink); font-weight: 750; text-underline-offset: 2px; }
.dwp-submit {
    display: flex;
    min-height: 54px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 3px;
    background: var(--lime);
    color: var(--navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.dwp-submit:hover { background: #c9ff3e; }
.dwp-submit:disabled { cursor: wait; opacity: .65; }
.dwp-submit svg { width: 20px; }
.dwp-form-status { min-height: 18px; color: #b33b32; font-size: 12px; text-align: center; }

/* Sugestão de correção de e-mail ("Você quis dizer gmail.com?"). */
.dwp-suggestion {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(185, 242, 39, .55);
    border-radius: 3px;
    background: rgba(185, 242, 39, .16);
    color: var(--ink);
    cursor: pointer;
    font-size: 13px;
    text-align: left;
}
.dwp-suggestion:hover { background: rgba(185, 242, 39, .3); }
.dwp-suggestion strong { font-weight: 800; }

/* Painel de quem já se cadastrou: um clique, nenhum campo. */
.dwp-known { display: flex; flex-direction: column; justify-content: center; gap: 18px; min-height: 100%; }
.dwp-known .dwp-form-intro { margin-bottom: 0; }
.dwp-known-switch {
    display: block;
    width: 100%;
    padding: 4px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.dwp-known-switch:hover { color: var(--ink); }

/* Selo nos módulos que a pessoa já baixou. */
.dwp-got-it {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 100px;
    background: var(--navy);
    color: var(--lime);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .01em;
}
.dwp-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dwp-success { width: min(460px, 100%); margin: auto; text-align: center; }
.dwp-success-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); }
.dwp-success-icon svg { width: 34px; stroke-width: 2.5; }
.dwp-success h3 { font-size: 34px; font-weight: 700; letter-spacing: -.045em; }
.dwp-success p { margin: 14px auto 28px; color: var(--muted); font-size: 14px; }
body.dwp-modal-lock { overflow: hidden; }

@keyframes dwp-in { from { opacity: 0; transform: translateY(22px); } }
@keyframes dwp-visual { from { opacity: 0; transform: translateX(10%) translateY(24px); } to { opacity: 1; transform: translateX(6%); } }

@media (max-width: 980px) {
    .dwp-hero { min-height: 860px; padding-top: 150px; grid-template-columns: 1fr; align-content: start; }
    .dwp-hero-copy { max-width: 740px; }
    .dwp-hero-visual { min-height: 360px; margin-top: 20px; transform: translateX(10%) scale(.78); transform-origin: center top; }
    .dwp-stack { top: 45%; }
    .dwp-grid { grid-template-columns: 1fr; }
    .dwp-card { grid-template-columns: 38% 62%; }
    .dwp-story { grid-template-columns: 1fr; gap: 36px; }
    .dwp-problem { grid-template-columns: 1fr; gap: 40px; }
    .dwp-path ol { grid-template-columns: 1fr; }
    .dwp-path li, .dwp-path li + li { min-height: 0; padding: 26px 0; border-left: 0; }
    .dwp-path li + li::before { left: 0; }
    .dwp-path li span { margin-bottom: 22px; }
    .dwp-final { padding-top: 100px; padding-bottom: 100px; }
}

@media (max-width: 680px) {
    .dwp-header { width: calc(100% - 36px); min-height: 76px; }
    .dwp-header img { width: 118px; }
    .dwp-header-note { display: none; }
    .dwp-hero { min-height: 740px; padding: 126px 20px 45px; }
    .dwp-hero h1 { font-size: 46px; }
    .dwp-hero-copy > p { font-size: 16px; }
    .dwp-hero-cta { width: 100%; justify-content: space-between; }
    .dwp-hero-visual { min-height: 270px; margin-top: 48px; transform: translateX(4%) scale(.56); transform-origin: center top; }
    .dwp-library, .dwp-path { padding: 78px 18px; }
    .dwp-section-head { margin-bottom: 40px; grid-template-columns: 1fr; gap: 22px; }
    .dwp-section-head h2 { font-size: 43px; }
    .dwp-section-head > p { justify-self: start; }
    .dwp-card { min-height: 0; padding: 14px; grid-template-columns: 1fr; }
    .dwp-card-content { min-height: 310px; padding: 24px 10px 10px; }
    .dwp-manifesto { padding: 90px 20px; }
    .dwp-manifesto blockquote { font-size: 34px; }
    .dwp-hero-facts { margin-top: 38px; gap: 16px 30px; }
    .dwp-hero-facts strong { font-size: 24px; }
    .dwp-stack-more { transform: translate(-30%, 100px); }
    .dwp-story, .dwp-problem, .dwp-faq, .dwp-final { padding: 78px 18px; }
    .dwp-story h2, .dwp-problem h2 { font-size: 36px; }
    .dwp-story-lead { font-size: 17px !important; }
    .dwp-problem-lead { font-size: 18px !important; }
    .dwp-path li strong { font-size: 22px; }
    .dwp-card-content h3 { margin-top: 26px; }
    .dwp-footer { min-height: 150px; flex-direction: column; justify-content: center; gap: 20px; text-align: center; }
    .dwp-modal { padding: 10px; }
    .dwp-dialog { max-height: calc(100vh - 20px); grid-template-columns: 1fr; }
    .dwp-dialog-side { min-height: 175px; padding: 28px 24px; }
    .dwp-dialog-cover { display: none; }
    .dwp-dialog-side > .dwp-dialog-meta { margin-top: 28px; }
    .dwp-dialog-side h2 { margin-top: 0; font-size: 28px; }
    .dwp-dialog-side p { display: none; }
    .dwp-dialog-form { min-height: 0; padding: 32px 22px 26px; }
    .dwp-modal.is-success .dwp-dialog-form { min-height: min(520px, calc(100vh - 20px)); padding: 48px 24px; }
    .dwp-field-row { grid-template-columns: 1fr; gap: 14px; }
    .dwp-modal-close { top: 14px; right: 14px; background: rgba(255,255,255,.12); color: white; }
}

@media (prefers-reduced-motion: reduce) {
    .dwp *, .dwp *::before, .dwp *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
