.production-page {
    --production-green: #294835;
    --production-green-dark: #20382a;
    --production-gold: #d9d1a4;
    --production-bg: #f7f6f2;
    --production-border: #e8e1cf;
    color: #111;
}

.production-page * {
    box-sizing: border-box;
}

.production-hero {
	padding: 140px 0 80px;
    background: linear-gradient(135deg, #f7f6f2 0%, #fff 58%, #f0ecd9 100%);
    overflow: hidden;
}

.production-hero__container {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 36px;
    align-items: center;
}

.production-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 15px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--production-gold);
    color: #4f4806;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.production-eyebrow--light {
    background: rgba(217, 209, 164, .16);
    color: #f4edbd;
}

.production-hero__title,
.production-title {
    margin: 0;
    font-family: "ProstoOne", Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.production-hero__title {
    max-width: 780px;
    font-size: clamp(34px, 4.8vw, 64px);
}

.production-hero__text {
    max-width: 790px;
    margin-top: 22px;
    font-size: 20px;
    line-height: 1.55;
    color: #363636;
}

.production-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.production-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 28px;
    border-radius: 999px;
    border: 1px solid var(--production-green);
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
    transition: .2s ease;
    cursor: pointer;
}

.production-btn--primary {
    background: var(--production-green);
    color: #fff !important;
}

.production-btn--primary:hover,
.production-btn--primary:focus {
    background: #345c43;
    border-color: #345c43;
    color: #fff !important;
}

.production-btn--outline {
    background: #fff;
    color: var(--production-green) !important;
}

.production-btn--outline:hover,
.production-btn--outline:focus {
    background: var(--production-green);
    color: #fff !important;
}

.production-hero__note {
    max-width: 280px;
    font-size: 14px;
    line-height: 1.45;
    color: #666;
}

.production-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.production-fact {
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--production-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.35;
    color: #333;
}

.production-fact span {
    display: block;
    margin-bottom: 8px;
    color: var(--production-green);
    font-weight: 700;
}

.production-hero__visual {
    position: relative;
}

.production-hero__photo {
    position: relative;
    min-height: 520px;
    border-radius: 36px;
    overflow: hidden;
    background-color: #d8d2bf;
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 60px rgba(41, 72, 53, .18);
}

.production-hero__photo:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .32) 100%);
}

.production-hero__photo-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--production-green);
    font-weight: 700;
}

.production-section {
    padding: 76px 0;
    background: #fff;
}

.production-section--light {
    background: var(--production-bg);
}

.production-section--green {
    background: var(--production-green);
    color: #fff;
}

.production-two-columns {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 42px;
    align-items: start;
}

.production-two-columns--center {
    align-items: center;
}

.production-title {
    max-width: 760px;
    font-size: clamp(30px, 3.2vw, 48px);
    color: #111;
}

.production-title--light {
    color: #fff;
}

.production-text {
    margin-top: 22px;
    max-width: 780px;
    font-size: 18px;
    line-height: 1.6;
    color: #3d3d3d;
}

.production-text p {
    margin: 0 0 14px;
}

.production-text p:last-child {
    margin-bottom: 0;
}

.production-checklist {
    display: grid;
    gap: 12px;
}

.production-checklist__item,
.production-audience__item {
    position: relative;
    min-height: 58px;
    padding: 18px 18px 18px 52px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--production-border);
    font-size: 16px;
    line-height: 1.45;
}

.production-checklist__item:before,
.production-audience__item:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 19px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--production-green);
}

.production-checklist__item:after,
.production-audience__item:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 24px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.production-section__top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.production-section__top--center {
    justify-content: center;
    text-align: center;
}

.production-cards {
    display: grid;
    gap: 18px;
}

.production-cards--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.production-card,
.production-step,
.production-form-warning {
    border-radius: 28px;
    border: 1px solid var(--production-border);
    background: #fff;
}

.production-card {
    min-height: 210px;
    padding: 24px;
}

.production-card__num {
    margin-bottom: 18px;
    color: var(--production-green);
    font-weight: 700;
}

.production-card h3,
.production-step h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.28;
    color: #111;
}

.production-card p,
.production-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #555;
}


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

.production-audience__item {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}

.production-audience__item:before {
    background: var(--production-gold);
}

.production-audience__item:after {
    border-color: var(--production-green);
}

.production-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.production-step {
    position: relative;
    padding: 24px;
    min-height: 190px;
    overflow: hidden;
}

.production-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--production-green);
    color: #fff;
    font-weight: 700;
}

.production-form-section {
    padding: 76px 0 90px;
    background: #fff;
}

.production-form-warning {
    padding: 28px;
    background: #fff8df;
    border-color: #f0df9f;
}

.production-form-warning h2 {
    margin: 0 0 12px;
    color: var(--production-green);
}

.production-form-warning p {
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 1199.98px) {
    .production-hero__container,
    .production-two-columns {
        grid-template-columns: 1fr;
    }

    .production-cards--four,
    .production-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .production-hero__photo {
        min-height: 430px;
    }
}

@media (max-width: 767.98px) {
    .production-hero,
    .production-section,
    .production-form-section {
        padding: 96px 0;
    }

    .production-hero__container {
        gap: 26px;
    }

    .production-hero__text,
    .production-text {
        font-size: 16px;
    }

    .production-hero__actions,
    .production-section__top {
        align-items: stretch;
        flex-direction: column;
    }

    .production-btn {
        width: 100%;
    }

    .production-hero__facts,
    .production-cards--four,
    .production-gallery,
    .production-audience,
    .production-steps {
        grid-template-columns: 1fr;
    }

    .production-gallery {
        grid-template-rows: none;
    }

    .production-gallery__item--large {
        grid-row: auto;
        min-height: 250px;
    }

    .production-gallery__item,
    .production-hero__photo {
        min-height: 250px;
        border-radius: 24px;
    }

    .production-card,
    .production-step {
        min-height: 0;
        padding: 20px;
        border-radius: 22px;
    }
}

/* Кнопки страницы "Экскурсия на производство" — стиль как у кнопки квиза */
.production-page .production-btn--primary {
    position: relative;
    overflow: hidden;
    min-height: 68px;
    padding: 16px 34px;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 18px;
    font-weight: 700;
	background: linear-gradient(90deg, #294835 0%, #4f7d62 35%, #d4cd8e 70%, #294835 100%) !important;
    background-size: 220% auto !important;
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(41, 72, 53, .22);
    animation: productionGradientShift 3.2s linear infinite;
}

.production-page .production-btn--primary:before {
    content: "";
    position: absolute;
    top: -120%;
    left: -45%;
    width: 34%;
    height: 340%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0));
    transform: rotate(24deg);
    animation: productionBtnShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

.production-page .production-btn--primary:hover,
.production-page .production-btn--primary:focus {
    background: linear-gradient(90deg, #294835 0%, #447d62 34%, #d4ac70 50%, #294835 100%);
    background-size: 220% auto !important;
    color: #fff !important;
    box-shadow: 0 18px 32px rgba(41, 72, 53, .28);
    transform: translateY(-1px);
}

.production-page .production-form-submit {
    width: 100%;
    max-width: 360px;
    justify-self: start;
}

@keyframes productionGradientShift {
    0% { background-position: 0% 50%; }
    100% { background-position: 220% 50%; }
}

@keyframes productionBtnShine {
    0% { left: -55%; opacity: 0; }
    18% { opacity: .75; }
    42% { left: 120%; opacity: 0; }
    100% { left: 120%; opacity: 0; }
}

@media (max-width: 767.98px) {
    .production-page .production-btn--primary,
    .production-page .production-form-submit {
        width: 100%;
        max-width: none;
        min-height: 62px;
        font-size: 16px;
    }
}

/* Подробный блок "Как проходит экскурсия" */
.production-tour-section {
    position: relative;
}

.production-tour-head {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: center;
}

.production-tour-head .production-title {
    margin-left: auto;
    margin-right: auto;
}

.production-tour-head p {
    max-width: 920px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.6;
    color: #3d3d3d;
}

.production-tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: start;
}

.production-tour-steps {
    display: grid;
    gap: 14px;
}

.production-tour-step {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid var(--production-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(41, 72, 53, .06);
}

.production-tour-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--production-green);
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.production-tour-step h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
    color: #111;
}

.production-tour-step p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #4b4b4b;
}

.production-tour-aside {
    position: sticky;
    top: 110px;
    padding: 30px;
    border-radius: 32px;
    background: var(--production-green);
    color: #fff;
    box-shadow: 0 20px 50px rgba(41, 72, 53, .18);
}

.production-tour-aside h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
}

.production-tour-aside p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255,255,255,.88);
}

.production-tour-aside__caption {
    margin-bottom: 10px;
    color: var(--production-gold);
    font-weight: 700;
}

.production-tour-aside ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.production-tour-aside li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 26px;
    line-height: 1.35;
    color: rgba(255,255,255,.94);
}

.production-tour-aside li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .42em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--production-gold);
}

.production-tour-aside .production-btn {
    width: 100%;
    min-height: 62px;
    background: #fff !important;
    color: var(--production-green) !important;
    box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

.production-tour-aside .production-btn:before {
    display: none;
}

.production-tour-aside .production-btn:hover,
.production-tour-aside .production-btn:focus {
    background: var(--production-gold) !important;
    color: var(--production-green) !important;
    transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
    .production-tour-layout {
        grid-template-columns: 1fr;
    }

    .production-tour-aside {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .production-tour-head {
        margin-bottom: 24px;
        text-align: left;
    }

    .production-tour-head p {
        font-size: 16px;
    }

    .production-tour-step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .production-tour-step__num {
        width: 48px;
        height: 48px;
    }

    .production-tour-step h3 {
        font-size: 18px;
    }

    .production-tour-step p {
        font-size: 15px;
    }

    .production-tour-aside {
        padding: 24px;
        border-radius: 26px;
    }

    .production-tour-aside h3 {
        font-size: 22px;
    }
}


/* Блок "Смета и договор после экскурсии" */
.production-contract-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgba(41, 72, 53, .08);
}

.production-contract-section:before {
    display: none;
}

.production-contract {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
    gap: 46px;
    align-items: center;
}

.production-contract__content {
    max-width: 820px;
}

.production-contract__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0 30px;
}

.production-contract-feature {
    min-height: 150px;
    padding: 20px;
    border: 1px solid rgba(41, 72, 53, .14);
    border-radius: 26px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 36px rgba(41, 72, 53, .06);
}

.production-contract-feature span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--production-green);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.production-contract-feature strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
    color: #111;
}

.production-contract-feature p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #555;
}

.production-contract__visual {
    position: relative;
    min-height: 500px;
}

.production-document {
    position: absolute;
    border: 1px solid rgba(41, 72, 53, .12);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(41, 72, 53, .16);
}

.production-document--estimate {
    z-index: 2;
    left: 0;
    top: 34px;
    width: min(420px, 100%);
    padding: 28px;
}

.production-document--contract {
    z-index: 1;
    right: 0;
    bottom: 18px;
    width: min(330px, 82%);
    min-height: 360px;
    padding: 26px;
    transform: rotate(4deg);
    background: #fbfaf4;
}

.production-document__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.production-document__top span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--production-gold);
    color: #4f4806;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

.production-document__top b {
    color: var(--production-green);
    font-size: 13px;
    text-align: right;
}

.production-document__title {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee8d4;
    color: #111;
    font-family: "ProstoOne", Verdana, sans-serif;
    font-size: 26px;
    line-height: 1.18;
}

.production-document__rows {
    display: grid;
    gap: 12px;
}

.production-document__rows div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #e5dec7;
    font-size: 15px;
}

.production-document__rows span {
    color: #666;
}

.production-document__rows strong {
    color: var(--production-green);
    text-align: right;
}

.production-document__total {
    margin-top: 22px;
    padding: 18px;
    border-radius: 20px;
    background: #faf9f2;

}

.production-document__total span,
.production-document__total strong {
    display: block;
}

.production-document__total span {
    margin-bottom: 6px;
    color: rgba(0, 0, 0, .75);
    font-size: 14px;
}

.production-document__total strong {
    font-size: 20px;
    line-height: 1.2;
}

.production-document__lines {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.production-document__lines i {
    display: block;
    height: 13px;
    border-radius: 999px;
    background: #e8e1cf;
}

.production-document__lines i:nth-child(2) {
    width: 78%;
}

.production-document__lines i:nth-child(3) {
    width: 88%;
}

.production-document__lines i:nth-child(4) {
    width: 62%;
}

.production-document__stamp {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border: 3px solid rgba(41, 72, 53, .35);
    border-radius: 50%;
    color: rgba(41, 72, 53, .55);
    font-size: 13px;
    font-weight: 700;
    transform: rotate(-12deg);
}

@media (max-width: 1199.98px) {
    .production-contract {
        grid-template-columns: 1fr;
    }

    .production-contract__visual {
        max-width: 640px;
        min-height: 470px;
    }
}

@media (max-width: 767.98px) {
    .production-contract__features {
        grid-template-columns: 1fr;
    }

    .production-contract__visual {
        min-height: 0;
    }

    .production-document {
        position: relative;
        width: 100%;
    }

    .production-document--estimate {
        top: auto;
        left: auto;
    }

    .production-document--contract {
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 300px;
        margin-top: -18px;
        transform: rotate(0deg);
    }

    .production-document__title {
        font-size: 22px;
    }
}

/* Реальная картинка сметы и договора */
.production-contract__visual--image {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.production-contract__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
}

@media (max-width: 1199.98px) {
    .production-contract__visual--image {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .production-contract__image {
        border-radius: 20px;
        box-shadow: 0 18px 46px rgba(41, 72, 53, .10);
    }
}
