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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #790c0c;
    color: #0b0b0b;
    font-family: "Inter", Arial, sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

.vld-page {
    min-width: 320px;
    overflow: hidden;
    background: #790c0c;
}

.vld-page--loading {
    overflow: hidden;
}

.vld-page-content {
    transition: opacity .25s ease;
}

.vld-loader__inner {
    display: grid;
    justify-items: center;
    gap: 18px;
}

.vld-loader__spinner {
    width: 56px;
    height: 56px;
    border: 3px solid rgba(246, 237, 230, 0.2);
    border-top-color: #f6ede6;
    border-radius: 50%;
    animation: vld-loader-spin .9s linear infinite;
}

.vld-loader__label {
    color: #f6ede6;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@keyframes vld-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.vld-shell {
    width: min(1280px, calc(100% - 160px));
    margin: 0 auto;
}

.vld-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 158px;
    background: #fff;
    border-bottom: 1px solid #e3f2ff;
}

.vld-nav,
.vld-footer-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: min(1262px, calc(100% - 128px));
    min-height: 70px;
    gap: 20px;
}

.vld-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 288px;
    justify-content: center;
    width: 288px;
    height: 70px;
    text-decoration: none;
}

.vld-logo__mark {
    display: block;
    width: 288px;
    height: 35px;
}

.vld-hero-card h1 img,
.vld-about h2 img,
.vld-centered h2 img,
.vld-form-copy h2 img,
.vld-equation img {
    display: inline-block;
    width: 32px;
    height: 40px;
    object-fit: contain;
    margin-left: 0.12em;
    vertical-align: -0.08em;
}

.vld-logo__sub {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 315px;
    height: 31px;
    margin-top: 4px;
    padding-left: 103px;
    color: #111;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.vld-logo__sub strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.035em;
}

.vld-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    width: max-content;
    height: 48px;
}

.vld-nav-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 20px;
    width: auto;
    height: 48px;
    margin-left: auto;
}

.vld-menu a {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.vld-menu a:hover,
.vld-menu a:focus {
    color: #a01518;
}

.vld-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 223px;
    gap: 8px;
    width: 223px;
    height: 48px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #f00;
    border-radius: 10px;
    background: #a01518;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.vld-cta__icon {
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
}

.vld-cta:hover,
.vld-cta:focus {
    background: #790c0c;
    color: #fff;
}

.vld-hero {
    background: #790c0c;
    padding: 0 0 161px;
}

.vld-hero-card {
    position: relative;
    min-height: 1014px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background: #f6ede6;
}

.vld-hero-copy {
    position: relative;
    z-index: 2;
    width: 515px;
    min-width: 0;
    padding: 126px 0 0 120px;
    background: #fbf6f3;
}

.vld-hero-title,
.vld-hero-card h1,
.vld-about h2,
.vld-centered h2,
.vld-form-copy h2 {
    margin: 0;
    color: #a01518;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.vld-hero-card h1,
.vld-about h2,
.vld-centered h2,
.vld-form-copy h2 {
    display: flex;
    align-items: center;
    color: #111;
}

.vld-hero-card h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0;
}

.vld-hero-card h1 img {
    width: 32px;
    height: 40px;
    margin-left: 8px;
    object-fit: contain;
}

.vld-hero-card h1 strong,
.vld-about h2 strong,
.vld-centered h2 strong,
.vld-form-copy h2 strong {
    color: #a01518;
    font-weight: 900;
}

.vld-hero-lead {
    width: 560px;
    max-width: 100%;
    margin: 54px 0 32px;
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.vld-hero-lead strong {
    color: #a01518;
    font-weight: 700;
}

.vld-bottle-art,
.vld-form-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.vld-bottle-art > img,
.vld-form-art > img {
    position: absolute;
    left: -684px;
    top: -562px;
    width: 3266px;
    max-width: none;
}

.vld-medal {
    position: absolute;
    left: 936px;
    top: 85px;
    display: block;
    width: 214px;
    height: 214px;
    max-width: none;
}

.vld-medal__base,
.vld-medal__text {
    position: absolute;
    display: block;
}

.vld-medal__base {
    inset: 0;
    width: 100%;
    height: 100%;
}

.vld-medal__text {
    left: 19.1%;
    top: 17.6%;
    width: 61.7%;
    height: 70.1%;
}

.vld-steps {
    display: grid;
    gap: 16px;
}

.vld-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 339px;
    min-height: 88px;
    padding: 12px 16px 11px;
    border: 1px solid #a01518;
    border-radius: 10px;
    background: #f6ede6;
}

.vld-steps--hero {
    width: 339px;
}

.vld-step__cluster {
    position: relative;
    flex: 0 0 62.5px;
    width: 62.5px;
    height: 65.85px;
}

.vld-step__badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #a01518;
    color: #f6ede6;
    font-size: 16px;
    font-weight: 900;
}

.vld-step__icon {
    position: absolute;
    left: 7.5px;
    top: 8.85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 57px;
    border: 1px solid #a01518;
    border-radius: 10px;
    background: #fff;
    color: #a01518;
}

.vld-step__svg {
    display: block;
}

.vld-step__svg--drop {
    width: 24px;
    height: 34px;
}

.vld-step__svg--clip {
    width: 19px;
    height: 31px;
}

.vld-step__svg--truck {
    width: 30px;
    height: 23px;
}

.vld-step h2,
.vld-step h3 {
    margin: 0;
    color: #a01518;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.vld-step__copy {
    flex: 1 1 236.5px;
    min-width: 0;
    max-width: 236.5px;
    text-align: left;
}

.vld-step p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.vld-step p strong {
    color: #a01518;
}

.vld-step__copy--link p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vld-step p span,
.vld-step p a {
    display: block;
    width: 227.5px;
    max-width: 100%;
    margin-top: 3px;
    overflow-wrap: normal;
    padding: 2px 4px;
    border-radius: 5px;
    background: #a01518;
    color: #fbf6f3;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    white-space: nowrap;
}

.vld-hero-logos {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 415px;
    margin-top: 32px;
}

.vld-hero-logos img:first-child {
    width: 261px;
}

.vld-hero-logos img:last-child {
    width: 140px;
}

.vld-about,
.vld-mechanism,
.vld-centers,
.vld-info {
    background: #790c0c;
    color: #fff;
}

.vld-about {
    position: relative;
    height: 866px;
    padding: 30px 0 5px;
    overflow: hidden;
}

.vld-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #790c0c;
    pointer-events: none;
}

.vld-about::after {
    content: "";
    position: absolute;
    left: calc(50% - 719px);
    top: -12px;
    width: 1328px;
    height: 795px;
    background: url("/campanii/vin-la-donat/img/about-figma-mcp.png") no-repeat 0 0 / 100% 100%;
    pointer-events: none;
    transform: rotate(3.2deg);
    transform-origin: center center;
}

.vld-about-card {
    position: relative;
    z-index: 1;
    height: 792px;
    border: 1px solid #fbf6f3;
    border-radius: 10px;
    background: transparent;
}

.vld-about-copy {
    position: absolute;
    z-index: 2;
    width: 880px;
    height: 689px;
    top: 63px;
    left: 50%;
    margin: 0;
    padding-top: 0;
    background: transparent;
    text-align: center;
    transform: translateX(-50%);
}

.vld-eyebrow {
    margin: 0 0 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.vld-about h2,
.vld-centered h2 {
    justify-content: center;
    color: #fff;
    font-size: 36px;
}

.vld-about h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: none;
}

.vld-about .vld-eyebrow {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
}

.vld-about h2 strong {
    color: #fff;
    font-weight: 900;
}

.vld-centered h2 strong {
    color: #fff;
}

.vld-centered h2 img {
    filter: brightness(0) invert(1);
}

.vld-mechanism .vld-centered h2 strong {
    color: #f6ede6;
}

.vld-mechanism .vld-centered h2 img {
    filter: none;
}

.vld-about h2 img {
    width: 32px;
    height: 40px;
    margin-left: 8px;
}

.vld-about p:not(.vld-eyebrow) {
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.vld-about-lead {
    position: absolute;
    top: 132px;
    left: 0;
    width: 880px;
    max-width: none;
    margin: 0 !important;
    font-weight: 400 !important;
}

.vld-about-body {
    position: absolute;
    top: 481px;
    left: 0;
    width: 880px;
    height: 208px;
    max-width: none;
    margin: 0;
}

.vld-about .vld-about-body p + p {
    margin-top: 26px;
}

.vld-mechanism {
    height: 548px;
    padding: 64px 0 0;
}

.vld-centered {
    text-align: center;
}

.vld-centered > .vld-eyebrow {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
}

.vld-centered h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0;
}

.vld-steps--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1158px, 100%);
    margin: 32px auto 16px;
}

.vld-steps--wide .vld-step {
    width: auto;
    min-height: 131px;
}

.vld-equation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 192px;
    width: min(1158px, 100%);
    margin: 0 auto;
    border: 1px solid #a01518;
    border-radius: 10px;
    background: #f6ede6;
    color: #a01518;
}

.vld-equation > span {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.vld-equation strong {
    display: flex;
    align-items: center;
    color: #790c0c;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.vld-equation strong span {
    display: inline-flex;
    align-items: center;
}

.vld-equation img {
    flex: 0 0 32px;
    width: 32px;
    height: 40px;
    margin-left: 8px;
    object-fit: contain;
    filter: saturate(1.14) brightness(0.69);
}

.vld-centers {
    position: relative;
    min-height: 1093px;
    overflow: hidden;
    padding: 84px 0 112px;
    background: #790c0c;
}

.vld-centers::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/campanii/vin-la-donat/img/centers-section-background.png") no-repeat center top / auto 100%;
    pointer-events: none;
}

.vld-centers h2,
.vld-info h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 37px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.vld-centers h2 {
    color: #f6ede6;
}

.vld-centers-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    width: min(1152px, 100%);
    margin: 0 auto;
}

.vld-center-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    color: #111;
}

.vld-center-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 688 / 505;
    object-fit: cover;
    object-position: center;
}

.vld-center-card > div {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    row-gap: 24px;
    min-height: 363px;
    padding: 32px;
}

.vld-center-card h3 {
    margin: 0;
    color: #a01518;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.vld-center-card p,
.vld-center-card strong,
.vld-center-card a {
    display: block;
    color: #111;
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.vld-center-card a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.vld-form-section {
    min-height: 1364px;
    overflow: visible;
    background: #fbf5f2 url("/campanii/vin-la-donat/img/form-section-background.png") no-repeat center top / auto 100%;
}

.vld-form-panel {
    position: relative;
    min-height: 100%;
    padding: 137px 0 190px;
}

.vld-form-copy {
    position: relative;
    z-index: 2;
    width: 572px;
    margin-left: 72px;
}

.vld-form-copy .vld-eyebrow {
    margin-bottom: 16px;
    color: #790c0c;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.vld-form-copy h2 {
    justify-content: center;
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 500;
}

.vld-form-copy h2 strong {
    color: #790c0c;
    font-weight: 900;
}

.vld-form-copy h2 img {
    filter: saturate(1.14) brightness(0.69);
}

.vld-form-feedback {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.vld-form {
    display: grid;
    gap: 28px;
    width: 550px;
    margin: 0 auto;
}

.vld-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 20px;
    align-items: start;
}

.vld-field {
    display: grid;
    gap: 10px;
}

.vld-field label,
.vld-check label,
.vld-form-note {
    color: #111;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.vld-field input {
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    border: 1px solid #a01518;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font: 500 16px/1.2 "Inter", Arial, sans-serif;
}

.vld-field input:focus {
    outline: 2px solid rgba(160, 21, 24, 0.25);
    outline-offset: 1px;
}

.vld-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.vld-file {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 12px;
    border: 1px solid #a01518;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.vld-field .vld-file {
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.vld-file + .vld-file {
    margin-top: 12px;
}

.vld-file img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.vld-file--dark {
    border-color: #000;
    background: #790c0c;
    color: #fff;
}

.vld-field .vld-file--dark {
    border-color: #000;
    background: #790c0c;
    color: #fff;
}

.vld-file--dark img {
    filter: brightness(0) invert(1);
}

.vld-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    padding-top: 4px;
}

.vld-check input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #a01518;
}

.vld-check label,
.vld-form-note {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.vld-form-note {
    margin: 0;
    padding-top: 2px;
}

.vld-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-top: 8px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font: 400 20px/1.5 "Ubuntu", Arial, sans-serif;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.vld-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.vld-submit.is-success {
    border-color: #1f6b34;
    background: #2f8f47;
    color: #fff;
    opacity: 1;
}

.vld-error {
    color: #a01518;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.vld-alert {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.45;
}

.vld-alert--success {
    border: 1px solid #87c995;
    background: #eaf7ea;
    color: #1a5a22;
    font-size: 15px;
    font-weight: 700;
}

.vld-alert--error,
.vld-alert--warning {
    background: #ffe8e8;
    color: #a01518;
}

.vld-form-art {
    position: absolute;
    inset: 0;
}

.vld-form-art > img {
    display: none;
}

.vld-form-art .vld-medal {
    left: auto;
    right: 23px;
    top: 115px;
}

.vld-info {
    min-height: 469px;
    padding: 64px 0;
}

.vld-info h2 {
    margin-bottom: 32px;
    font-size: 24px;
}

.vld-info-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: min(1158px, 100%);
    margin: 0 auto;
}

.vld-info-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 280px;
    padding: 32px 16px;
    border: 1px solid #a01518;
    border-radius: 10px;
    background: #f6ede6;
    color: #111;
    text-align: center;
}

.vld-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 57px;
    margin: 0;
}

.vld-info-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.vld-info-grid article:first-child .vld-info-icon {
    border: 1px solid #a01518;
    border-radius: 10px;
    background: #a01518;
}

.vld-info-grid article:first-child .vld-info-icon img {
    width: 32px;
    height: 32px;
}

.vld-info-grid h3 {
    margin: 0;
    color: #a01518;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.vld-info-grid p {
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.vld-footer {
    background: #050505;
    color: #fff;
}

.vld-footer .vld-logo__sub,
.vld-footer .vld-menu a {
    color: #fff;
}

.vld-footer-main {
    align-items: center;
    min-height: 158px;
}

.vld-footer .vld-logo__mark {
    filter: brightness(0) invert(1);
}

.vld-footer-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 48px;
    margin-left: auto;
}

.vld-menu--footer {
    gap: 20px;
    width: 542px;
    justify-content: flex-start;
}

.vld-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    min-height: 251px;
    padding: 37px 19px 80px;
    border-top: 1px solid #790c0c;
}

.vld-footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.vld-footer-bottom > div:first-child {
    flex: 0 0 716px;
}

.vld-footer-bottom span {
    color: #a01518;
}

.vld-footer-logos {
    display: flex;
    align-items: center;
    flex: 0 0 446px;
    gap: 16px;
}

.vld-footer-logos img:first-child {
    width: 261px;
}

.vld-footer-logos img:last-child {
    width: 140px;
}

.vld-menu-toggle,
.vld-mobile-menu {
    display: none;
}

@media (min-width: 861px) {
    .vld-hero-title {
        white-space: nowrap;
    }
}

@media (max-width: 1180px) {
    .vld-shell {
        width: min(calc(100% - 64px), 1040px);
    }

    .vld-hero-copy {
        padding-left: 64px;
    }

    .vld-form {
        width: 415px;
    }

    .vld-nav,
    .vld-footer-main {
        width: min(calc(100% - 64px), 1040px);
    }

    .vld-menu {
        gap: 18px;
    }

    .vld-menu a {
        font-size: 13px;
    }

    .vld-nav .vld-logo,
    .vld-footer-main .vld-logo {
        flex-basis: 244px;
        width: 244px;
    }

    .vld-nav .vld-logo__mark,
    .vld-footer-main .vld-logo__mark {
        width: 244px;
    }

    .vld-logo__sub {
        width: 270px;
        padding-left: 86px;
        font-size: 10px;
    }

    .vld-cta {
        flex-basis: 190px;
        width: 190px;
        padding-inline: 10px;
        font-size: 13px;
    }

    .vld-hero-copy {
        padding-left: 64px;
    }

    .vld-bottle-art > img {
        left: -820px;
    }

    .vld-form-copy {
        margin-left: 20px;
    }

    .vld-form-art .vld-medal {
        right: 10px;
    }

    .vld-info-grid {
        gap: 10px;
    }
}

@media (max-width: 860px) {
    .vld-page-content {
        padding-top: 124px;
    }

    .vld-shell {
        width: min(calc(100% - 48px), 720px);
    }

    .vld-nav-wrap {
        position: fixed;
        left: 0;
        right: 0;
        height: 124px;
    }

    .vld-nav {
        position: relative;
        align-items: center;
        width: min(calc(100% - 48px), 720px);
        min-height: 70px;
        overflow: hidden;
    }

    .vld-nav-actions {
        display: none;
    }

    .vld-menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 48px;
        height: 48px;
        margin-left: auto;
        border: 0;
        background: #050505;
        cursor: pointer;
    }

    .vld-menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
    }

    .vld-mobile-menu {
        position: fixed;
        left: 0;
        top: 124px;
        bottom: 0;
        z-index: 60;
        display: none;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        padding: 0;
        border-radius: 0;
        background: #790c0c;
        color: #fff;
        box-shadow: none;
    }

    .vld-mobile-menu.is-open {
        display: flex;
    }

    .vld-mobile-menu__panel {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        background: #790c0c;
    }

    .vld-mobile-menu__panel::before {
        content: "";
        position: absolute;
        left: -160%;
        top: 2.55%;
        width: 260%;
        height: 100%;
        background: url("/campanii/vin-la-donat/img/mobile-menu-arm.png") no-repeat 0 0 / 100% 100%;
        pointer-events: none;
    }

    .vld-mobile-menu__links {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
        width: min(400px, calc(100% - 40px));
        margin: 0 auto;
        padding: 84px 0 0 min(105px, 18vw);
    }

    .vld-mobile-menu a {
        font: 500 18px/1.2 "Roboto", Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

    .vld-mobile-menu .vld-cta {
        flex: 0 0 48px;
        width: 263px;
        max-width: 100%;
        margin-top: 0;
        border-color: #fff;
        overflow: hidden;
        font-size: 16px;
    }

    .vld-mobile-menu .vld-cta__icon {
        width: 24px;
        height: 24px;
    }

    .vld-mobile-menu__footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: 0;
        padding: 24px 20px 32px;
        background: #050505;
        text-align: center;
    }

    .vld-mobile-menu__logos {
        display: flex;
        align-items: center;
        gap: 16px;
        width: min(353px, 100%);
        height: 134px;
    }

    .vld-mobile-menu__logos img:first-child {
        width: 220px;
    }

    .vld-mobile-menu__logos img:last-child {
        width: 117px;
    }

    .vld-mobile-menu__footer p {
        width: 100%;
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
    }

    .vld-menu-toggle[aria-expanded="true"] {
        gap: 0;
    }

    .vld-menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(3px) rotate(45deg);
    }

    .vld-menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .vld-menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-3px) rotate(-45deg);
    }

    .vld-menu-open {
        overflow: hidden;
    }

    .vld-hero-card {
        min-height: 980px;
    }

    .vld-hero-copy {
        width: 460px;
        padding: 64px 0 0 48px;
    }

    .vld-hero-title {
        font-size: 44px;
    }

    .vld-bottle-art > img {
        left: -1050px;
    }

    .vld-medal {
        left: auto;
        right: 70px;
        width: 150px;
        height: 150px;
    }

    .vld-about {
        height: auto;
        min-height: 830px;
    }

    .vld-about-card {
        height: auto;
        min-height: 770px;
    }

    .vld-about-copy {
        width: min(100% - 40px, 620px);
        height: auto;
    }

    .vld-about-lead {
        width: 100%;
    }

    .vld-about-body {
        width: 100%;
    }

    .vld-steps--wide,
    .vld-centers-grid {
        grid-template-columns: 1fr;
    }

    .vld-mechanism {
        height: auto;
        padding-bottom: 64px;
    }

    .vld-centers {
        min-height: 0;
        padding: 0 0 78px;
    }

    .vld-centers::before {
        background-position: center;
        background-size: auto 100%;
    }

    .vld-equation strong {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 30px;
        text-align: center;
    }

    .vld-form-panel {
        padding-block: 70px;
    }

    .vld-form-copy {
        width: min(550px, 100%);
        margin: 0 auto;
    }

    .vld-form {
        width: 100%;
    }

    .vld-form-section {
        height: auto;
        background: #fbf5f2;
    }

    .vld-form-art {
        display: none;
    }

    .vld-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vld-info-grid article:last-child {
        grid-column: 1 / -1;
    }

    .vld-footer-main {
        width: min(calc(100% - 48px), 720px);
    }

    .vld-footer-actions .vld-menu {
        display: none;
    }

    .vld-footer-actions {
        width: auto;
    }
}

@media (max-width: 600px) {
    .vld-page-content {
        padding-top: 144px;
    }

    .vld-shell {
        width: calc(100% - 40px);
        padding: 0;
    }

    .vld-nav-wrap {
        height: 144px;
    }

    .vld-nav {
        align-items: flex-start;
        width: calc(100% - 40px);
        min-height: 69px;
        margin-top: 55px;
        overflow: hidden;
    }

    .vld-nav .vld-logo {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 68px);
        height: 69px;
        min-width: 0;
    }

    .vld-nav .vld-logo__mark {
        width: min(257px, 100%);
        height: 35px;
    }

    .vld-nav .vld-logo__sub {
        width: min(297px, 100%);
        height: 31px;
        margin-top: 4px;
        padding-left: min(87px, 30%);
        font-size: 12px;
        line-height: 14px;
    }

    .vld-nav .vld-logo__sub strong {
        font-size: 13px;
        line-height: 14px;
    }

    .vld-menu-toggle {
        position: absolute;
        left: 340px;
        right: auto;
        top: 0;
        flex: 0 0 48px;
        margin-top: 0;
    }

    .vld-mobile-menu {
        top: 144px;
    }

    .vld-mobile-menu__panel {
        min-height: 829px;
    }

    .vld-mobile-menu__panel::before {
        left: -221%;
        width: 334.77%;
    }

    .vld-mobile-menu__links {
        gap: 42px;
        padding-top: 108px;
        padding-left: 105px;
    }

    .vld-mobile-menu a {
        font-size: 20px;
    }

    .vld-mobile-menu .vld-cta {
        width: min(100%, 280px);
        padding-inline: 12px;
        font-size: 15px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .vld-mobile-menu .vld-cta {
        height: 48px;
        margin-top: -10px;
        font-size: 20px;
    }

    .vld-hero {
        background: #790c0c;
        padding: 0 0 22px;
    }

    .vld-hero > .vld-shell {
        width: calc(100% - 20px);
    }

    .vld-hero-card {
        min-height: 1372px;
        border-radius: 0 0 10px 10px;
    }

    .vld-hero-copy {
        width: 100%;
        padding: 25px 20px 0;
        text-align: center;
    }

    .vld-hero-title {
        font-size: 24px;
        line-height: 29px;
    }

    .vld-hero-card h1 {
        justify-content: center;
        font-size: 24px;
        line-height: 29px;
    }

    .vld-hero-card h1 img {
        width: 20px;
        height: 25px;
        margin-left: 4px;
    }

    .vld-hero-lead {
        width: 339px;
        margin: 4px auto 22px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .vld-steps--hero {
        width: 339px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .vld-step {
        width: 100%;
    }

    .vld-bottle-art > img {
        left: -225.8%;
        top: 9.2%;
        width: 572.07%;
        height: 112.57%;
        object-fit: fill;
    }

    .vld-bottle-art .vld-medal {
        left: 48.1%;
        right: auto;
        top: 43.37%;
        width: 33.33%;
        height: 10.2%;
    }

    .vld-bottle-art .vld-medal__text {
        left: 19.1%;
        top: 17.6%;
        width: 61.7%;
        height: 70.1%;
    }

    .vld-hero-logos {
        position: absolute;
        left: 50%;
        top: 1222px;
        bottom: auto;
        z-index: 3;
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        width: 309px;
        height: 122px;
        margin: 0;
        transform: translateX(-50%);
    }

    .vld-hero-logos img:first-child {
        width: 191px;
    }

    .vld-hero-logos img:last-child {
        width: 102px;
    }

    .vld-about {
        height: 893px;
        min-height: 893px;
        padding: 30px 20px 32px;
    }

    .vld-about > .vld-shell {
        width: 100%;
    }

    .vld-about::after {
        left: -73px;
        top: 23px;
        width: 1192px;
        height: 692px;
        transform: none;
    }

    .vld-about-card {
        min-height: 831px;
    }

    .vld-about-copy {
        top: 32px;
        width: 100%;
        height: 767px;
    }

    .vld-about .vld-eyebrow,
    .vld-centered > .vld-eyebrow {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .vld-about h2,
    .vld-centered h2,
    .vld-form-copy h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .vld-about-lead {
        top: 132px;
        width: 100%;
    }

    .vld-about p:not(.vld-eyebrow) {
        font-size: 20px;
        line-height: 1.3;
    }

    .vld-about-body {
        top: 485px;
        width: 100%;
        padding: 0 14px;
    }

    .vld-about-body br {
        display: none;
    }

    .vld-mechanism {
        height: 900px;
        padding: 10px 20px 0;
    }

    .vld-mechanism > .vld-shell {
        width: 100%;
    }

    .vld-steps--wide {
        grid-template-columns: 1fr;
        width: 100%;
        margin: 32px 0 16px;
    }

    .vld-steps--wide .vld-step {
        min-height: 131px;
    }

    .vld-equation {
        min-height: 310px;
        width: 100%;
        padding: 24px;
    }

    .vld-equation > span {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .vld-equation strong {
        flex-direction: column;
        font-size: 36px;
        line-height: 1.45;
    }

    .vld-equation strong span {
        justify-content: center;
    }

    .vld-equation strong span:last-child {
        flex-wrap: wrap;
        width: 330px;
        max-width: 100%;
    }

    .vld-equation img {
        flex-basis: 28px;
        width: 28px;
        height: 35px;
    }

    .vld-equation strong span:first-child img {
        margin-right: 8px;
    }

    .vld-centers {
        min-height: auto;
        padding: 235px 20px 112px;
    }

    .vld-centers > .vld-shell {
        width: 100%;
    }

    .vld-centers::before {
        background-image: url("/campanii/vin-la-donat/img/centers-section-background-mobile.png");
        background-position: center top;
        background-size: 100% auto;
    }

    .vld-centers h2 {
        margin-bottom: 37px;
        font-size: 36px;
    }

    .vld-centers-grid {
        gap: 42px;
        width: 100%;
    }

    .vld-center-card > div {
        min-height: 320px;
        padding: 32px;
    }

    .vld-form-section {
        min-height: 1138px;
        background: #fbf5f2;
    }

    .vld-form-panel {
        width: calc(100% - 40px);
        min-height: 100%;
        padding: 70px 0 32px;
    }

    .vld-form-copy {
        width: 100%;
        margin: 0;
    }

    .vld-form-copy .vld-eyebrow {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .vld-form-copy h2 {
        margin-bottom: 32px;
    }

    .vld-form {
        width: 100%;
    }

    .vld-form-art {
        display: none;
    }

    .vld-info {
        min-height: 1382px;
        padding: 64px 20px;
    }

    .vld-info > .vld-shell {
        width: 100%;
    }

    .vld-info h2 {
        width: 100%;
        margin-bottom: 32px;
        font-size: 24px;
    }

    .vld-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
    }

    .vld-info-grid article,
    .vld-info-grid article:last-child {
        grid-column: auto;
        min-height: 220px;
        padding: 32px 16px;
    }

    .vld-footer-main {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
        width: calc(100% - 40px);
        min-height: 425px;
        padding: 74px 0 69px;
    }

    .vld-footer-main .vld-logo {
        flex: 0 0 70px;
        width: 288px;
        height: 70px;
    }

    .vld-footer-main .vld-logo__mark {
        width: 288px;
    }

    .vld-footer-main .vld-logo__sub {
        width: 400px;
        padding-left: 103px;
        font-size: 12px;
    }

    .vld-footer-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: 192px;
        margin: 0;
    }

    .vld-footer-actions .vld-menu--footer {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        width: 297px;
        height: 124px;
        margin-left: 103px;
    }

    .vld-footer-actions .vld-menu a {
        font-size: 16px;
        line-height: 19px;
    }

    .vld-footer-actions .vld-cta {
        flex: 0 0 48px;
        width: 223px;
        margin-left: 103px;
        font-size: 16px;
    }

    .vld-footer-bottom {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        min-height: 327px;
        padding: 37px 20px 72px;
    }

    .vld-footer-logos {
        order: 1;
        flex: 0 0 134px;
        flex-direction: row;
        gap: 16px;
        width: 353px;
        max-width: 100%;
    }

    .vld-footer-logos img:first-child {
        width: 220px;
    }

    .vld-footer-logos img:last-child {
        width: 117px;
    }

    .vld-footer-bottom > div:first-child {
        order: 2;
        flex: 0 0 84px;
        width: 100%;
        text-align: center;
    }

    .vld-footer-bottom p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .vld-page-content {
        padding-top: 144px;
    }

    .vld-nav-wrap {
        height: 144px;
    }

    .vld-nav {
        align-items: flex-start;
        width: calc(100% - 40px);
        min-height: 69px;
        margin-top: 55px;
    }

    .vld-nav .vld-logo {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 68px);
        height: 69px;
        min-width: 0;
    }

    .vld-nav .vld-logo__mark {
        width: min(257px, 100%);
        height: 35px;
    }

    .vld-nav .vld-logo__sub {
        width: min(297px, 100%);
        height: 31px;
        margin-top: 4px;
        padding-left: min(87px, 30%);
        font-size: 12px;
        line-height: 14px;
    }

    .vld-nav .vld-logo__sub strong {
        font-size: 13px;
        line-height: 14px;
    }

    .vld-menu-toggle {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        flex: 0 0 48px;
        margin-top: 0;
    }

    .vld-mobile-menu {
        top: 144px;
    }
}

@media (min-width: 700px) and (max-width: 860px) and (orientation: landscape) {
    .vld-hero {
        background: #790c0c;
        padding: 0 0 50px;
    }

    .vld-form-panel {
        padding-block: 40px;
    }

    .vld-form-copy {
        width: min(550px, 100%);
        margin: 0 auto;
    }

    .vld-form {
        width: 100%;
    }

    .vld-form-art {
        display: none;
    }

    .vld-centers::before {
        background-position: center top;
        background-size: 100% auto;
    }

    .vld-hero-copy {
        width: 390px;
    }

    .vld-hero-title {
        font-size: 38px;
    }

    .vld-hero-card h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .vld-hero-lead {
        width: 350px;
        font-size: 22px;
    }

    .vld-bottle-art > img {
        left: -860px;
    }

    .vld-hero-logos {
        width: 300px;
    }

    .vld-steps--wide {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vld-steps--wide .vld-step {
        min-width: 0;
        padding-inline: 10px;
    }

    .vld-steps--wide .vld-step h3 {
        font-size: 16px;
    }

    .vld-steps--wide .vld-step p,
    .vld-steps--wide .vld-step p span {
        font-size: 12px;
        white-space: normal;
    }

    .vld-centers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .vld-center-card > div {
        min-height: 300px;
        padding: 24px;
    }

    .vld-center-card h3 {
        font-size: 34px;
    }

    .vld-center-card p,
    .vld-center-card strong {
        font-size: 22px;
    }

    .vld-center-card a {
        font-size: 14px;
    }
}

@media (min-width: 700px) and (max-width: 860px) and (orientation: portrait) {
    .vld-hero-copy {
        background: transparent;
    }

    .vld-bottle-art > img {
        left: -870px;
    }

    .vld-bottle-art .vld-medal {
        left: 56%;
        right: auto;
    }
}

@media (max-width: 410px) {
    .vld-menu-toggle {
        left: auto;
        right: 0;
    }
    .vld-nav .vld-logo {
        transform: scale(.86);
        transform-origin: left top;
    }

    .vld-mobile-menu .vld-cta {
        width: 100%;
        max-width: 100%;
        padding-inline: 10px;
        font-size: 13px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .vld-step {
        padding-inline: 10px;
    }

    .vld-steps--hero,
    .vld-hero-lead {
        width: 100%;
    }

    .vld-hero-card {
        min-height: 1424px;
    }

    .vld-step__cluster {
        flex-basis: 58px;
    }

    .vld-step h2,
    .vld-step h3 {
        font-size: 17px;
    }

    .vld-step p,
    .vld-step p span {
        font-size: 13px;
    }

    .vld-step p a,
    .vld-step p span {
        width: 100%;
        font-size: 12px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .vld-bottle-art > img {
        left: -200%;
    }

    .vld-hero-logos {
        top: 1270px;
        width: min(309px, calc(100% - 24px));
    }

    .vld-about h2,
    .vld-centered h2,
    .vld-form-copy h2 {
        font-size: 36px;
    }

    .vld-about p:not(.vld-eyebrow) {
        font-size: 18px;
    }

    .vld-center-card > div {
        padding: 24px;
    }

    .vld-center-card p,
    .vld-center-card strong {
        font-size: 26px;
    }

    .vld-form-row {
        gap: 6px;
    }

    .vld-field label {
        font-size: 17px;
    }

    .vld-footer-actions .vld-menu--footer,
    .vld-footer-actions .vld-cta {
        margin-left: min(103px, 25vw);
    }
}

/* Phones and small tablets held in landscape need a compact horizontal shell. */
@media (min-width: 861px) and (max-width: 1024px) and (orientation: landscape) {
    .vld-hero {
        padding-bottom: 32px;
    }

    .vld-bottle-art .vld-medal {
        left: auto;
        right: 42px;
        top: 72px;
        width: 160px;
        height: 160px;
    }

    .vld-shell,
    .vld-nav,
    .vld-footer-main {
        width: calc(100% - 40px);
    }

    .vld-nav-wrap {
        height: 118px;
    }

    .vld-nav,
    .vld-footer-main {
        min-height: 70px;
        gap: 12px;
    }

    .vld-nav .vld-logo,
    .vld-footer-main .vld-logo {
        flex: 0 0 220px;
        width: 220px;
    }

    .vld-nav .vld-logo__mark,
    .vld-footer-main .vld-logo__mark {
        width: 220px;
    }

    .vld-nav .vld-logo__sub,
    .vld-footer-main .vld-logo__sub {
        width: 238px;
        padding-left: 74px;
        font-size: 9px;
        line-height: 11px;
    }

    .vld-nav .vld-logo__sub strong,
    .vld-footer-main .vld-logo__sub strong {
        font-size: 10px;
        line-height: 11px;
    }

    .vld-nav-actions,
    .vld-footer-actions {
        gap: 10px;
        min-width: 0;
    }

    .vld-menu,
    .vld-menu--footer {
        gap: 12px;
        width: auto;
        min-width: 0;
    }

    .vld-menu a {
        font-size: 11px;
        line-height: 14px;
    }

    .vld-cta,
    .vld-cta--small {
        flex: 0 0 176px;
        width: 176px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .vld-cta__icon {
        width: 18px;
        height: 18px;
    }

    .vld-footer-main {
        min-height: 132px;
    }

    .vld-footer-bottom {
        align-items: center;
        gap: 32px;
        width: calc(100% - 40px);
        min-height: 230px;
        padding: 32px 0 56px;
    }

    .vld-footer-bottom > div:first-child {
        flex: 1 1 auto;
        min-width: 0;
    }

    .vld-footer-bottom p {
        font-size: 12px;
    }

    .vld-footer-logos {
        flex: 0 0 350px;
        gap: 12px;
    }

    .vld-footer-logos img:first-child {
        width: 220px;
    }

    .vld-footer-logos img:last-child {
        width: 118px;
    }
}

@media (min-width: 861px) and (max-width: 1024px) and (orientation: portrait) {
    .vld-hero {
        padding-bottom: 32px;
    }

    .vld-bottle-art .vld-medal {
        left: auto;
        right: 40px;
        top: 72px;
        width: 180px;
        height: 180px;
    }

    .vld-footer-main {
        width: min(calc(100% - 64px), 960px);
    }

    .vld-footer-actions .vld-menu--footer {
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
        gap: 12px;
        width: auto;
        min-width: 0;
    }

    .vld-footer-actions .vld-menu--footer a {
        font-size: 11px;
        line-height: 14px;
        white-space: nowrap;
    }

    .vld-footer-actions {
        flex: 1 1 auto;
        gap: 12px;
        width: auto;
        min-width: 0;
        margin-left: auto;
    }

    .vld-footer-actions .vld-cta {
        flex: 0 0 180px;
        width: 180px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .vld-footer-bottom {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        width: min(calc(100% - 64px), 960px);
        min-height: 0;
        padding: 32px 0 48px;
    }

    .vld-footer-bottom > div:first-child {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

    .vld-footer-logos {
        justify-content: center;
        flex: 0 0 auto;
        gap: 12px;
        width: min(350px, 100%);
    }

    .vld-footer-logos img:first-child {
        width: 220px;
    }

    .vld-footer-logos img:last-child {
        width: 117px;
    }
}

@media (max-width: 860px) and (orientation: landscape) {
    .vld-page-content {
        padding-top: 104px;
    }

    .vld-nav-wrap {
        height: 104px;
    }

    .vld-nav {
        width: min(calc(100% - 40px), 720px);
    }

    .vld-mobile-menu {
        top: 104px;
        overflow-y: auto;
    }

    .vld-mobile-menu__panel {
        min-height: 0;
    }

    .vld-mobile-menu__panel::before {
        display: none;
    }

    .vld-mobile-menu__links {
        gap: 18px;
        width: min(320px, calc(100% - 40px));
        padding: 20px 0 16px;
        align-items: center;
    }

    .vld-mobile-menu a {
        font-size: 15px;
        text-align: center;
    }

    .vld-mobile-menu .vld-cta {
        width: min(100%, 260px);
        height: 44px;
        margin-top: 4px;
        padding-inline: 12px;
        font-size: 14px;
        line-height: 1.1;
    }

    .vld-mobile-menu__footer {
        min-height: 0;
        padding: 12px 20px 16px;
    }

    .vld-mobile-menu__logos {
        height: auto;
        justify-content: center;
        gap: 12px;
        margin-bottom: 8px;
    }

    .vld-mobile-menu__logos img:first-child {
        width: min(170px, 56%);
    }

    .vld-mobile-menu__logos img:last-child {
        width: min(90px, 30%);
    }

    .vld-mobile-menu__footer p {
        font-size: 11px;
        line-height: 1.3;
    }

    .vld-hero {
        padding-bottom: 24px;
    }

    .vld-hero-card {
        min-height: 0;
        padding-bottom: 0;
    }

    .vld-hero-copy {
        width: min(100%, 560px);
        padding: 40px 24px 48px;
        margin: 0 auto;
        text-align: center;
    }

    .vld-hero-card h1,
    .vld-hero-title {
        justify-content: center;
    }

    .vld-hero-lead {
        width: min(100%, 440px);
        margin: 28px auto 24px;
        text-align: center;
    }

    .vld-steps--hero {
        width: 339px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .vld-hero-logos {
        justify-content: center;
        gap: 12px;
        width: min(300px, 100%);
        height: 110px;
        margin-right: auto;
        margin-left: auto;
    }

    .vld-hero-logos img:first-child {
        width: 190px;
        max-height: 100px;
        object-fit: contain;
    }

    .vld-hero-logos img:last-child {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .vld-bottle-art {
        display: none;
    }

    .vld-steps--wide .vld-step {
        overflow: hidden;
    }

    .vld-steps--wide .vld-step__copy {
        max-width: calc(100% - 70px);
        min-width: 0;
    }

    .vld-steps--wide .vld-step__copy--link p,
    .vld-steps--wide .vld-step__copy--link a {
        min-width: 0;
        max-width: 100%;
    }

    .vld-steps--wide .vld-step__copy--link a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vld-form-section,
    .vld-form-panel {
        min-height: 0;
    }

    .vld-form-panel {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .vld-info-grid article:last-child {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vld-center-card p,
    .vld-center-card strong {
        font-size: 22px;
        line-height: 1.18;
    }

    .vld-center-card a {
        font-size: 13px;
    }

    .vld-footer-main {
        width: min(calc(100% - 40px), 720px);
        min-height: 120px;
    }

    .vld-footer-bottom {
        align-items: center;
        flex-direction: row;
        gap: 24px;
        width: min(calc(100% - 40px), 720px);
        min-height: 220px;
        padding: 32px 0 48px;
    }

    .vld-footer-bottom > div:first-child {
        flex: 1 1 46%;
        width: auto;
        min-width: 0;
        text-align: left;
    }

    .vld-footer-logos {
        flex: 0 1 50%;
        width: auto;
        min-width: 0;
    }

    .vld-footer-logos img:first-child {
        width: min(220px, 64%);
    }

    .vld-footer-logos img:last-child {
        width: min(117px, 34%);
    }
}

@media (max-width: 860px) and (max-height: 430px) and (orientation: landscape) {
    .vld-mobile-menu {
        justify-content: center;
    }

    .vld-mobile-menu__panel {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
    }

    .vld-mobile-menu__links {
        gap: 14px;
        width: min(280px, calc(100% - 32px));
        padding: 12px 0;
    }

    .vld-mobile-menu a {
        font-size: 13px;
        line-height: 1.1;
    }

    .vld-mobile-menu .vld-cta {
        width: min(100%, 228px);
        height: 40px;
        margin-top: 2px;
        padding-inline: 10px;
        font-size: 12px;
    }

    .vld-mobile-menu .vld-cta__icon {
        width: 18px;
        height: 18px;
    }

    .vld-mobile-menu__footer {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 860px) and (orientation: portrait) {
    .vld-hero {
        padding-bottom: 32px;
    }

    .vld-form-section,
    .vld-form-panel {
        min-height: 0;
    }

    .vld-form-panel {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .vld-info-grid article:last-child {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vld-mobile-menu__panel::before {
        left: 50%;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1672 / 941;
        background-size: 100% 100%;
        transform: translateX(-50%);
    }

    .vld-footer-main {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        width: min(calc(100% - 48px), 720px);
        min-height: 0;
        padding: 48px 0;
    }

    .vld-footer-main .vld-logo {
        flex: 0 0 auto;
    }

    .vld-footer-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        width: min(300px, 100%);
        height: auto;
        margin: 0;
    }

    .vld-footer-actions .vld-menu--footer {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: auto;
    }

    .vld-footer-actions .vld-menu--footer a {
        font-size: 16px;
        line-height: 19px;
    }

    .vld-footer-actions .vld-cta {
        flex: 0 0 48px;
        width: 223px;
        font-size: 16px;
    }

    .vld-footer-bottom {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        width: min(calc(100% - 48px), 720px);
        min-height: 0;
        padding: 32px 0 48px;
    }

    .vld-footer-bottom > div:first-child {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

    .vld-footer-logos {
        display: flex;
        justify-content: center;
        flex: 0 0 auto;
        gap: 12px;
        width: min(350px, 100%);
    }

    .vld-footer-logos img:first-child {
        width: 220px;
    }

    .vld-footer-logos img:last-child {
        width: 117px;
    }
}

@media (max-width: 600px) and (orientation: portrait) {
    .vld-hero-card {
        min-height: 650px;
        background: #fff;
    }

    .vld-hero-copy {
        background: #fff;
    }

    .vld-bottle-art > img {
        content: url("/campanii/vin-la-donat/img/hero-card-mobile-white.jpg");
    }

    .vld-bottle-art {
        display: none;
    }

    .vld-hero-logos {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 32px auto 0;
        transform: none;
    }
}

@media (max-width: 600px) and (min-height: 700px) and (orientation: portrait) {
    .vld-hero-card {
        min-height: 0;
        aspect-ratio: 420 / 1436;
    }

    .vld-hero-copy {
        height: 100%;
        background: transparent;
    }

    .vld-bottle-art {
        display: block;
        inset: 0 auto auto 0;
        width: 100%;
        height: auto;
        aspect-ratio: 420 / 1372;
    }

    .vld-bottle-art > img {
        left: -225.8%;
        top: 9.2%;
        width: 572.07%;
        height: 112.57%;
    }

    .vld-bottle-art .vld-medal {
        left: 48.1%;
        right: auto;
        top: 43.37%;
        width: 33.33%;
        height: 10.2%;
    }

    .vld-hero-logos {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 0.6964%;
        gap: 4.2105%;
        width: 90.4762%;
        height: auto;
        aspect-ratio: 380 / 122;
        margin: 0;
        transform: translateX(-50%);
    }

    .vld-hero-logos img:first-child {
        width: 50.2504%;
    }

    .vld-hero-logos img:last-child {
        width: 26.8421%;
    }
}
