.gawdpo,
.gawdpo * {
    box-sizing: border-box;
}

.gawdpo {
    --gawdpo-accent: #2fa51f;
    --gawdpo-drogbruk: #d71920;
    --gawdpo-ink: #111714;
    --gawdpo-muted: #647068;
    --gawdpo-paper: #f5f7f2;
    position: relative;
    z-index: 10000;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-width: 0;
    overflow: hidden;
    background: var(--gawdpo-paper);
    color: var(--gawdpo-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    container-type: inline-size;
}

.gawdpo-standalone-body {
    margin: 0;
    background: #020805;
}

.gawdpo-gallery-page {
    min-height: 100vh;
    background: #020805;
    color: #fff;
}

.gawdpo a {
    color: inherit;
    text-decoration: none;
}

.gawdpo-wrap {
    width: min(1240px, calc(100% - clamp(32px, 5vw, 72px)));
    margin-inline: auto;
}

.gawdpo-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(4, 12, 7, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
}

.gawdpo-header__inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(16px, 3vw, 28px);
}

.gawdpo-logo {
    display: inline-flex;
    align-items: center;
    min-width: 180px;
}

.gawdpo-logo img {
    width: auto;
    max-width: 190px;
    max-height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .4));
}

.gawdpo-nav {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2.6vw, 40px);
}

.gawdpo-nav a,
.gawdpo-phone {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 850;
    white-space: nowrap;
}

.gawdpo-nav a:hover,
.gawdpo-phone:hover {
    color: #8af075;
}

.gawdpo-hero {
    position: relative;
    min-height: 720px;
    isolation: isolate;
    background-color: #061008;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.gawdpo-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 10, 5, .97) 0%, rgba(3, 10, 5, .9) 34%, rgba(3, 10, 5, .58) 68%, rgba(3, 10, 5, .86) 100%),
        linear-gradient(180deg, rgba(3, 10, 5, .08), rgba(3, 10, 5, .9));
}

.gawdpo-hero__grid {
    min-height: 644px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
    align-items: center;
    gap: clamp(32px, 5vw, 70px);
    padding: clamp(56px, 6vw, 82px) 0 clamp(64px, 7vw, 96px);
}

.gawdpo-hero__copy {
    position: relative;
    z-index: 3;
    min-width: 0;
    max-width: 700px;
}

.gawdpo-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0 0 20px;
    padding: 0 12px;
    border: 1px solid rgba(138, 240, 117, .25);
    border-radius: 999px;
    background: rgba(47, 165, 31, .1);
    color: #8af075;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 1000;
}

.gawdpo h1,
.gawdpo h2,
.gawdpo h3,
.gawdpo p {
    margin-top: 0;
}

.gawdpo h1 {
    max-width: 680px;
    margin-bottom: 22px;
    font-size: clamp(38px, 4.1vw, 64px);
    line-height: 1.03;
    font-weight: 1000;
    text-wrap: balance;
    overflow-wrap: normal;
}

.gawdpo-lead {
    max-width: 700px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.62;
}

.gawdpo-hero__points {
    display: grid;
    gap: 12px;
    max-width: 620px;
    margin-top: 26px;
}

.gawdpo-hero__points span {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 34px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.3;
}

.gawdpo-hero__points span::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(138, 240, 117, .16);
    color: #8af075;
    font-weight: 1000;
}

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

.gawdpo-panel {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: min(100%, 560px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    color: var(--gawdpo-ink);
    box-shadow: 0 40px 120px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.gawdpo-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(17, 23, 20, .1);
}

.gawdpo-panel__top strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 1000;
}

.gawdpo-step-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(47, 165, 31, .11);
    color: #156d10;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.gawdpo-form {
    margin: 0;
}

.gawdpo-step {
    display: none;
    padding: clamp(20px, 2.4vw, 28px);
}

.gawdpo-step.is-active {
    display: block;
}

.gawdpo-field {
    display: grid;
    gap: 8px;
    color: #253029;
    font-weight: 850;
}

.gawdpo-field span {
    font-size: 13px;
}

.gawdpo-field legend {
    margin: 0 0 10px;
    padding: 0;
    color: #253029;
    font-size: 13px;
    font-weight: 850;
}

.gawdpo-field input,
.gawdpo-field select,
.gawdpo-field textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(17, 23, 20, .16);
    border-radius: 12px;
    background: #fff;
    color: #111714;
    padding: 0 14px;
    font: inherit;
    font-weight: 650;
}

.gawdpo-scope-field {
    margin: 0;
    padding: 0;
    border: 0;
}

.gawdpo-scope-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gawdpo-scope-options label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 12px;
    border: 1px solid rgba(17, 23, 20, .14);
    border-radius: 12px;
    background: #fff;
    color: #1f2923;
    font-weight: 850;
}

.gawdpo-scope-options input {
    width: 18px;
    height: 18px;
    min-height: 0;
    padding: 0;
    accent-color: var(--gawdpo-accent);
}

.gawdpo-scope-options span {
    font-size: 14px;
}

.gawdpo-project-includes {
    margin: 18px 0 20px;
    padding: 16px;
    border: 1px solid rgba(47, 165, 31, .22);
    border-radius: 14px;
    background: linear-gradient(135deg, #eef8eb, #f8fbf5);
    color: #111714;
}

.gawdpo-project-includes strong {
    display: block;
    margin-bottom: 12px;
    color: #166d12;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gawdpo-project-includes ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gawdpo-project-includes li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 13px;
    border-radius: 12px;
    background: #fff;
    color: #172018;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.22;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    box-shadow: 0 10px 26px rgba(17, 23, 20, .05);
}

.gawdpo-project-includes li::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(47, 165, 31, .12);
    color: var(--gawdpo-accent);
    flex: 0 0 24px;
    font-weight: 1000;
}

.gawdpo-field textarea {
    padding-top: 12px;
    min-height: 112px;
    resize: vertical;
}

.gawdpo-field--amount {
    position: relative;
}

.gawdpo-field--amount input {
    min-height: 72px;
    padding-right: 86px;
    font-size: 30px;
    font-weight: 1000;
}

.gawdpo-field--amount em {
    position: absolute;
    right: 16px;
    bottom: 23px;
    color: var(--gawdpo-muted);
    font-style: normal;
    font-weight: 850;
}

.gawdpo-threshold-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
    counter-reset: gawdpo-case;
}

.gawdpo-threshold-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 184px;
    padding: 18px 16px 16px;
    border: 1px solid rgba(17, 23, 20, .10);
    border-radius: 14px;
    background: #f8faf6;
    overflow: hidden;
    counter-increment: gawdpo-case;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gawdpo-threshold-card.is-active {
    border-color: var(--gawdpo-accent);
    background: #fff;
    box-shadow: 0 18px 38px rgba(47, 165, 31, .17);
    transform: translateY(-2px);
}

.gawdpo-threshold-card::before {
    content: counter(gawdpo-case);
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-bottom-left-radius: 14px;
    background: #2d8230;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
}

.gawdpo-threshold-card:nth-child(2)::before {
    background: #f05a0a;
}

.gawdpo-threshold-card:nth-child(3)::before {
    background: #df1b2a;
}

.gawdpo-threshold-card span {
    display: inline-flex;
    align-self: flex-start;
    max-width: calc(100% - 46px);
    min-height: 25px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(47, 165, 31, .10);
    color: #1b7b22;
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gawdpo-threshold-card:nth-child(2) span {
    background: rgba(240, 90, 10, .10);
    color: #d94905;
}

.gawdpo-threshold-card:nth-child(3) span {
    background: rgba(223, 27, 42, .10);
    color: #df1b2a;
}

.gawdpo-threshold-card h3 {
    margin: 14px 0 8px;
    color: #111714;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 1000;
}

.gawdpo-threshold-card__summary {
    margin: 0 0 14px;
    color: var(--gawdpo-muted);
    font-size: 13px;
    font-weight: 720;
    line-height: 1.42;
}

.gawdpo-threshold-card__deposit {
    margin: auto 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 23, 20, .08);
    color: #166d12;
    font-size: 14px;
    font-weight: 1000;
}

.gawdpo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 13px;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gawdpo-btn:hover,
.gawdpo-btn:focus-visible {
    transform: translateY(-2px);
}

.gawdpo-btn--primary {
    width: 100%;
    background: linear-gradient(135deg, var(--gawdpo-accent), #237c18);
    color: #fff;
    box-shadow: 0 18px 42px rgba(47, 165, 31, .26);
}

.gawdpo-btn--hero {
    width: auto !important;
    min-width: 238px;
    max-width: 100%;
    padding-inline: 28px;
}

.gawdpo-btn--ghost {
    background: #eef2eb;
    color: #152018;
    border-color: rgba(17, 23, 20, .12);
}

.gawdpo-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    margin-top: 20px;
}

.gawdpo-selected {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #061008, #0d1c11);
    color: #fff;
}

.gawdpo-selected span {
    color: #8af075;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.gawdpo-selected h2 {
    margin: 8px 0;
    font-size: 32px;
    line-height: 1;
    font-weight: 1000;
}

.gawdpo-selected p {
    color: rgba(255, 255, 255, .78);
}

.gawdpo-selected strong {
    color: #fff;
    font-size: 22px;
}

.gawdpo-terms {
    margin-top: 18px;
    padding: 20px;
    border-radius: 16px;
    background: #f4f7f1;
    color: #344037;
}

.gawdpo-terms ul {
    display: grid;
    gap: 9px;
    margin: 14px 0 0;
    padding-left: 18px;
}

.gawdpo-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 18px;
    color: #303b34;
    font-weight: 750;
}

.gawdpo-check input {
    margin-top: 3px;
}

.gawdpo-check a {
    color: #176f12;
    font-weight: 950;
}

.gawdpo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gawdpo-field--wide {
    grid-column: 1 / -1;
}

.gawdpo-subtitle {
    margin: 28px 0 14px;
    color: #111714;
    font-size: 21px;
    font-weight: 1000;
}

.gawdpo-form-message {
    min-height: 24px;
    margin: 14px 0 0;
    color: var(--gawdpo-drogbruk);
    font-weight: 850;
}

.gawdpo-confirmation {
    padding: 28px;
}

.gawdpo.has-confirmation .gawdpo-hero__grid {
    grid-template-columns: minmax(0, 980px);
    justify-content: center;
    align-items: start;
}

.gawdpo.has-confirmation .gawdpo-hero__copy {
    display: none;
}

.gawdpo-panel.is-confirmed {
    justify-self: center;
    width: min(100%, 980px);
}

.gawdpo-panel.is-confirmed .gawdpo-panel__top {
    display: none;
}

.gawdpo-panel.is-confirmed .gawdpo-confirmation {
    padding: clamp(24px, 4vw, 42px);
}

.gawdpo-confirm-card {
    color: #111714;
}

.gawdpo-confirm-head {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #061008, #0d1c11);
    color: #fff;
}

.gawdpo-confirm-head span {
    color: #8af075;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.gawdpo-confirm-head h2 {
    margin: 8px 0;
    font-size: 32px;
    line-height: 1;
    font-weight: 1000;
}

.gawdpo-confirm-head p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .8);
}

.gawdpo-confirm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.gawdpo-confirm-grid section,
.gawdpo-company-box,
.gawdpo-payment,
.gawdpo-refund-box,
.gawdpo-documents-box,
.gawdpo-project-includes--confirm {
    padding: 20px;
    border: 1px solid rgba(17, 23, 20, .1);
    border-radius: 16px;
    background: #fff;
}

.gawdpo-confirm-card h3 {
    margin-bottom: 14px;
    font-size: 19px;
    font-weight: 1000;
}

.gawdpo-confirm-card dl {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 8px 12px;
    margin: 0;
}

.gawdpo-confirm-card dt {
    color: var(--gawdpo-muted);
    font-weight: 850;
}

.gawdpo-confirm-card dd {
    margin: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.gawdpo-company-box {
    margin-top: 16px;
}

.gawdpo-company-box dl {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 8px 12px;
    margin: 0;
}

.gawdpo-payment {
    margin-top: 16px;
    background: #f4f7f1;
}

.gawdpo-project-includes--confirm {
    margin-top: 16px;
    background: #eef8eb;
}

.gawdpo-project-includes--confirm ul {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.gawdpo-payment > span {
    color: var(--gawdpo-drogbruk);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.gawdpo-payment > strong {
    display: block;
    margin: 6px 0 16px;
    color: #166d12;
    font-size: 34px;
    line-height: 1;
    font-weight: 1000;
}

.gawdpo-refund-box {
    margin-top: 16px;
}

.gawdpo-refund-box strong {
    color: var(--gawdpo-drogbruk);
}

.gawdpo-refund-box p {
    margin: 8px 0 0;
}

.gawdpo-documents-box {
    margin-top: 16px;
    background: #fff8ee;
    border-color: rgba(215, 25, 32, .18);
}

.gawdpo-documents-box strong {
    display: block;
    margin-bottom: 10px;
    color: var(--gawdpo-drogbruk);
    font-size: 17px;
    font-weight: 1000;
}

.gawdpo-documents-box p {
    margin: 0 0 12px;
    color: #2b332e;
    font-weight: 720;
}

.gawdpo-documents-box ul {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.gawdpo-documents-box li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    font-weight: 850;
}

.gawdpo-documents-box li::before {
    content: "✓";
    color: var(--gawdpo-accent);
    font-weight: 1000;
}

.gawdpo-confirm-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.gawdpo-gallery-hero {
    position: relative;
    min-height: 430px;
    isolation: isolate;
    background-color: #061008;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.gawdpo-gallery-hero__inner {
    display: grid;
    align-content: center;
    min-height: 430px;
    padding: clamp(58px, 7vw, 88px) 0;
}

.gawdpo-project-gallery {
    padding: clamp(54px, 7vw, 88px) 0 clamp(62px, 8vw, 104px);
    background: #020805;
    color: #fff;
}

.gawdpo-project-gallery--standalone {
    padding-top: clamp(44px, 6vw, 72px);
}

.gawdpo-project-gallery__intro {
    max-width: 760px;
    margin-bottom: clamp(24px, 4vw, 38px);
}

.gawdpo-project-gallery__intro h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.05;
    font-weight: 1000;
}

.gawdpo-project-gallery__intro p:not(.gawdpo-kicker) {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.62;
}

.gawdpo-project-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.gawdpo-project-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(138, 240, 117, .16);
    border-radius: 18px;
    background: #0b140e;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
}

.gawdpo-project-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dfe6dc;
}

.gawdpo-project-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gawdpo-project-card:hover .gawdpo-project-card__image img,
.gawdpo-project-card:focus-within .gawdpo-project-card__image img {
    transform: scale(1.04);
}

.gawdpo-project-card__body {
    padding: 18px 18px 20px;
}

.gawdpo-project-card__body h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 19px;
    line-height: 1.18;
    font-weight: 1000;
}

.gawdpo-project-card__body p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 650;
}

.gawdpo-project-gallery__empty {
    padding: 28px;
    border: 1px dashed rgba(138, 240, 117, .28);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .76);
    font-weight: 800;
}

@media (max-width: 1180px) {
    .gawdpo-hero {
        min-height: auto;
    }

    .gawdpo-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        align-items: start;
        padding-block: 56px 72px;
    }

    .gawdpo-panel {
        justify-self: start;
        width: min(100%, 720px);
    }

    .gawdpo-nav {
        display: none;
    }

    .gawdpo h1 {
        max-width: 820px;
        font-size: clamp(36px, 6vw, 56px);
    }

    .gawdpo-lead {
        max-width: 760px;
    }

    .gawdpo-project-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gawdpo-wrap {
        width: min(100% - 32px, 1360px);
    }

    .gawdpo-header__inner {
        grid-template-columns: 1fr auto;
        gap: 14px;
        min-height: 70px;
    }

    .gawdpo-logo {
        min-width: 0;
    }

    .gawdpo-logo img {
        max-width: 162px;
    }

    .gawdpo-phone {
        font-size: 13px;
    }

    .gawdpo-hero {
        min-height: auto;
    }

    .gawdpo-hero__grid {
        padding: 54px 0 70px;
        gap: 34px;
    }

    .gawdpo h1 {
        font-size: clamp(32px, 9vw, 46px);
    }

    .gawdpo-panel {
        border-radius: 22px;
        width: 100%;
    }

    .gawdpo-panel__top,
    .gawdpo-step,
    .gawdpo-confirmation {
        padding: 20px;
    }

    .gawdpo-threshold-grid,
    .gawdpo-form-grid,
    .gawdpo-scope-options,
    .gawdpo-confirm-grid,
    .gawdpo-confirm-actions {
        grid-template-columns: 1fr;
    }

    .gawdpo-project-includes ul {
        grid-template-columns: 1fr;
    }

    .gawdpo-actions {
        grid-template-columns: 1fr;
    }

    .gawdpo-btn {
        width: 100%;
    }

    .gawdpo-btn--hero {
        width: 100%;
    }

    .gawdpo-project-gallery__grid {
        grid-template-columns: 1fr;
    }

    .gawdpo-confirm-card dl {
        grid-template-columns: 1fr;
    }
}

@container (max-width: 560px) {
    .gawdpo-threshold-card {
        min-height: auto;
    }

    .gawdpo-threshold-card__deposit {
        margin-top: auto;
    }
}

@container (max-width: 1100px) {
    .gawdpo-hero {
        min-height: auto;
    }

    .gawdpo-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        align-items: start;
        gap: 32px;
        padding-block: 52px 70px;
    }

    .gawdpo-hero__copy {
        max-width: 760px;
    }

    .gawdpo h1 {
        max-width: 760px;
        font-size: clamp(34px, 6vw, 52px);
        line-height: 1.02;
    }

    .gawdpo-lead {
        max-width: 720px;
        font-size: 18px;
    }

    .gawdpo-panel {
        justify-self: start;
        width: min(100%, 720px);
    }
}

@container (max-width: 820px) {
    .gawdpo-header__inner {
        grid-template-columns: 1fr auto;
        min-height: 70px;
    }

    .gawdpo-nav {
        display: none;
    }

    .gawdpo-logo {
        min-width: 0;
    }

    .gawdpo-logo img {
        max-width: 162px;
    }

    .gawdpo-hero__grid {
        padding-block: 44px 56px;
    }

    .gawdpo h1 {
        font-size: clamp(31px, 8.6vw, 44px);
    }

    .gawdpo-threshold-grid,
    .gawdpo-form-grid,
    .gawdpo-scope-options,
    .gawdpo-project-includes ul,
    .gawdpo-project-gallery__grid,
    .gawdpo-confirm-grid,
    .gawdpo-confirm-actions {
        grid-template-columns: 1fr;
    }

    .gawdpo-actions {
        grid-template-columns: 1fr;
    }

    .gawdpo-btn {
        width: 100%;
    }
}

@container (min-width: 560px) and (max-width: 820px) {
    .gawdpo-project-includes ul {
        grid-template-columns: 1fr;
    }
}

@container (max-width: 560px) {
    .gawdpo-wrap {
        width: min(100% - 28px, 1240px);
    }

    .gawdpo-phone {
        display: none;
    }

    .gawdpo-panel__top,
    .gawdpo-step,
    .gawdpo-confirmation {
        padding: 18px;
    }

    .gawdpo-panel__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .gawdpo-panel__top strong {
        font-size: 22px;
    }

    .gawdpo-field--amount input {
        min-height: 64px;
        font-size: 25px;
    }

    .gawdpo-confirm-card dl {
        grid-template-columns: 1fr;
    }
}



/* GAW-BRUK 1.0.11 - mała poprawka wyglądu bez zmiany działania formularza. */
.gawdpo .gawdpo-threshold-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    align-items: stretch;
}

.gawdpo .gawdpo-threshold-card {
    min-width: 0;
    overflow: hidden;
}

.gawdpo .gawdpo-threshold-card h3 {
    text-transform: none !important;
    letter-spacing: normal !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
}

.gawdpo .gawdpo-threshold-card span,
.gawdpo .gawdpo-threshold-card p,
.gawdpo .gawdpo-project-includes strong,
.gawdpo .gawdpo-project-includes li,
.gawdpo .gawdpo-subtitle,
.gawdpo .gawdpo-field span,
.gawdpo .gawdpo-field legend {
    letter-spacing: normal !important;
}

.gawdpo .gawdpo-subtitle {
    text-transform: none !important;
}

.gawdpo .gawdpo-project-includes ul {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
}

.gawdpo .gawdpo-project-includes li {
    min-width: 0;
    white-space: normal !important;
}

.gawdpo .gawdpo-field input:not([type="checkbox"]):not([type="radio"]),
.gawdpo .gawdpo-field select,
.gawdpo .gawdpo-field textarea {
    width: 100% !important;
    border: 1px solid rgba(17, 23, 20, .14) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #111714 !important;
    box-shadow: 0 10px 26px rgba(17, 23, 20, .06) !important;
    outline: none !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.gawdpo .gawdpo-field input:not([type="checkbox"]):not([type="radio"]),
.gawdpo .gawdpo-field select {
    min-height: 56px !important;
    padding: 0 16px !important;
}

.gawdpo .gawdpo-field textarea {
    min-height: 128px !important;
    padding: 16px !important;
    line-height: 1.45 !important;
}

.gawdpo .gawdpo-field input:not([type="checkbox"]):not([type="radio"]):focus,
.gawdpo .gawdpo-field select:focus,
.gawdpo .gawdpo-field textarea:focus {
    border-color: var(--gawdpo-accent) !important;
    box-shadow: 0 0 0 4px rgba(47, 165, 31, .12), 0 14px 34px rgba(17, 23, 20, .08) !important;
}

.gawdpo .gawdpo-field--amount input:not([type="checkbox"]):not([type="radio"]) {
    min-height: 72px !important;
    padding-right: 128px !important;
    font-size: 30px !important;
    font-weight: 1000 !important;
}

.gawdpo .gawdpo-field--amount em {
    right: 18px;
    bottom: 24px;
    max-width: 118px;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .gawdpo .gawdpo-threshold-grid,
    .gawdpo .gawdpo-project-includes ul {
        grid-template-columns: 1fr !important;
    }

    .gawdpo .gawdpo-field--amount input:not([type="checkbox"]):not([type="radio"]) {
        padding-right: 18px !important;
        padding-bottom: 38px !important;
    }

    .gawdpo .gawdpo-field--amount em {
        right: 18px;
        bottom: 12px;
        max-width: none;
        font-size: 13px;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    .gawdpo-confirmation,
    .gawdpo-confirmation * {
        visibility: visible;
    }

    .gawdpo-confirmation {
        position: absolute;
        inset: 0;
        padding: 0;
        background: #fff;
    }

    .gawdpo-confirm-actions {
        display: none;
    }
}

/* GAW-BRUK 1.0.14 - osobna ciemna galeria i czytelny opis jednostki m2. */
.gawdpo .gawdpo-field--amount {
    position: static !important;
}

.gawdpo .gawdpo-field--amount input:not([type="checkbox"]):not([type="radio"]) {
    padding-right: 18px !important;
    padding-left: 20px !important;
}

.gawdpo .gawdpo-field--amount em {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    justify-self: end;
    max-width: 100% !important;
    margin-top: -2px;
    color: var(--gawdpo-muted);
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.25;
    text-align: right;
    white-space: normal !important;
}
