/* ==============================================
   ARTDOM 2026 - Выставка мебели Neopolis Casa
   Адаптивные стили для десктопа, планшета и мобильных устройств
   ============================================== */

/* === Reset & Base === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    background: linear-gradient(rgb(249, 250, 251) 0%, rgb(243, 244, 246) 100%);
    color: #000;
    line-height: 1.5;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.top-img {
    background-image: url(images/tishina-bg.png);
    background-size: cover;
    aspect-ratio: 720/311;
}

/* === Header === */
.header-wrapper {
    background: #ffffff;
    padding: 2rem 0;

}

.header {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header-content {
    position: relative;
    min-height: 185px;
    margin-bottom: 1rem;
}

.date-block {
    background-image: linear-gradient(62.1977deg, rgba(0, 0, 0, 0) 46.047%, rgb(117, 18, 27) 140.01%), 
                      linear-gradient(90deg, rgb(225, 5, 18) 0%, rgb(225, 5, 18) 100%), 
                      linear-gradient(162.068deg, rgb(16, 24, 40) 0%, rgb(30, 41, 57) 100%);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.date-numbers {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1rem;
}

.date-big {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    color: white;
}

.date-month {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: white;
}

.date-location {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: white;
}

.intro-text {
    margin-top: 1rem;
}

.intro-paragraph {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 18px;
    color: #636363;
    line-height: 1.625;
}

.intro-bold {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
}

/* === Main Content === */
.main-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
}

/* === Section Base === */
.section {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-divider {
    border-top: 4px solid black;
    padding-top: 2rem;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.section-header-simple {
    margin-bottom: 2rem;
}

.section-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: black;
    margin-bottom: 0.75rem;
}

.section-title-medium {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: black;
    margin-bottom: 2rem;
}

.section-title-center {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: black;
    text-align: center;
    margin-bottom: 2rem;
}

.section-subtitle-italic {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #636363;
}

/* === Badges === */
.badge-red {
    background-image: linear-gradient(48.6713deg, rgba(0, 0, 0, 0) 46.047%, rgb(117, 18, 27) 140.01%), 
                      linear-gradient(90deg, rgb(225, 5, 18) 0%, rgb(225, 5, 18) 100%);
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    align-self: flex-start;
}

.badge-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    letter-spacing: 3px;
}

.made-in-italy {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
}

.location-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
}

/* === Grid Layouts === */
.two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.two-column-grid-giorgio {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.two-column-grid-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.three-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* === Image Containers === */
.image-card {
}

.image-card-full {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.image-container-tishina {
    position: relative;
    height: 300px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    border-radius: 1rem;
    overflow: hidden;
}

.image-container-tishina img {
    object-fit: cover;
    height: 420px;
}

.image-container-standard {
    height: 300px;
}

.image-container-standard img {
    border-radius: 1rem;
}

.image-container-keoma img {    
    border-radius: 1rem;
}

.image-container-keoma {
    height: 300px;
}

.image-container-final {
    height: 300px;
}

.image-overlay-1 {
    position: absolute;
    height: 101.64%;
    left: -37.71%;
    top: -0.72%;
    width: 141.53%;
    max-width: none;
}

.image-overlay-2 {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
}

.full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === Content Columns === */
.content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.paragraph-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 16px;
    color: #636363;
    line-height: 1.6;
}

.paragraph-text-arial {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}

.content-title-arial {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin-bottom: 0.75rem;
}

/* === Quote Block === */
.quote-block {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 1.5rem;
    border-left: 4px solid #e10512;
}

.quote-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}

/* === Info Box === */
.info-box-gradient {
    background: linear-gradient(to right, #f9fafb, #f3f4f6);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.info-box-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    margin-bottom: 1.5rem;
}

.info-subtitle {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 0.5rem;
}

.info-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}

/* === Gift Box === */
.gift-box {
    background: linear-gradient(to right, #f9fafb, #bfbfbf);
    border-radius: 1rem;
    padding: 1.5rem;
    border-left: 4px solid #e10512;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.gift-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gift-text-block {
    flex: 1;
}

.gift-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 1rem;
}

.gift-description {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #636363;
    margin-bottom: 1.5rem;
}

.download-button {
    background-color: black;
    color: white;
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: background-color 0.3s;
    
}

.download-button:hover {
    background-color: #1f2937;
}

.download-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.gift-disclaimer {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #636363;
    margin-top: 1rem;
}

.gift-image-container {
    border-radius: 0.75rem;
    overflow: hidden;
}

.gift-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* === Transfer Section === */
.transfer-info {
    margin-top: 1rem;
}

.transfer-info-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
    margin-bottom: 0.5rem;
}

.transfer-image-box {
    background: linear-gradient(to right, #f9fafb, #bfbfbf);
    border-radius: 1rem;
    overflow: hidden;
    border-left: 4px solid #e10512;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    height: 250px;
}

/* === Promo Section === */
.promo-box {
    background: linear-gradient(to right, #101828, #1e2939, #101828);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    padding: 1.5rem 2.5rem;
    position: relative;
}

.promo-ornament {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.promo-ornament-1 {
    background: #fe9a00;
    opacity: 0.1;
    width: 8rem;
    height: 8rem;
    top: -3rem;
    right: 1rem;
}

.promo-ornament-2 {
    background: #2b7fff;
    opacity: 0.1;
    width: 6rem;
    height: 6rem;
    top: 8rem;
    left: -1rem;
}

.promo-content {
    position: relative;
    z-index: 10;
}

.promo-main-text {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: white;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.promo-discount {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #e10512;
}

.promo-site-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #d1d5dc;
    text-align: center;
    margin-bottom: 1.5rem;
}

.promo-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.promo-code-box {
    background: white;
    border-radius: 0.75rem;
    padding: 0.75rem 2.5rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.promo-code {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: black;
    letter-spacing: 2px;
}

.promo-button {
    background-color: #4a062a;
    color: white;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    white-space: nowrap;
    transition: background-color 0.3s;
}

.promo-button:hover {
    background-color: #6a0840;
}

/* === Cards === */
.card-dark {
    background-image: linear-gradient(139.195deg, rgb(16, 24, 40) 0%, rgb(30, 41, 57) 100%);
    border-radius: 1rem;
    padding: 1.5rem;
}

.card-light {
    background-image: linear-gradient(139.197deg, rgb(249, 250, 251) 0%, rgb(243, 244, 246) 100%);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
}

.card-gray {
    background-image: linear-gradient(139.195deg, rgb(54, 65, 83) 0%, rgb(68, 68, 68) 100%);
    border-radius: 1rem;
    padding: 1.5rem;
}

.card-title-white {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: white;
    margin-bottom: 1.25rem;
}

.card-title-black {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: black;
    margin-bottom: 1.25rem;
}

.card-text-white {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #e5e7eb;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.card-text-white-gray {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: white;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.card-text-gray {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.card-divider-white {
    padding-top: 1rem;
    border-top: 1px solid #d4d4d4;
}

.card-divider-white-gray {
    padding-top: 1rem;
    border-top: 1px solid white;
}

.card-divider-gray {
    padding-top: 1rem;
    border-top: 1px solid #949494;
}

.card-detail-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 12px;
    color: #d3d3d3;
    line-height: 1.6;
}

.card-detail-text-gray {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 12px;
    color: #636363;
    line-height: 1.6;
}

.center-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 16px;
    color: #636363;
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* === Keoma Section === */
.keoma-box {
    background-image: linear-gradient(159.611deg, rgb(229, 231, 235) 0%, rgb(246, 246, 246) 100%);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    border: 2px solid rgba(255,255,255,0.5);
}

.keoma-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.keoma-icon {
    background-color: #999;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.keoma-icon-text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.keoma-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.keoma-description {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}

/* === Final Section === */
.final-info-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.final-stands-box {
    background-color: #101828;
    border-radius: 1rem;
    padding: 1.5rem;
    flex-grow: 1;
}

.final-stands-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-bottom: 1.5rem;
}

.stands-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stand-item {
    background-color: #1e2939;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.stand-badge {
    background-image: linear-gradient(70.0023deg, rgba(0, 0, 0, 0) 46.047%, rgb(117, 18, 27) 140.01%), 
                      linear-gradient(90deg, rgb(225, 5, 18) 0%, rgb(225, 5, 18) 100%);
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    flex-shrink: 0;
}

.stand-badge-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: white;
}

.stand-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 14px;
    color: white;
}

.stand-number {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.address-box {
    background-color: #efefef;
    border-radius: 0.5rem;
    padding: 1.5rem;
    border-left: 4px solid #e10512;
}

.address-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.address-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.address-title {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.address-text {
    font-family: 'Verdana Pro', Verdana, sans-serif;
    font-size: 12px;
    color: #636363;
    line-height: 1.6;
}

body.l2 p {
    margin: 0;
}

/* ==============================================
   RESPONSIVE DESIGN - Media Queries
   ============================================== */

/* === Tablet (768px and up) === */
@media (min-width: 768px) {
    /* Header */
    .header {
        padding: 0 1.5rem;
    }

    .header-wrapper {
        padding: 2.5rem 0;
    }

    .date-block {
        padding: 1.5rem;
    }

    .date-big {
        font-size: 60px;
    }

    .date-month {
        font-size: 24px;
    }

    .date-location {
        font-size: 20px;
    }

    .intro-paragraph {
        font-size: 20px;
    }

    /* Main content */
    .main-content {
        gap: 3rem;
        padding: 3rem 0;
    }

    .section {
        padding: 0 1.5rem;
    }

    .section-divider {
        padding-top: 2.75rem;
    }

    .section-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .section-title {
        font-size: 40px;
        margin-bottom: 1rem;
    }

    .section-title-medium {
        font-size: 32px;
        margin-bottom: 2.5rem;
    }

    .section-title-center {
        font-size: 36px;
        margin-bottom: 2.5rem;
    }

    .section-subtitle-italic {
        font-size: 20px;
    }

    .badge-text {
        font-size: 18px;
        letter-spacing: 4px;
    }

    .made-in-italy,
    .location-text {
        font-size: 18px;
    }

    /* Grids */
    .two-column-grid-info {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Images */
    .image-container-tishina {
        height: 400px;
    }

    .image-container-standard {
        height: 400px;
    }

    .image-container-keoma {
        height: 400px;
    }

    .image-container-final {
        height: 450px;
    }

    .image-overlay-1 {
        left: -20%;
        width: 140%;
    }

    /* Content */
    .content-column {
        gap: 2rem;
    }

    .paragraph-text {
        font-size: 18px;
    }

    .paragraph-text-arial {
        font-size: 16px;
    }

    .content-title-arial {
        font-size: 24px;
    }

    .quote-text {
        font-size: 16px;
    }

    /* Info boxes */
    .info-box-gradient {
        padding: 2rem;
        margin-bottom: 2.5rem;
    }

    .info-box-title {
        font-size: 24px;
    }

    .info-subtitle {
        font-size: 20px;
    }

    .info-text {
        font-size: 16px;
    }

    /* Gift box */
    .gift-box {
        padding: 2rem;
    }

    .gift-title {
        font-size: 20px;
    }

    .gift-description {
        font-size: 16px;
    }

    .download-button {
        font-size: 16px;
    }

    .download-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .gift-disclaimer {
        font-size: 14px;
    }

    /* Transfer */
    .transfer-info-title {
        font-size: 18px;
    }

    .transfer-image-box {
        height: 300px;
    }

    /* Promo */
    .promo-box {
        padding: 2.5rem;
    }

    .promo-ornament-1 {
        width: 12rem;
        height: 12rem;
        top: -4rem;
        right: 2rem;
    }

    .promo-ornament-2 {
        width: 8rem;
        height: 8rem;
        top: 10rem;
        left: -1.5rem;
    }

    .promo-main-text {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    .promo-site-text {
        font-size: 16px;
        margin-bottom: 2rem;
    }

    .promo-action {
        flex-direction: row;
        gap: 1.5rem;
    }

    .promo-code {
        font-size: 32px;
    }

    .promo-button {
        font-size: 18px;
    }

    /* Cards */
    .card-dark,
    .card-light,
    .card-gray {
        padding: 2rem;
    }

    .card-title-white,
    .card-title-black {
        font-size: 30px;
    }

    .card-text-white,
    .card-text-white-gray,
    .card-text-gray {
        font-size: 16px;
    }

    .card-detail-text,
    .card-detail-text-gray {
        font-size: 14px;
    }

    .center-text {
        font-size: 18px;
        margin-bottom: 3rem;
    }

    /* Keoma */
    .keoma-icon {
        width: 3rem;
        height: 3rem;
    }

    .keoma-icon-text {
        font-size: 20px;
    }

    .keoma-title {
        font-size: 24px;
    }

    .keoma-description {
        font-size: 16px;
    }

    /* Final section */
    .final-stands-box {
        padding: 2rem;
    }

    .final-stands-title {
        font-size: 24px;
    }

    .stand-badge-text {
        font-size: 14px;
    }

    .stand-text {
        font-size: 16px;
    }

    .address-title {
        font-size: 16px;
    }

    .address-text {
        font-size: 14px;
    }

    /* Card column span for three column grid */
    .three-column-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .card-gray {
        grid-column: span 2;
    }
}

/* === Desktop (1024px and up) === */
@media (min-width: 1024px) {
    /* Header */
    .header {
        padding: 0;
    }

    .header-wrapper {
        padding: 3rem 0;
    }

    .header-content {
        height: 185px;
    }

    .date-block {
        position: absolute;
        left: 0;
        top: 1.25rem;
        max-width: 28rem;
        margin-bottom: 0;
    }

    .intro-text {
        position: absolute;
        left: 486px;
        top: 18px;
        right: 0;
        padding-right: 1.5rem;
        margin-top: 0;
    }

    /* Main content */
    .main-content {
        gap: 4rem;
        padding: 4rem 0;
    }

    .section {
        padding: 0 2rem;
    }

    /* Section title sizes */
    .section-title {
        font-size: 48px;
    }

    .section-title-medium {
        font-size: 36px;
    }

    .section-title-center {
        font-size: 48px;
    }

    /* Grids */
    .two-column-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .two-column-grid-giorgio {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 2rem;
    }

    .three-column-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .card-gray {
        grid-column: auto;
    }

    /* Images */
    .image-container-tishina {
        height: 420px;
    }

    .image-container-standard {
        height: 420px;
    }

    .image-container-keoma {
        height: 430px;
    }

    .image-container-final {
        height: 540px;
    }

    .image-overlay-1 {
        left: -37.71%;
        width: 141.53%;
    }

    .image-order-2 {
        order: 2;
    }

    .content-order-1 {
        order: 1;
    }

    .content-order-1-mobile {
        order: 2;
    }

    .content-order-2-mobile {
        order: 1;
    }

    /* Content */
    .content-column {
        gap: 3rem;
    }

    /* Gift box */
    .gift-content {
        flex-direction: row;
    }

    .gift-image-container {
        flex-shrink: 0;
    }

    .gift-image {
        width: 184px;
    }

    /* Transfer */
    .transfer-image-box {
        height: 317px;
    }

    /* Promo */
    .promo-ornament-1 {
        width: 16rem;
        height: 16rem;
        top: -8rem;
        right: 3rem;
    }

    .promo-ornament-2 {
        width: 12rem;
        height: 12rem;
        top: 19rem;
        left: -3rem;
    }

    .promo-main-text {
        font-size: 24px;
    }

    .promo-site-text {
        font-size: 18px;
    }

    .promo-code {
        font-size: 40px;
        letter-spacing: 2.4px;
    }

    .promo-button {
        font-size: 20px;
        padding: 1.25rem 3rem;
    }
}

/* === Large Desktop (1280px and up) === */
@media (min-width: 1280px) {
    .section {
        padding: 0;
    }
}


@media screen and (max-width: 600px) {
    .top-img {
        background-image: url(images/ban_mobile2.png);
        background-size: cover;
        aspect-ratio: 90/79;
    }

    .gift-image-container {
        display: none;
    }

}


@media screen and (max-width: 400px) {
    .date-big {
        font-size: 40px;
    }

    .badge-red {
        width: 100%;
        text-align: center;
    }

    .date-numbers {
        flex-direction: column;
    }
    .transfer-image-box {
        height: 190px;
    }
}