/* =============================================
   LOFT MEBEL PAGE
   ============================================= */

/* ── HERO ── */
.loft-hero {
    position: relative;
    min-height: 591px;
    background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url('../images/loft-hero.jpg') center / cover no-repeat;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
}

.loft-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, #000000 100%);
    width: 655px;
    pointer-events: none;
}

.loft-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 553px;
    gap: 48px;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.loft-hero__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 92px;
    color: #ffffff;
    margin-bottom: 40px;
}

.loft-hero__subs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.loft-hero__subs p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
}

.loft-hero__form {
    background: rgba(0,0,0,0.62);
    border-radius: 30px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.loft-form__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ── OFFERS ── */
.loft-offers {
    padding: 40px 0;
    background: #fff;
}

.loft-offers__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.loft-offers__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.loft-offers__row--single {
    grid-template-columns: 670px;
}

.loft-offer-card {
    background: #000000;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 244px;
}

.loft-offer-card__icon {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
}

.loft-offer-card__title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #ffffff;
    margin: 0 0 15px 0;
}

.loft-offer-card__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}

/* ── DESIGN ── */
.loft-design {
    padding: 60px 0;
    background: #fff;
}

.loft-design__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 130%;
    color: #26130E;
    margin-bottom: 40px;
}

.loft-design__accent { color: #C74338; }

.loft-design__content {
    display: grid;
    grid-template-columns: 440px 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start;
}

.loft-design__left {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.loft-design__label {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #26130E;
    margin: 0;
}

.loft-design__cta {
    box-sizing: border-box;
    border: 3px solid #000000;
    border-radius: 30px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 213px;
}

.loft-design__cta p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #26130E;
    margin: 0;
}

.loft-design__cta .btn { width: 100% !important; }

.loft-design__cards {
    display: contents;
}

.loft-design__cards .loft-design-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.loft-design__cards .loft-design-card:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.loft-design__cards .loft-design-card:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
}

.loft-design-card {
    box-sizing: border-box;
    border: 5px solid #C74338;
    border-radius: 30px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 200px;
}

.loft-design-card__icon {
    width: 88px;
    height: 88px;
}

.loft-design-card__title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;
    margin: 0;
}

/* ── CATALOG ── */
.loft-catalog {
    padding: 60px 0 80px;
    background: #fff;
}

.loft-catalog__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    color: #26130E;
    margin-bottom: 40px;
}

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

.loft-catalog__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.loft-catalog__img {
    width: 100%;
    height: 560px;
    border-radius: 30px;
    background-color: #DADADA;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 4px 25.6px rgba(0,0,0,0.25);
}

.loft-catalog__label {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #26130E;
    margin: 0;
}

/* ── STEPS ── */
.loft-steps {
    padding: 60px 0 80px;
    background: #fff;
}

.loft-steps__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    color: #26130E;
    margin-bottom: 40px;
}

.loft-steps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.loft-steps__col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.loft-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-height: 150px;
}

.loft-step__num {
    box-sizing: border-box;
    width: 80px;
    height: 150px;
    border: 3px solid #000000;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 117px;
    color: #C74338;
}

.loft-step__text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #26130E;
    margin: 0;
}

/* ── PARTNERS ── */
.loft-partners {
    padding: 60px 0 80px;
    background: #fff;
}

.loft-partners__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    color: #26130E;
    margin-bottom: 40px;
}

.loft-partners__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 30px;
}

.loft-partners__row img {
    width: 279px;
    height: 106px;
    object-fit: contain;
}

/* ── FINAL FORM ── */
.loft-final {
    background: #000000;
    padding: 40px 0 60px;
}

.loft-final__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.loft-final__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.loft-final__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
    max-width: 923px;
}

.loft-final__form {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 725px;
    align-self: center;
}

.loft-final__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
}

.loft-final__fields .form-group {
    background: #000000;
    border-radius: 10px;
    padding: 10px;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
}

.loft-final__fields .form-label {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.loft-final__fields .form-input {
    background: transparent !important;
    border-bottom: none !important;
    color: rgba(255,255,255,0.3) !important;
    font-size: 18px !important;
    padding: 0 !important;
    flex: 1;
}

.loft-final__fields .form-input::placeholder {
    color: rgba(255,255,255,0.3) !important;
}

.loft-final .form-note {
    color: rgba(0,0,0,0.3) !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 100%;
}

.loft-final .btn {
    width: 322px !important;
}

.loft-form-result {
    min-height: 20px;
    font-size: 14px;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .loft-hero__inner      { grid-template-columns: 1fr; }
    .loft-hero__title      { font-size: 42px; line-height: 56px; }
    .loft-offers__row      { grid-template-columns: 1fr; }
    .loft-offers__row--single { grid-template-columns: 1fr; }
    .loft-design__content  { flex-direction: column; }
    .loft-design__cards    { flex-wrap: wrap; }
    .loft-design-card      { width: 100%; height: auto; }
    .loft-design__cta      { flex-direction: column; gap: 24px; padding: 24px; }
    .loft-steps__grid      { grid-template-columns: 1fr; }
    .loft-final__form      { width: 100%; }
    .loft-final__fields    { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .loft-hero__title      { font-size: 32px; line-height: 42px; }
    .loft-hero__subs p     { font-size: 20px; }
    .loft-design__title    { font-size: 32px; }
    .loft-steps__title,
    .loft-partners__title,
    .loft-catalog__title,
    .loft-final__title     { font-size: 32px; }
    .loft-step__num        { font-size: 60px; width: 60px; height: 110px; }
}

.loft-design__content {
    display: grid !important;
    grid-template-columns: 440px 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 20px !important;
    align-items: start !important;
}

.loft-design__left {
    display: contents !important;
}

.loft-design__label {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}

.loft-design__cta {
    grid-column: 1 / 3;
    grid-row: 2;
    box-sizing: border-box;
    border: 3px solid #000000 !important;
    border-radius: 30px !important;
    padding: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 40px !important;
}

.loft-design__cta p {
    flex: 1;
    font-size: 20px !important;
    margin: 0 !important;
}

.loft-design__cta .btn {
    width: 268px !important;
    flex-shrink: 0;
}

.loft-design__cards .loft-design-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.loft-design__cards .loft-design-card:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.loft-design__cards .loft-design-card:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
}


.loft-design__title,
.loft-hero__title,
.loft-catalog__title,
.loft-steps__title,
.loft-partners__title,
.loft-final__title,
.loft-offers h2 {
    font-family: 'Roboto Slab', Georgia, serif !important;
}