.dpo-page {
    --dpo-green-900: #0a4929;
    --dpo-green-700: #10743d;
    --dpo-green-600: #18884b;
    --dpo-green-100: #e8f6ee;
    --dpo-green-50: #f4fbf7;
    --dpo-ink: #14231b;
    --dpo-muted: #65766c;
    --dpo-line: #dce7e0;
    min-height: 100vh;
    padding: 88px 0 76px;
    color: var(--dpo-ink);
    background: linear-gradient(180deg, #f7fbf8 0%, #f1f6f3 100%);
    font-family: "Roboto", Arial, sans-serif;
}

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

.dpo-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.dpo-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 76px;
    color: #fff;
    background: linear-gradient(118deg, #073b22 0%, #0d6537 58%, #17834a 100%);
}

.dpo-hero::before,
.dpo-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
}

.dpo-hero::before {
    top: -200px;
    right: 8%;
    width: 440px;
    height: 440px;
}

.dpo-hero::after {
    right: -70px;
    bottom: -260px;
    width: 520px;
    height: 520px;
}

.dpo-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 40px;
    align-items: center;
}

.dpo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dpo-eyebrow svg {
    width: 18px;
    fill: currentColor;
}

.dpo-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
}

.dpo-hero__copy > p {
    max-width: 680px;
    margin: 21px 0 28px;
    color: rgba(255, 255, 255, .8);
    font-size: 1.05rem;
    line-height: 1.7;
}

.dpo-person {
    display: flex;
    align-items: center;
    gap: 13px;
}

.dpo-person__avatar {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: .8rem;
    font-weight: 800;
}

.dpo-person small,
.dpo-person strong {
    display: block;
}

.dpo-person small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .64);
    font-size: .75rem;
}

.dpo-person strong {
    color: #fff;
    font-size: .94rem;
}

.dpo-hero__mark {
    display: grid;
    width: 210px;
    height: 210px;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .035);
}

.dpo-hero__mark svg {
    width: 92px;
    fill: rgba(255, 255, 255, .9);
}

.dpo-exclusive {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 16px;
    margin-top: -30px;
    padding: 20px 24px;
    border: 1px solid #f0d28d;
    border-radius: 18px;
    color: #644a11;
    background: #fff9e9;
    box-shadow: 0 14px 34px rgba(78, 62, 20, .08);
}

.dpo-exclusive__icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #9b7018;
    background: #ffefbd;
}

.dpo-exclusive__icon svg {
    width: 21px;
    fill: currentColor;
}

.dpo-exclusive strong {
    display: block;
    margin: 1px 0 5px;
    color: #513b0e;
    font-size: .95rem;
}

.dpo-exclusive p {
    margin: 0;
    color: #765f2d;
    font-size: .84rem;
    line-height: 1.55;
}

.dpo-exclusive a {
    color: #71510d;
    font-weight: 800;
}

.dpo-channels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin: 30px 0;
}

.dpo-channel {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 17px;
    border: 1px solid var(--dpo-line);
    border-radius: 16px;
    color: var(--dpo-ink);
    background: #fff;
    box-shadow: 0 9px 26px rgba(24, 70, 43, .06);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dpo-channel:hover {
    border-color: #9dccb1;
    color: var(--dpo-ink);
    box-shadow: 0 14px 31px rgba(24, 70, 43, .11);
    transform: translateY(-2px);
}

.dpo-channel__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    color: var(--dpo-green-700);
    background: var(--dpo-green-100);
}

.dpo-channel__icon svg {
    width: 22px;
    fill: currentColor;
}

.dpo-channel small,
.dpo-channel strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dpo-channel small {
    margin-bottom: 4px;
    color: #7a8b81;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.dpo-channel strong {
    color: #25362d;
    font-size: .84rem;
}

.dpo-channel__arrow {
    width: 18px;
    fill: #8bab98;
}

.dpo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
}

.dpo-card {
    border: 1px solid var(--dpo-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 62, 38, .08);
}

.dpo-form-card {
    padding: clamp(24px, 4vw, 42px);
}

.dpo-card__header {
    padding-bottom: 27px;
    border-bottom: 1px solid var(--dpo-line);
}

.dpo-card__header > span {
    color: var(--dpo-green-700);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.dpo-card__header h2,
.dpo-side-card h2 {
    margin: 8px 0 6px;
    color: var(--dpo-ink);
    font-weight: 700;
    letter-spacing: -.025em;
}

.dpo-card__header h2 {
    font-size: 1.8rem;
}

.dpo-card__header p {
    margin: 0;
    color: var(--dpo-muted);
    font-size: .9rem;
}

.dpo-feedback {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 25px;
    padding: 17px 18px;
    border: 1px solid;
    border-radius: 14px;
}

.dpo-feedback > span {
    display: grid;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
}

.dpo-feedback--success {
    border-color: #addfc0;
    color: #116536;
    background: #effaf3;
}

.dpo-feedback--success > span {
    background: #18884b;
}

.dpo-feedback--error {
    border-color: #e8b9b9;
    color: #8f2929;
    background: #fff4f4;
}

.dpo-feedback--error > span {
    background: #a83232;
}

.dpo-feedback strong {
    display: block;
    margin-top: 2px;
}

.dpo-feedback p {
    margin: 3px 0 0;
    color: currentColor;
}

.dpo-form {
    padding-top: 28px;
}

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

.dpo-field--full {
    grid-column: 1 / -1;
}

.dpo-field > label,
.dpo-label-row label {
    display: block;
    margin-bottom: 8px;
    color: #2b3d33;
    font-size: .87rem;
    font-weight: 700;
}

.dpo-field label b {
    color: #aa3030;
}

.dpo-field label small {
    color: #849289;
    font-weight: 400;
}

.dpo-label-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.dpo-label-row > span {
    color: #849088;
    font-size: .75rem;
}

.dpo-field input,
.dpo-field select,
.dpo-field textarea {
    width: 100%;
    border: 1px solid #cbd8d0;
    border-radius: 12px;
    outline: none;
    color: var(--dpo-ink);
    background: #fff;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.dpo-field input,
.dpo-field select {
    min-height: 50px;
    padding: 0 15px;
}

.dpo-field textarea {
    min-height: 145px;
    padding: 14px 15px;
    resize: vertical;
    line-height: 1.55;
}

.dpo-field input:focus,
.dpo-field select:focus,
.dpo-field textarea:focus {
    border-color: var(--dpo-green-600);
    box-shadow: 0 0 0 4px rgba(24, 136, 75, .12);
    background: var(--dpo-green-50);
}

.dpo-field > small {
    display: block;
    margin-top: 7px;
    color: #79877f;
    font-size: .76rem;
}

.dpo-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.dpo-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 25px 0;
    padding: 17px;
    border: 1px solid #e3e9e5;
    border-radius: 13px;
    color: #506057;
    background: #f6f8f7;
    font-size: .82rem;
    line-height: 1.55;
    cursor: pointer;
}

.dpo-consent input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--dpo-green-700);
}

.dpo-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.dpo-submit-row > a {
    color: var(--dpo-green-700);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.dpo-submit-row > a:hover {
    color: var(--dpo-green-900);
    text-decoration: underline;
}

.dpo-submit {
    display: inline-flex;
    min-height: 52px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--dpo-green-700), #1a9451);
    box-shadow: 0 10px 24px rgba(16, 116, 61, .24);
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.dpo-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(16, 116, 61, .3);
}

.dpo-submit:disabled {
    cursor: wait;
    opacity: .7;
    transform: none;
}

.dpo-submit svg {
    width: 20px;
    fill: currentColor;
}

.dpo-side-card {
    position: sticky;
    top: 105px;
    padding: 28px;
}

.dpo-side-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    color: var(--dpo-green-700);
    background: var(--dpo-green-100);
}

.dpo-side-card__icon svg {
    width: 24px;
    fill: currentColor;
}

.dpo-side-card h2 {
    font-size: 1.25rem;
}

.dpo-side-card ul {
    display: grid;
    gap: 13px;
    margin: 22px 0 25px;
    padding: 0;
    list-style: none;
}

.dpo-side-card li {
    position: relative;
    padding-left: 22px;
    color: #596a60;
    font-size: .84rem;
    line-height: 1.45;
}

.dpo-side-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--dpo-green-600);
    font-weight: 800;
}

.dpo-side-card__other {
    padding: 17px;
    border-radius: 14px;
    background: #f3f7f4;
}

.dpo-side-card__other strong {
    color: #304238;
    font-size: .86rem;
}

.dpo-side-card__other p {
    margin: 7px 0 12px;
    color: #6a7970;
    font-size: .78rem;
    line-height: 1.5;
}

.dpo-side-card__other a {
    color: var(--dpo-green-700);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.dpo-side-card__other a:hover {
    text-decoration: underline;
}

@media (max-width: 960px) {
    .dpo-hero__grid {
        grid-template-columns: 1fr 170px;
    }

    .dpo-hero__mark {
        width: 160px;
        height: 160px;
    }

    .dpo-channels {
        grid-template-columns: 1fr;
    }

    .dpo-layout {
        grid-template-columns: 1fr;
    }

    .dpo-side-card {
        position: static;
    }
}

@media (max-width: 680px) {
    .dpo-page {
        padding-top: 72px;
    }

    .dpo-shell {
        width: min(100% - 24px, 1160px);
    }

    .dpo-hero {
        padding: 48px 0 62px;
    }

    .dpo-hero__grid {
        grid-template-columns: 1fr;
    }

    .dpo-hero__mark {
        display: none;
    }

    .dpo-exclusive {
        padding: 17px;
    }

    .dpo-grid {
        grid-template-columns: 1fr;
    }

    .dpo-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .dpo-submit {
        width: 100%;
    }

    .dpo-form-card,
    .dpo-side-card {
        padding: 22px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dpo-page *,
    .dpo-page *::before,
    .dpo-page *::after {
        transition: none !important;
    }
}
