:root {
    --safina-green: #2baa08;
    --safina-green-dark: #1d7d12;
    --safina-ink: #111b2e;
    --safina-muted: #667085;
    --safina-line: #e1e8dd;
    --safina-soft: #f4f7f1;
}

.about-v4,
.delivery-v4 {
    overflow: hidden;
    color: var(--safina-ink);
    background: #fff;
}

.about-v4 *,
.delivery-v4 * { box-sizing: border-box; }

.about-v4-shell,
.delivery-v4-shell {
    width: min(calc(100% - 40px), 1480px);
    margin-inline: auto;
}

.about-v4-section,
.delivery-v4-section { padding: 96px 0; }

.about-v4 h1,
.about-v4 h2,
.about-v4 h3,
.about-v4 p,
.delivery-v4 h1,
.delivery-v4 h2,
.delivery-v4 h3,
.delivery-v4 p { margin-top: 0; }

.about-v4 h1,
.delivery-v4 h1 {
    margin-bottom: 24px;
    font-size: clamp(44px, 4.8vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 800;
}

.about-v4 h2,
.delivery-v4 h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 3.25vw, 54px);
    line-height: 1.03;
    letter-spacing: -.035em;
    font-weight: 800;
}

.about-v4 h3,
.delivery-v4 h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 750;
}

.about-v4 p,
.delivery-v4 p {
    color: var(--safina-muted);
    font-size: 17px;
    line-height: 1.65;
}

.about-v4-kicker,
.delivery-v4-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--safina-green-dark);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-v4-kicker::before,
.delivery-v4-kicker::before {
    content: '';
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #5bd532;
    box-shadow: 0 0 0 5px rgba(91, 213, 50, .13);
}

.about-v4-kicker--light,
.delivery-v4-kicker--light { color: #d9ffd0; }

.about-v4-actions,
.delivery-v4-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.about-v4-button,
.delivery-v4-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.about-v4-button:hover,
.delivery-v4-button:hover { transform: translateY(-2px); }
.about-v4-button--primary,
.delivery-v4-button--primary { color: #fff !important; background: linear-gradient(180deg, #49c725, #269f05); }
.about-v4-button--light,
.delivery-v4-button--light { color: #25401d !important; background: rgba(255,255,255,.88); border-color: rgba(255,255,255,.7); }
.about-v4-button--white,
.delivery-v4-button--white { color: #1e7413 !important; background: #fff; }
.about-v4-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.45); background: transparent; }

/* About */
.about-v4-hero { padding: 26px 0 0; }
.about-v4-hero__card {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    border-radius: 32px;
    background: #263225;
}
.about-v4-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-v4-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,11,.82) 0%, rgba(8,17,11,.54) 35%, rgba(8,17,11,.08) 67%, transparent 100%); }
.about-v4-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 690px;
    width: min(640px, 52%);
    padding: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}
.about-v4-hero__content .about-v4-kicker { color: #d9ffd0; }
.about-v4-hero__content p { max-width: 570px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: 19px; }
.about-v4-stats {
    position: relative;
    z-index: 3;
    display: grid;
    width: calc(100% - 112px);
    margin: -38px auto 0;
    padding: 22px 26px;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(220,228,216,.9);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 45px rgba(23,43,28,.1);
    backdrop-filter: blur(14px);
}
.about-v4-stats div { display: flex; padding: 5px 26px; flex-direction: column; border-right: 1px solid #e3e8e0; }
.about-v4-stats div:last-child { border-right: 0; }
.about-v4-stats strong { color: var(--safina-green-dark); font-size: 30px; line-height: 1.1; }
.about-v4-stats span { margin-top: 4px; color: var(--safina-muted); font-size: 14px; }

.about-v4-intro { background: linear-gradient(180deg, #fff 0%, #f7faf5 100%); }
.about-v4-story { overflow: hidden; border: 1px solid var(--safina-line); border-radius: 32px; background: #fff; box-shadow: 0 26px 70px rgba(25,51,27,.08); }
.about-v4-story__top { display: grid; min-height: 620px; grid-template-columns: .82fr 1.18fr; }
.about-v4-story__copy { display: flex; max-width: 650px; padding: 64px 58px; flex-direction: column; justify-content: center; }
.about-v4-story__copy h2 { max-width: 590px; margin-bottom: 24px; }
.about-v4-cms { color: var(--safina-muted); font-size: 18px; line-height: 1.68; }
.about-v4-cms p { margin-bottom: 15px; }
.about-v4-story__quote { position: relative; display: flex; margin: 18px 0 0; padding: 20px 22px 20px 26px; flex-direction: column; border: 0; border-radius: 17px; color: #244025; background: #eef7eb; }
.about-v4-story__quote::before { content: ''; position: absolute; top: 17px; bottom: 17px; left: 0; width: 4px; border-radius: 0 4px 4px 0; background: var(--safina-green); }
.about-v4-story__quote b { margin-bottom: 5px; font-size: 16px; line-height: 1.4; }
.about-v4-story__quote span { color: #58705a; font-size: 14px; line-height: 1.55; }
.about-v4-story__media { position: relative; min-width: 0; min-height: 620px; margin: 0; overflow: hidden; background: var(--safina-soft); }
.about-v4-story__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(9,18,10,.66) 100%); pointer-events: none; }
.about-v4-story__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-v4-story:hover .about-v4-story__media img { transform: scale(1.018); }
.about-v4-story__media figcaption { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; display: flex; max-width: 520px; flex-direction: column; color: #fff; }
.about-v4-story__media figcaption span { margin-bottom: 7px; color: #caffbe; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.about-v4-story__media figcaption b { font-size: 21px; line-height: 1.35; }
.about-v4-story__steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--safina-line); background: #fbfcfa; list-style: none; }
.about-v4-story__steps li { display: grid; min-height: 142px; padding: 27px 32px; grid-template-columns: 46px 1fr; align-items: start; gap: 16px; border-right: 1px solid var(--safina-line); }
.about-v4-story__steps li:last-child { border-right: 0; }
.about-v4-story__steps > li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--safina-green-dark); background: #e7f5e2; font-size: 13px; font-weight: 900; }
.about-v4-story__steps div { display: flex; padding-top: 1px; flex-direction: column; }
.about-v4-story__steps b { margin-bottom: 6px; color: var(--safina-ink); font-size: 17px; line-height: 1.3; }
.about-v4-story__steps small { color: var(--safina-muted); font-size: 13px; line-height: 1.5; }

.about-v4-directions,
.about-v4-process { background: var(--safina-soft); }
.about-v4-heading,
.delivery-v4-heading { display: flex; margin-bottom: 42px; align-items: end; justify-content: space-between; gap: 50px; }
.about-v4-heading h2,
.delivery-v4-heading h2 { max-width: 820px; margin-bottom: 0; }
.about-v4-heading > p,
.delivery-v4-heading > p { max-width: 480px; margin-bottom: 3px; }
.about-v4-heading--compact,
.delivery-v4-heading--compact { margin-bottom: 32px; }
.about-v4-directions__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-v4-directions__grid article { min-height: 270px; padding: 34px; border: 1px solid var(--safina-line); border-radius: 22px; background: #fff; }
.about-v4-directions__grid article > span { display: inline-flex; margin-bottom: 54px; color: var(--safina-green); font-size: 13px; font-weight: 800; }
.about-v4-directions__grid article p { margin-bottom: 0; font-size: 15px; }

.about-v4-process { padding-top: 0; }
.about-v4-process__list,
.delivery-v4-flow__list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--safina-line); border-radius: 22px; background: var(--safina-line); list-style: none; }
.about-v4-process__list li,
.delivery-v4-flow__list li { display: flex; min-height: 175px; padding: 29px; gap: 20px; background: #fff; }
.about-v4-process__list i,
.delivery-v4-flow__list i { color: var(--safina-green); font-size: 13px; font-style: normal; font-weight: 800; }
.about-v4-process__list h3,
.delivery-v4-flow__list h3 { font-size: 18px; }
.about-v4-process__list p,
.delivery-v4-flow__list p { margin-bottom: 0; font-size: 14px; line-height: 1.55; }

.about-v4-production__grid { display: grid; height: 590px; grid-template-columns: 1.35fr .8fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.about-v4-production__item { position: relative; min-width: 0; overflow: hidden; border-radius: 22px; }
.about-v4-production__item--large { grid-row: 1 / 3; }
.about-v4-production__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-v4-production__item:hover img { transform: scale(1.025); }
.about-v4-production__item::after { content: ''; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(8,15,10,.7)); }
.about-v4-production__item span { position: absolute; z-index: 2; left: 24px; bottom: 21px; color: #fff; font-size: 16px; font-weight: 800; }

.about-v4-final { padding-top: 20px; }
.about-v4-final__card { display: flex; padding: 55px 62px; align-items: center; justify-content: space-between; gap: 45px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, #183d16, #2b851b); }
.about-v4-final__card h2 { max-width: 750px; margin-bottom: 12px; }
.about-v4-final__card p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.about-v4-final__card .about-v4-actions { flex: 0 0 auto; }

/* Delivery */
.delivery-v4-hero { padding: 26px 0 0; }
.delivery-v4-hero__card { position: relative; min-height: 650px; overflow: hidden; border-radius: 32px; background: #edf1e9; }
.delivery-v4-hero__card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.delivery-v4-hero__fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,250,247,.99) 0%, rgba(249,250,247,.9) 29%, rgba(249,250,247,.18) 56%, transparent 74%); }
.delivery-v4-hero__content { position: relative; z-index: 2; display: flex; width: min(650px, 50%); min-height: 650px; padding: 70px; flex-direction: column; align-items: flex-start; justify-content: center; }
.delivery-v4-hero__content p { max-width: 545px; margin-bottom: 30px; font-size: 19px; }
.delivery-v4-facts { position: relative; z-index: 3; display: grid; width: calc(100% - 112px); margin: -36px auto 0; padding: 24px 30px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--safina-line); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(23,43,28,.09); backdrop-filter: blur(14px); }
.delivery-v4-facts div { display: flex; padding: 3px 34px; flex-direction: column; border-right: 1px solid var(--safina-line); }
.delivery-v4-facts div:last-child { border-right: 0; }
.delivery-v4-facts b { margin-bottom: 4px; font-size: 19px; }
.delivery-v4-facts span { color: var(--safina-muted); font-size: 14px; }

.delivery-v4-routes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.delivery-v4-routes__grid article { min-height: 265px; padding: 34px; border: 1px solid var(--safina-line); border-radius: 22px; background: #fff; }
.delivery-v4-routes__grid article > span { display: inline-grid; width: 44px; height: 44px; margin-bottom: 45px; place-items: center; border-radius: 50%; color: var(--safina-green-dark); background: #eaf7e6; font-size: 13px; font-weight: 800; }
.delivery-v4-routes__grid p { margin-bottom: 0; font-size: 15px; }
.delivery-v4-flow { background: var(--safina-soft); }

.delivery-v4-pack__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.delivery-v4-pack__media { position: relative; height: 620px; margin: 0; overflow: hidden; border-radius: 28px; background: var(--safina-soft); }
.delivery-v4-pack__media img { width: 100%; height: 100%; object-fit: cover; }
.delivery-v4-pack__media figcaption { position: absolute; right: 22px; bottom: 22px; max-width: 330px; padding: 16px 19px; border-radius: 14px; color: #243026; background: rgba(255,255,255,.91); backdrop-filter: blur(10px); font-size: 14px; line-height: 1.45; font-weight: 700; }
.delivery-v4-pack__content { max-width: 575px; }
.delivery-v4-pack__content > p { font-size: 18px; }
.delivery-v4-pack__content ul { display: grid; margin: 32px 0 0; padding: 0; gap: 10px; list-style: none; }
.delivery-v4-pack__content li { display: grid; padding: 17px 19px; grid-template-columns: 135px 1fr; gap: 16px; border-bottom: 1px solid var(--safina-line); }
.delivery-v4-pack__content li b { font-size: 15px; }
.delivery-v4-pack__content li span { color: var(--safina-muted); font-size: 14px; }

.delivery-v4-calc { padding-top: 12px; }
.delivery-v4-calc__card { display: flex; padding: 58px 62px; align-items: center; justify-content: space-between; gap: 50px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, #173c15, #2c861b); }
.delivery-v4-calc__card h2 { max-width: 820px; margin-bottom: 12px; }
.delivery-v4-calc__card p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.delivery-v4-calc__card .delivery-v4-actions { flex: 0 0 auto; flex-direction: column; }
.delivery-v4-calc__card .delivery-v4-actions > a:not(.delivery-v4-button) { color: rgba(255,255,255,.85); font-size: 14px; text-decoration: underline; }
.delivery-v4-calc__card .delivery-v4-button--white.checkout-btn {
    color: #175b13 !important;
    background: #fff !important;
    border-color: rgba(255,255,255,.82) !important;
    box-shadow: 0 12px 28px rgba(9, 45, 7, .18);
}
.delivery-v4-calc__card .delivery-v4-button--white.checkout-btn:hover,
.delivery-v4-calc__card .delivery-v4-button--white.checkout-btn:focus-visible {
    color: #123f0f !important;
    background: #f2faef !important;
    border-color: #fff !important;
    box-shadow: 0 16px 34px rgba(9, 45, 7, .24);
}

.delivery-v4-faq { padding-top: 30px; }
.delivery-v4-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.delivery-v4-faq details { padding: 0 24px; border: 1px solid var(--safina-line); border-radius: 17px; background: #fff; }
.delivery-v4-faq summary { position: relative; padding: 22px 38px 22px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.delivery-v4-faq summary::-webkit-details-marker { display: none; }
.delivery-v4-faq summary::after { content: '+'; position: absolute; top: 18px; right: 0; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--safina-green-dark); background: #edf7ea; font-size: 20px; }
.delivery-v4-faq details[open] summary::after { content: '–'; }
.delivery-v4-faq details p { margin: -4px 0 22px; font-size: 14px; }

@media (max-width: 1100px) {
    .about-v4-hero__content,
    .delivery-v4-hero__content { width: 58%; padding: 52px; }
    .about-v4-story__top { grid-template-columns: .9fr 1.1fr; }
    .about-v4-story__copy { padding: 46px 40px; }
    .about-v4-story__steps li { padding: 24px 22px; }
    .delivery-v4-pack__grid { gap: 42px; }
    .delivery-v4-pack__media { height: 540px; }
    .about-v4-process__list,
    .delivery-v4-flow__list { grid-template-columns: 1fr 1fr; }
    .about-v4-final__card,
    .delivery-v4-calc__card { padding: 46px; }
}

@media (max-width: 767px) {
    .about-v4-shell,
    .delivery-v4-shell { width: min(calc(100% - 24px), 1480px); }
    .about-v4-section,
    .delivery-v4-section { padding: 62px 0; }
    .about-v4 h1,
    .delivery-v4 h1 { font-size: clamp(38px, 11vw, 52px); }
    .about-v4 h2,
    .delivery-v4 h2 { font-size: clamp(30px, 8.8vw, 41px); }
    .about-v4 p,
    .delivery-v4 p { font-size: 16px; }
    .about-v4-hero,
    .delivery-v4-hero { padding-top: 12px; }
    .about-v4-hero__card,
    .delivery-v4-hero__card { min-height: 680px; border-radius: 22px; }
    .about-v4-hero__image,
    .delivery-v4-hero__card > img { object-position: 61% center; }
    .about-v4-hero__shade { background: linear-gradient(180deg, rgba(7,15,9,.22) 0%, rgba(7,15,9,.78) 56%, rgba(7,15,9,.94) 100%); }
    .delivery-v4-hero__fade { background: linear-gradient(180deg, rgba(250,251,248,.08) 0%, rgba(250,251,248,.74) 50%, rgba(250,251,248,.98) 100%); }
    .about-v4-hero__content,
    .delivery-v4-hero__content { width: 100%; min-height: 680px; padding: 34px 24px 48px; justify-content: flex-end; }
    .about-v4-hero__content p,
    .delivery-v4-hero__content p { margin-bottom: 24px; font-size: 16px; }
    .about-v4-actions,
    .delivery-v4-actions { width: 100%; }
    .about-v4-button,
    .delivery-v4-button { width: auto; min-height: 50px; padding-inline: 20px; }
    .about-v4-stats { width: calc(100% - 22px); margin-top: -20px; padding: 12px; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 18px; }
    .about-v4-stats div { padding: 14px; border-right: 0; border-bottom: 1px solid var(--safina-line); }
    .about-v4-stats div:nth-child(odd) { border-right: 1px solid var(--safina-line); }
    .about-v4-stats div:nth-last-child(-n+2) { border-bottom: 0; }
    .about-v4-stats strong { font-size: 24px; }
    .about-v4-stats span { font-size: 12px; }
    .delivery-v4-facts { width: calc(100% - 22px); margin-top: -20px; padding: 9px; grid-template-columns: 1fr; border-radius: 18px; }
    .delivery-v4-facts div { padding: 14px; border-right: 0; border-bottom: 1px solid var(--safina-line); }
    .delivery-v4-facts div:last-child { border-bottom: 0; }
    .about-v4-story { border-radius: 22px; }
    .about-v4-story__top { min-height: 0; grid-template-columns: 1fr; }
    .about-v4-story__copy { max-width: none; padding: 34px 24px 30px; }
    .about-v4-story__copy h2 { margin-bottom: 18px; }
    .about-v4-cms { font-size: 16px; }
    .about-v4-story__quote { margin-top: 10px; }
    .about-v4-story__media { min-height: 390px; }
    .about-v4-story__media figcaption { right: 20px; bottom: 20px; left: 20px; }
    .about-v4-story__media figcaption b { font-size: 18px; }
    .about-v4-story__steps { grid-template-columns: 1fr; }
    .about-v4-story__steps li { min-height: 0; padding: 20px 22px; border-right: 0; border-bottom: 1px solid var(--safina-line); }
    .about-v4-story__steps li:last-child { border-bottom: 0; }
    .delivery-v4-pack__grid { grid-template-columns: 1fr; gap: 34px; }
    .delivery-v4-pack__media { height: 440px; border-radius: 20px; }
    .delivery-v4-pack__media figcaption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
    .about-v4-heading,
    .delivery-v4-heading { margin-bottom: 28px; flex-direction: column; align-items: flex-start; gap: 10px; }
    .about-v4-heading > p,
    .delivery-v4-heading > p { max-width: none; }
    .about-v4-directions__grid,
    .delivery-v4-routes__grid { grid-template-columns: 1fr; }
    .about-v4-directions__grid article,
    .delivery-v4-routes__grid article { min-height: 0; padding: 26px; }
    .about-v4-directions__grid article > span,
    .delivery-v4-routes__grid article > span { margin-bottom: 28px; }
    .about-v4-process { padding-top: 0; }
    .about-v4-process__list,
    .delivery-v4-flow__list { grid-template-columns: 1fr; }
    .about-v4-process__list li,
    .delivery-v4-flow__list li { min-height: 0; padding: 24px; }
    .about-v4-production__grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 210px; }
    .about-v4-production__item--large { grid-column: 1 / 3; grid-row: auto; }
    .about-v4-production__item { border-radius: 17px; }
    .about-v4-final__card,
    .delivery-v4-calc__card { padding: 34px 24px; flex-direction: column; align-items: flex-start; border-radius: 22px; }
    .about-v4-final__card .about-v4-actions,
    .delivery-v4-calc__card .delivery-v4-actions { align-items: flex-start; }
    .delivery-v4-pack__content li { grid-template-columns: 105px 1fr; padding-inline: 4px; }
    .delivery-v4-faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .about-v4-hero__content,
    .delivery-v4-hero__content { padding-inline: 19px; }
    .about-v4-actions,
    .delivery-v4-actions { flex-direction: column; align-items: stretch; }
    .about-v4-button,
    .delivery-v4-button { width: 100%; }
    .about-v4-production__grid { grid-template-columns: 1fr; grid-template-rows: 330px 190px 190px; }
    .about-v4-production__item--large { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .about-v4 *,
    .delivery-v4 * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* About page: editorial layout v5 */
.about-v4-hero__content {
    width: min(790px, 64%);
    padding: 72px 64px;
}

.about-v4-hero__content h1 {
    max-width: 790px;
    font-size: clamp(52px, 4.45vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.about-v4-actions--hero {
    width: auto;
    flex-wrap: nowrap;
    align-items: center;
}

.about-v4-actions--hero .about-v4-button { white-space: nowrap; }

.about-v4-button--primary {
    color: #fff !important;
    background: linear-gradient(180deg, #50c92d 0%, #28a807 100%) !important;
    box-shadow: 0 12px 28px rgba(39, 164, 10, .22);
}

.about-v4-button--primary:hover {
    color: #fff !important;
    background: linear-gradient(180deg, #58d434 0%, #239600 100%) !important;
}

.about-v4-button--light {
    color: #17391a !important;
    background: rgba(255, 255, 255, .94) !important;
    border-color: rgba(255, 255, 255, .62) !important;
}

.about-v4-button--light:hover {
    color: #fff !important;
    background: #268f13 !important;
    border-color: #268f13 !important;
}

.about-v5-journey {
    background: linear-gradient(180deg, #fff 0%, #f6f9f3 100%);
}

.about-v5-journey__heading { margin-bottom: 48px; }

.about-v5-journey__row {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    min-height: 520px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid rgba(31, 91, 25, .12);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(26, 48, 24, .08);
}

.about-v5-journey__row:last-child { margin-bottom: 0; }
.about-v5-journey__row--reverse .about-v5-journey__copy { order: 2; }
.about-v5-journey__row--reverse .about-v5-journey__media { order: 1; }

.about-v5-journey__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 58px;
}

.about-v5-journey__number {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 14px;
    color: #2ba80c;
    background: #eaf7e6;
    font-size: 14px;
    font-weight: 900;
}

.about-v5-journey__copy h3 {
    max-width: 580px;
    margin: 0 0 22px;
    color: #0f1a2e;
    font-size: clamp(31px, 2.4vw, 46px);
    line-height: 1.05;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.about-v5-journey__copy p,
.about-v5-journey__copy li {
    color: #69758a;
    font-size: 17px;
    line-height: 1.65;
}

.about-v5-journey__copy ul {
    display: grid;
    margin: 2px 0 0;
    padding: 0;
    gap: 12px;
    list-style: none;
}

.about-v5-journey__copy li {
    position: relative;
    padding-left: 28px;
}

.about-v5-journey__copy li::before {
    position: absolute;
    top: .62em;
    left: 0;
    width: 11px;
    height: 11px;
    border: 3px solid #dff2d9;
    border-radius: 50%;
    background: #30ae10;
    content: "";
}

.about-v5-journey__copy blockquote {
    margin: 22px 0 0;
    padding: 19px 22px;
    border-left: 4px solid #35ae16;
    border-radius: 0 14px 14px 0;
    color: #293548;
    background: #f4f8f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.about-v5-journey__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 12px;
}

.about-v5-journey__facts b {
    display: flex;
    min-height: 104px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    color: #249407;
    background: #eef8eb;
    font-size: 27px;
    line-height: 1;
}

.about-v5-journey__facts small {
    margin-top: 9px;
    color: #6e7889;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.about-v5-journey__media {
    min-height: 520px;
    margin: 0;
    overflow: hidden;
    background: #e9ede6;
}

.about-v5-journey__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.about-v5-journey__row:hover .about-v5-journey__media img { transform: scale(1.025); }

.about-v5-directions__grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: repeat(2, minmax(270px, auto));
    gap: 18px;
}

.about-v5-direction {
    position: relative;
    display: flex;
    padding: 36px;
    overflow: hidden;
    align-items: flex-start;
    gap: 26px;
    border: 1px solid rgba(31, 91, 25, .12);
    border-radius: 24px;
    background: #fff;
}

.about-v5-direction--wide {
    grid-row: 1 / 3;
    padding: 46px;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(145deg, #fff 0%, #edf7e9 100%);
}

.about-v5-direction--accent {
    color: #fff;
    background: linear-gradient(135deg, #173f17 0%, #2e9d17 100%);
}

.about-v5-direction--image {
    min-height: 280px;
    padding: 0;
    align-items: flex-end;
}

.about-v5-direction--image::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 25%, rgba(8, 17, 9, .82) 100%);
    content: "";
}

.about-v5-direction--image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-v5-direction--image > div {
    position: relative;
    z-index: 2;
    padding: 34px;
    color: #fff;
}

.about-v5-direction__icon {
    display: grid;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    place-items: center;
    border-radius: 19px;
    color: #279e0d;
    background: #e8f6e4;
}

.about-v5-direction__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.about-v5-direction--accent .about-v5-direction__icon {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.about-v5-direction span {
    display: block;
    margin-bottom: 11px;
    color: #259c0a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-v5-direction--accent span,
.about-v5-direction--image span { color: #b9eeaa; }

.about-v5-direction h3 {
    margin: 0 0 13px;
    color: #111c30;
    font-size: clamp(25px, 2vw, 35px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.about-v5-direction--wide h3 {
    max-width: 570px;
    font-size: clamp(34px, 3vw, 52px);
}

.about-v5-direction--accent h3,
.about-v5-direction--image h3 { color: #fff; }

.about-v5-direction p {
    max-width: 600px;
    margin: 0;
    color: #6d7789;
    font-size: 16px;
    line-height: 1.6;
}

.about-v5-direction--accent p,
.about-v5-direction--image p { color: rgba(255, 255, 255, .76); }

.about-v5-price {
    padding: 88px 0;
    background: #fff;
}

.about-v5-price .price-form-new-wrapper {
    width: min(calc(100% - 40px), 1480px);
    margin: 0 auto;
}

.about-v5-contact {
    position: relative;
    min-height: 680px;
    margin-top: 0;
}

.about-v5-contact .container {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 40px), 1480px);
    margin: 0 auto;
}

.about-v5-contact .map-wrapper,
.about-v5-contact #map-card { min-height: 680px; }

@media (max-width: 1100px) {
    .about-v4-hero__content { width: 74%; padding: 58px 44px; }
    .about-v4-hero__content h1 { font-size: clamp(46px, 6vw, 66px); }
    .about-v5-journey__row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .about-v5-journey__copy { padding: 42px 38px; }
    .about-v5-directions__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .about-v4-hero__content {
        width: 100%;
        min-height: 680px;
        padding: 38px 24px 46px;
    }

    .about-v4-hero__content h1 {
        max-width: 620px;
        font-size: clamp(38px, 10vw, 52px);
        line-height: 1;
    }

    .about-v4-actions.about-v4-actions--hero {
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 9px;
    }

    .about-v4-actions--hero .about-v4-button {
        width: auto;
        min-height: 46px;
        padding: 13px 16px;
        font-size: 12px;
    }

    .about-v5-journey__heading { margin-bottom: 30px; }
    .about-v5-journey__row { grid-template-columns: 1fr; min-height: 0; border-radius: 21px; }
    .about-v5-journey__row--reverse .about-v5-journey__copy { order: 1; }
    .about-v5-journey__row--reverse .about-v5-journey__media { order: 2; }
    .about-v5-journey__copy { padding: 32px 25px; }
    .about-v5-journey__number { margin-bottom: 20px; }
    .about-v5-journey__copy h3 { font-size: 31px; }
    .about-v5-journey__copy p,
    .about-v5-journey__copy li { font-size: 15px; }
    .about-v5-journey__media { min-height: 300px; height: 48vw; max-height: 390px; }
    .about-v5-journey__facts b { min-height: 90px; padding: 16px; font-size: 23px; }

    .about-v5-directions__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .about-v5-direction,
    .about-v5-direction--wide { grid-row: auto; min-height: 0; padding: 28px 25px; }
    .about-v5-direction--image { min-height: 310px; padding: 0; }
    .about-v5-direction--image > div { padding: 27px; }
    .about-v5-direction--wide h3 { font-size: 34px; }
    .about-v5-price { padding: 58px 0; }
    .about-v5-price .price-form-new-wrapper { width: min(calc(100% - 24px), 1480px); }
    .about-v5-contact .container { width: min(calc(100% - 24px), 1480px); }
}

@media (max-width: 430px) {
    .about-v4-hero__content { padding-inline: 19px; }
    .about-v4-hero__content h1 { font-size: clamp(34px, 9.6vw, 42px); }

    .about-v4-actions.about-v4-actions--hero {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 7px;
    }

    .about-v4-actions--hero .about-v4-button {
        width: auto;
        min-width: 0;
        padding: 12px 8px;
        flex: 1 1 0;
        font-size: 10.5px;
    }

    .about-v5-journey__copy { padding: 28px 20px; }
    .about-v5-journey__copy h3 { font-size: 28px; }
    .about-v5-journey__facts { grid-template-columns: 1fr; }
    .about-v5-direction { flex-direction: column; gap: 20px; }
    .about-v5-direction--image { justify-content: flex-end; }
}
