.daken-material-choice {
    position: relative;
    overflow: hidden;
    background: #050505;
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 96px 0 92px;
}

.daken-material-choice *,
.daken-material-choice *::before,
.daken-material-choice *::after {
    box-sizing: border-box;
}

.daken-material-choice__container {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
}

.daken-material-choice__head {
    max-width: 900px;
    margin-bottom: 54px;
}

.daken-material-choice__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    color: #c01822;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.daken-material-choice__eyebrow::before {
    content: '';
    width: 42px;
    height: 2px;
    margin-right: 16px;
    background: #c01822;
}

.daken-material-choice__title {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.daken-material-choice__description {
    max-width: 700px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;
}

.daken-material-choice__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.daken-material-choice-card {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: 1fr 45%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.daken-material-choice-card:hover,
.daken-material-choice-card:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(192, 24, 34, 0.45);
    background: #151515;
}

.daken-material-choice-card__content {
    position: relative;
    z-index: 2;
    padding: 42px 34px 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.daken-material-choice-card__number {
    margin-bottom: 34px;
    color: #c01822;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
}

.daken-material-choice-card__title {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.13;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.daken-material-choice-card__text {
    max-width: 290px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.daken-material-choice-card__button {
    position: relative;
    margin-top: auto;
    padding-bottom: 14px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.daken-material-choice-card__button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 1px;
    background: #c01822;
}

.daken-material-choice-card__button i {
    margin-left: 16px;
    color: #c01822;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    transition: transform 0.25s ease;
}

.daken-material-choice-card:hover .daken-material-choice-card__button i {
    transform: translateX(5px);
}

.daken-material-choice-card__image {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.daken-material-choice-card__image picture,
.daken-material-choice-card__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.daken-material-choice-card__image img {
    object-fit: cover;
    object-position: center;
    opacity: 0.9;
    transition: transform 0.45s ease, opacity 0.25s ease;
}

.daken-material-choice-card:hover .daken-material-choice-card__image img {
    transform: scale(1.045);
    opacity: 1;
}

@media (max-width: 1399px) {
    .daken-material-choice__container { width: min(1280px, calc(100% - 56px)); }
    .daken-material-choice-card { min-height: 490px; }
    .daken-material-choice-card__content { padding: 36px 28px 30px; }
    .daken-material-choice-card__title { font-size: 30px; }
}

@media (max-width: 1199px) {
    .daken-material-choice__grid { grid-template-columns: repeat(2, 1fr); }
    .daken-material-choice-card { min-height: 460px; }
}

@media (max-width: 767px) {
    .daken-material-choice { padding: 68px 0; }
    .daken-material-choice__container { width: calc(100% - 32px); }
    .daken-material-choice__head { margin-bottom: 36px; }
    .daken-material-choice__title { font-size: 36px; }
    .daken-material-choice__description { font-size: 17px; }
    .daken-material-choice__grid { grid-template-columns: 1fr; gap: 16px; }
    .daken-material-choice-card { min-height: 0; grid-template-columns: 1fr; }
    .daken-material-choice-card__content { min-height: 360px; padding: 30px 24px 28px; }
    .daken-material-choice-card__number { margin-bottom: 22px; }
    .daken-material-choice-card__title { font-size: 30px; }
    .daken-material-choice-card__text { font-size: 16px; max-width: none; }
    .daken-material-choice-card__image { min-height: 260px; order: -1; }
}

@media (max-width: 480px) {
    .daken-material-choice__container { width: calc(100% - 24px); }
    .daken-material-choice__title { font-size: 32px; }
    .daken-material-choice-card__content { min-height: 340px; }
    .daken-material-choice-card__button::after { width: 150px; }
}
