html {
    margin: 0;
    box-sizing: border-box;
    font-size: 100%
}

body {
    margin: 0;
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Arimo', sans-serif;
    background: #FDFCFC;
    color: #2B2424
}

.top-bar {
    background: linear-gradient(135deg, #AA3F53 0%, #CDA5AF 100%);
    padding: 96px 24px 48px;
    position: relative;
    overflow: hidden
}

.top-bar::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: #f5e9e71f;
    border-radius: 38px;
    transform: rotate(25deg);
    pointer-events: none
}

.top-bar::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 450px;
    height: 450px;
    background: #aa3f532e;
    border-radius: 50%;
    pointer-events: none
}

.brand-box {
    max-width: 1400px;
    margin: 0 auto 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.emblem-frame {
    background: #FFF;
    padding: 12px 24px;
    border-radius: 38px;
    box-shadow: 0 12px 60px -1px #aa3f531c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cda5af4d
}

.emblem-frame img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block
}

.links-bar {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.links-bar a {
    color: #FFF;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 22px;
    position: relative;
    transition: background-color .52s cubic-bezier(0.22, 1, 0.36, 1), transform .48s ease-in-out;
    background: #ffffff14;
    border: 1px solid #fff3
}

.links-bar a:hover {
    background: #ffffff2e;
    transform: translateY(-2px)
}

.links-bar a:focus {
    outline: 2px solid #FFF;
    outline-offset: 4px
}

.locale-pick {
    background: #f5e9e7f2;
    color: #AA3F53;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 22px;
    border: 2px solid #aa3f5340;
    cursor: pointer;
    transition: background-color .45s ease-in-out, border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.locale-pick:hover {
    background: #FFF;
    border-color: #aa3f5380
}

.locale-pick:focus {
    outline: 2px solid #FFF;
    outline-offset: 3px
}

.base-strip {
    background: #F5E9E7;
    padding: 96px 24px;
    position: relative
}

.base-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #AA3F53 0%, #CDA5AF 50%, #AA3F53 100%)
}

.base-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 48px
}

.brand-anchor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.mark-holder {
    background: #FFF;
    padding: 12px 24px;
    border-radius: 22px;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    display: inline-flex;
    border: 1px solid #cda5af33
}

.mark-holder img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block
}

.brand-anchor p {
    font-size: 15px;
    line-height: 1.8;
    color: #4A3E3E;
    margin: 0;
    font-style: italic
}

.divider-rule {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #CDA5AF 50%, transparent 100%);
    margin: 24px 0;
    border: none
}

.routes-cluster {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.routes-cluster h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 700
}

.routes-cluster a {
    color: #4A3E3E;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    transition: color .42s ease-in-out;
    padding-left: 4px
}

.routes-cluster a::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #AA3F53;
    transition: width .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.routes-cluster a:hover {
    color: #AA3F53
}

.routes-cluster a:hover::before {
    width: 100%
}

.routes-cluster a:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 4px
}

.reach-cluster {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.reach-cluster h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 700
}

.reach-cluster p {
    font-size: 15px;
    line-height: 1.8;
    color: #4A3E3E;
    margin: 0
}

.reach-cluster a {
    color: #AA3F53;
    text-decoration: none;
    font-weight: 700;
    transition: color .48s ease-in-out
}

.reach-cluster a:hover {
    color: #CDA5AF
}

.reach-cluster a:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 3px
}

.legal-strip {
    background: #FFF;
    padding: 48px 24px;
    border-top: 1px solid #cda5af4d
}

.legal-row {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.legal-row p {
    font-size: 15px;
    line-height: 1.8;
    color: #6B5E5E;
    margin: 0
}

.legal-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.legal-links a {
    color: #6B5E5E;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.legal-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #AA3F53;
    transition: width .62s ease-in-out
}

.legal-links a:hover {
    color: #AA3F53
}

.legal-links a:hover::after {
    width: 100%
}

.legal-links a:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 3px
}

.consent-card {
    position: fixed;
    top: 24px;
    right: 24px;
    background: #FFF;
    border-radius: 22px;
    padding: 24px;
    max-width: 420px;
    box-shadow: 0 12px 60px -1px #aa3f531c;
    z-index: 1000;
    border: 2px solid #cda5af4d;
    opacity: 0;
    transition: opacity .32s ease-in-out;
    display: none
}

.consent-card.visible {
    opacity: 1
}

.consent-card h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 700
}

.consent-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #4A3E3E;
    margin: 0 0 24px
}

.consent-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.consent-actions button {
    background: transparent;
    border: none;
    color: #AA3F53;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color .45s ease-in-out;
    font-family: 'Arimo', sans-serif
}

.consent-actions button:hover {
    color: #CDA5AF
}

.consent-actions button:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 3px
}

.prefs-toggle {
    background: transparent;
    border: none;
    color: #6B5E5E;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: 'Arimo', sans-serif;
    margin-top: 12px
}

.prefs-toggle:hover {
    color: #AA3F53
}

.prefs-toggle:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 3px
}

.prefs-panel {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #cda5af4d;
    display: none
}

.prefs-panel.open {
    display: block
}

.prefs-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.prefs-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #AA3F53
}

.prefs-option label {
    font-size: 15px;
    line-height: 1.8;
    color: #4A3E3E;
    cursor: pointer;
    margin: 0
}

@media (max-width: 768px) {
    .top-bar {
        padding: 48px 24px 24px
    }

    .brand-box {
        margin-bottom: 24px
    }

    .links-bar {
        gap: 24px
    }

    .links-bar a {
        font-size: 15px;
        padding: 12px
    }

    .base-strip {
        padding: 48px 24px
    }

    .base-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .legal-row {
        flex-direction: column;
        align-items: flex-start
    }

    .legal-links {
        flex-direction: column;
        gap: 12px
    }

    .consent-card {
        right: 12px;
        left: 12px;
        max-width: none;
        top: 12px
    }

    .consent-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

@media (max-width: 480px) {

    .top-bar::before,
    .top-bar::after {
        display: none
    }

    .emblem-frame {
        padding: 12px
    }

    .emblem-frame img {
        width: 48px;
        height: 48px
    }

    .mark-holder {
        padding: 12px
    }

    .mark-holder img {
        width: 52px;
        height: 52px
    }
}

.policy-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 24px
}

.policy-area p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #2a2a2a
}

.policy-area p:last-child {
    margin-bottom: 0
}

.policy-area ul,
.policy-area ol {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
    padding-left: 24px;
    color: #2a2a2a
}

.policy-area ul:last-child,
.policy-area ol:last-child {
    margin-bottom: 0
}

.policy-area li {
    margin-bottom: 12px
}

.policy-area li:last-child {
    margin-bottom: 0
}

.policy-area strong,
.policy-area b {
    font-weight: 600;
    color: #1a1a1a
}

.policy-area a {
    color: #AA3F53;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .52s cubic-bezier(0.22, 1, 0.36, 1)
}

.policy-area a:hover {
    border-bottom-color: #AA3F53
}

.policy-area a:focus {
    outline: 2px solid #AA3F53;
    outline-offset: 2px
}

.policy-area hr {
    border: none;
    height: 1px;
    background-color: #CDA5AF;
    margin: 48px 0;
    opacity: .3
}

.policy-area div {
    margin-bottom: 24px
}

.policy-area div:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .policy-area {
        padding: 96px 48px
    }
}

.case-detail {
    background: #FEFEFE;
    color: #1D1D1D;
    max-width: 1400px;
    margin: 0 auto
}

.case-detail__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    position: relative;
    overflow: hidden
}

.case-detail__intro-left {
    background: linear-gradient(127deg, #F5E9E7 0%, #FEFEFE 100%);
    padding: 96px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.case-detail__intro-right {
    background: #AA3F53;
    padding: 96px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.case-detail__corner-line {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #AA3F53
}

.case-detail__corner-line--top {
    top: 48px;
    left: 48px
}

.case-detail__corner-line--vert {
    width: 2px;
    height: 80px;
    top: 48px;
    left: 48px
}

.case-detail__corner-line--bottom {
    bottom: 48px;
    right: 48px;
    background: #FEFEFE
}

.case-detail__corner-line--vert-bottom {
    width: 2px;
    height: 80px;
    bottom: 48px;
    right: 48px;
    background: #FEFEFE
}

.case-detail__tag {
    display: inline-block;
    padding: 4px 12px;
    background: #CDA5AF;
    color: #1D1D1D;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: .02em
}

.case-detail__heading {
    font-size: 56px;
    line-height: 1.2;
    color: #1D1D1D;
    margin: 0 0 24px;
    font-weight: 900
}

.case-detail__intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: #FEFEFE;
    margin: 0 0 48px
}

.case-detail__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.case-detail__link {
    font-size: 19px;
    color: #FEFEFE;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: opacity .52s cubic-bezier(0.22, 1, 0.36, 1)
}

.case-detail__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FEFEFE;
    transition: width .61s cubic-bezier(0.22, 1, 0.36, 1)
}

.case-detail__link:hover::after {
    width: 100%
}

.case-detail__link:hover {
    opacity: .85
}

.case-detail__body {
    padding: 96px 48px;
    background: #FEFEFE;
    position: relative
}

.case-detail__body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, #AA3F53 0%, #CDA5AF 100%)
}

.case-detail__divider {
    height: 2px;
    background: transparent;
    margin: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

.case-detail__cross {
    width: 12px;
    height: 12px;
    position: relative
}

.case-detail__cross::before,
.case-detail__cross::after {
    content: '';
    position: absolute;
    background: #CDA5AF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.case-detail__cross::before {
    width: 12px;
    height: 2px
}

.case-detail__cross::after {
    width: 2px;
    height: 12px
}

.case-detail__content-wrapper {
    max-width: 920px;
    margin: 0 auto;
    opacity: 0;
    animation: revealDiag .71s cubic-bezier(0.22, 1, 0.36, 1) .18s forwards
}

@keyframes revealDiag {
    0% {
        opacity: 0;
        transform: translate(-24px, -24px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.case-detail__content-wrapper p {
    font-size: 19px;
    line-height: 1.8;
    color: #1D1D1D;
    margin: 0 0 24px
}

.case-detail__content-wrapper h2 {
    font-size: 41px;
    line-height: 1.2;
    color: #1D1D1D;
    margin: 48px 0 24px;
    font-weight: 900;
    letter-spacing: -.01em
}

.case-detail__content-wrapper small {
    font-size: 15px;
    line-height: 1.8;
    color: #5A5A5A
}

.case-detail__content-wrapper mark {
    background: #F5E9E7;
    color: #AA3F53;
    padding: 2px 4px;
    border-radius: 4px
}

.case-detail__content-wrapper ul,
.case-detail__content-wrapper ol {
    margin: 24px 0;
    padding-left: 24px;
    position: relative
}

.case-detail__content-wrapper ul {
    list-style: none;
    counter-reset: step-counter
}

.case-detail__content-wrapper ol {
    counter-reset: step-counter;
    list-style: none
}

.case-detail__content-wrapper ol li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px
}

.case-detail__content-wrapper ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #AA3F53;
    color: #FEFEFE;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px
}

.case-detail__content-wrapper ol li::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    width: 2px;
    height: calc(100% - 12px);
    background: #CDA5AF
}

.case-detail__content-wrapper ol li:last-child::after {
    display: none
}

.case-detail__content-wrapper ul li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative
}

.case-detail__content-wrapper ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #AA3F53;
    border-radius: 22px
}

.case-detail__content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 48px 0;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    border-radius: 22px;
    overflow: hidden
}

.case-detail__content-wrapper thead {
    background: #AA3F53;
    color: #FEFEFE
}

.case-detail__content-wrapper th,
.case-detail__content-wrapper td {
    padding: 12px 24px;
    text-align: left;
    font-size: 15px;
    line-height: 1.8
}

.case-detail__content-wrapper th {
    font-weight: 700
}

.case-detail__content-wrapper tbody tr {
    border-bottom: 1px solid #F5E9E7;
    transition: background .48s cubic-bezier(0.22, 1, 0.36, 1)
}

.case-detail__content-wrapper tbody tr:hover {
    background: #F5E9E7
}

.case-detail__content-wrapper caption {
    padding: 12px;
    font-size: 15px;
    color: #5A5A5A;
    font-style: italic;
    text-align: left
}

.case-detail__content-wrapper figure {
    margin: 48px 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.case-detail__content-wrapper figure img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .67s cubic-bezier(0.22, 1, 0.36, 1)
}

.case-detail__content-wrapper figure:hover img {
    transform: scale(1.04)
}

.case-detail__content-wrapper figcaption {
    padding: 12px 24px;
    background: #F5E9E7;
    font-size: 15px;
    line-height: 1.8;
    color: #1D1D1D
}

.case-detail__featured-img {
    width: 100%;
    height: 480px;
    margin: 48px 0;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 12px 60px -1px #aa3f531c;
    position: relative
}

.case-detail__featured-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(127deg, #aa3f5326 0%, #cda5af14 100%);
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none
}

.case-detail__featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .67s cubic-bezier(0.22, 1, 0.36, 1)
}

.case-detail__featured-img:hover img {
    transform: scale(1.06)
}

.case-detail__utilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 96px;
    padding-top: 48px;
    border-top: 2px solid #F5E9E7
}

.case-detail__util-card {
    background: #FEFEFE;
    border: 2px solid #CDA5AF;
    border-radius: 22px;
    padding: 24px;
    transition: all .52s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.case-detail__util-card:hover {
    border-color: #AA3F53;
    box-shadow: 0 12px 60px -1px #aa3f531c;
    transform: translateY(-4px)
}

.case-detail__util-label {
    font-size: 15px;
    color: #5A5A5A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

.case-detail__util-btn {
    background: transparent;
    border: 2px solid #AA3F53;
    color: #AA3F53;
    padding: 12px 24px;
    border-radius: 22px;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    transition: all .48s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    display: inline-block;
    text-align: center
}

.case-detail__util-btn:hover {
    background: #AA3F53;
    color: #FEFEFE;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.case-detail__util-btn:active {
    transform: scale(0.97)
}

@media (max-width: 768px) {
    .case-detail__intro {
        grid-template-columns: 1fr
    }

    .case-detail__intro-left,
    .case-detail__intro-right {
        padding: 48px 24px
    }

    .case-detail__heading {
        font-size: 41px
    }

    .case-detail__intro-text {
        font-size: 15px
    }

    .case-detail__body {
        padding: 48px 24px
    }

    .case-detail__content-wrapper h2 {
        font-size: 32px
    }

    .case-detail__featured-img {
        height: 320px;
        margin: 24px 0
    }

    .case-detail__utilities {
        grid-template-columns: 1fr;
        margin-top: 48px
    }

    .case-detail__corner-line--top,
    .case-detail__corner-line--vert {
        left: 24px;
        top: 24px
    }

    .case-detail__corner-line--bottom,
    .case-detail__corner-line--vert-bottom {
        right: 24px;
        bottom: 24px
    }
}

.contact-pg {
    background: linear-gradient(163deg, #F5E9E7 0%, #fff 100%);
    max-width: 1400px;
    margin: 0 auto
}

.contact-pg__intro {
    padding: 96px 24px 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.contact-pg__intro-visual {
    width: 100%;
    max-width: 720px;
    height: 380px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    opacity: .35;
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__intro-visual:hover {
    opacity: .55
}

.contact-pg__intro-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.contact-pg__intro-text {
    max-width: 680px;
    margin-left: 96px
}

.contact-pg__intro-heading {
    font-size: 70px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 24px
}

.contact-pg__intro-heading span {
    text-decoration: underline;
    text-decoration-color: #CDA5AF;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px
}

.contact-pg__intro-desc {
    font-size: 19px;
    line-height: 1.8;
    color: #2a2a2a;
    margin: 0
}

.contact-pg__form-zone {
    padding: 96px 24px;
    background: radial-gradient(ellipse at center, #fff 0%, #F5E9E7 100%);
    position: relative
}

.contact-pg__form-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #AA3F53 50%, transparent 100%)
}

.contact-pg__form-container {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.contact-pg__form-header {
    text-align: center
}

.contact-pg__form-title {
    font-size: 56px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 12px;
    font-weight: 900;
    letter-spacing: -.5px
}

.contact-pg__form-subtitle {
    font-size: 19px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
    max-width: 640px;
    margin: 0 auto
}

.contact-pg__form-main {
    background: #fff;
    padding: 48px;
    border-radius: 38px;
    box-shadow: 0 12px 60px -1px #aa3f531c;
    border: 1px solid #aa3f5314
}

.contact-pg__form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.contact-pg__field-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-pg__field-label {
    font-size: 15px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: 600;
    display: block
}

.contact-pg__field-input {
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.8;
    border: 2px solid #CDA5AF;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__field-input:focus {
    outline: none;
    border-color: #AA3F53;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.contact-pg__field-input::placeholder {
    color: #9a9a9a
}

.contact-pg__field-select {
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.8;
    border: 2px solid #CDA5AF;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23AA3F53' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 48px
}

.contact-pg__field-select:focus {
    outline: none;
    border-color: #AA3F53;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.contact-pg__field-textarea {
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.8;
    border: 2px solid #CDA5AF;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    min-height: 160px;
    resize: vertical;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__field-textarea:focus {
    outline: none;
    border-color: #AA3F53;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.contact-pg__field-textarea::placeholder {
    color: #9a9a9a
}

.contact-pg__privacy-zone {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0 0
}

.contact-pg__privacy-check {
    width: 20px;
    height: 20px;
    border: 2px solid #CDA5AF;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background-color .45s cubic-bezier(0.22, 1, 0.36, 1);
    appearance: none;
    background: #fff
}

.contact-pg__privacy-check:checked {
    background: #AA3F53;
    border-color: #AA3F53;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

.contact-pg__privacy-check:focus {
    outline: none;
    box-shadow: 0 2px 6px -1px #aa3f530d
}

.contact-pg__privacy-text {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0
}

.contact-pg__privacy-text a {
    color: #AA3F53;
    text-decoration: none;
    position: relative;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__privacy-text a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #AA3F53;
    transition: width .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__privacy-text a:hover::after {
    width: 100%
}

.contact-pg__submit-btn {
    width: 100%;
    padding: 12px 48px;
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    background: transparent;
    border: 2px solid #AA3F53;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 24px;
    transition: background-color .55s cubic-bezier(0.22, 1, 0.36, 1), color .55s cubic-bezier(0.22, 1, 0.36, 1), transform .18s ease-in-out
}

.contact-pg__submit-btn:hover {
    background: #AA3F53;
    color: #fff
}

.contact-pg__submit-btn:active {
    transform: scale(0.98)
}

.contact-pg__submit-btn:focus {
    outline: none;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.contact-pg__details-area {
    padding: 96px 24px;
    background: #fff;
    position: relative
}

.contact-pg__details-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 Q 45 15,60 30 Q 45 45,30 60 Q 15 45,0 30 Q 15 15,30 0' fill='none' stroke='%23F5E9E7' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 1
}

.contact-pg__details-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 48px
}

.contact-pg__info-card {
    background: linear-gradient(163deg, #fff 0%, #F5E9E7 100%);
    padding: 48px;
    border-radius: 22px;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.contact-pg__info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.contact-pg__info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #AA3F53 0%, #CDA5AF 100%);
    border-radius: 22px 22px 0 0
}

.contact-pg__card-icon {
    width: 56px;
    height: 56px;
    background: #AA3F53;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__info-card:active .contact-pg__card-icon {
    transform: rotate(8deg);
    animation: contact-pg__icon-spin .65s cubic-bezier(0.22, 1, 0.36, 1)
}

@keyframes contact-pg__icon-spin {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(8deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.contact-pg__card-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.contact-pg__card-title {
    font-size: 19px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 12px;
    font-weight: 700
}

.contact-pg__card-content {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0
}

.contact-pg__card-link {
    color: #AA3F53;
    text-decoration: none;
    position: relative;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__card-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #AA3F53;
    transition: width .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-pg__card-link:hover::after {
    width: 100%
}

.contact-pg__pulse-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0
}

.contact-pg__pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #aa3f5326;
    border-radius: 50%;
    animation: contact-pg__pulse-expand 4s ease-in-out infinite
}

.contact-pg__pulse-ring:nth-child(1) {
    animation-delay: 0s
}

.contact-pg__pulse-ring:nth-child(2) {
    animation-delay: 1.3s
}

.contact-pg__pulse-ring:nth-child(3) {
    animation-delay: 2.6s
}

@keyframes contact-pg__pulse-expand {
    0% {
        width: 0;
        height: 0;
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        width: 400px;
        height: 400px;
        opacity: 0
    }
}

.contact-pg__geometric-accent {
    position: absolute;
    bottom: 48px;
    right: 48px;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, #aa3f5314 0%, #cda5af1f 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0
}

@media (max-width: 768px) {
    .contact-pg__intro {
        padding: 48px 24px 24px
    }

    .contact-pg__intro-text {
        margin-left: 0
    }

    .contact-pg__intro-heading {
        font-size: 41px
    }

    .contact-pg__intro-desc {
        font-size: 15px
    }

    .contact-pg__form-zone {
        padding: 48px 24px
    }

    .contact-pg__form-title {
        font-size: 41px
    }

    .contact-pg__form-main {
        padding: 24px
    }

    .contact-pg__details-area {
        padding: 48px 24px
    }

    .contact-pg__details-wrapper {
        gap: 24px
    }

    .contact-pg__info-card {
        padding: 24px
    }

    .contact-pg__geometric-accent {
        width: 180px;
        height: 180px;
        bottom: 24px;
        right: 24px
    }

    .contact-pg__submit-btn {
        font-size: 15px;
        padding: 12px 24px
    }
}

.apropos {
    max-width: 1400px;
    margin: 0 auto;
    background: #FFF
}

.apropos__ouverture {
    padding: 48px 24px;
    background: linear-gradient(162deg, #F5E9E7 0%, #CDA5AF 100%);
    position: relative;
    overflow: hidden
}

.apropos__ouverture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #aa3f5308 2px, #aa3f5308 4px), repeating-linear-gradient(-45deg, transparent, transparent 2px, #aa3f5305 2px, #aa3f5305 4px);
    pointer-events: none
}

.apropos__ouverture-contenu {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center
}

.apropos__ouverture-titre {
    font-size: 56px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a0a0d
}

.apropos__ouverture-titre-accent {
    color: #AA3F53
}

.apropos__ouverture-desc {
    font-size: 19px;
    line-height: 1.8;
    margin: 0 0 48px;
    color: #2d1a1f
}

.apropos__ouverture-actions {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.apropos__ouverture-lien {
    font-size: 15px;
    padding: 12px 24px;
    border: 2px solid #AA3F53;
    border-radius: 4px;
    text-decoration: none;
    color: #AA3F53;
    background: transparent;
    transition: background-color .52s cubic-bezier(0.22, 1, 0.36, 1), color .52s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block
}

.apropos__ouverture-lien:hover {
    background-color: #AA3F53;
    color: #FFF
}

.apropos__ouverture-lien:focus {
    outline: 3px solid #AA3F53;
    outline-offset: 2px
}

.apropos__histoire {
    padding: 96px 24px;
    background: #FFF
}

.apropos__histoire-grille {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start
}

.apropos__histoire-bloc-court {
    height: 420px
}

.apropos__histoire-bloc-long {
    height: 580px
}

.apropos__histoire-carte {
    background: #F5E9E7;
    border-radius: 22px;
    padding: 48px;
    height: 100%;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    transition: transform .64s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .64s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.apropos__histoire-carte:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.apropos__histoire-numero {
    font-size: 70px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 900
}

.apropos__histoire-etiquette {
    font-size: 15px;
    line-height: 1.8;
    color: #AA3F53;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px;
    font-weight: 700
}

.apropos__histoire-titre {
    font-size: 41px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a0a0d;
    font-weight: 900
}

.apropos__histoire-texte {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f
}

.apropos__histoire-image-enveloppe {
    background: #CDA5AF;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    border: 4px solid #AA3F53;
    position: relative
}

.apropos__histoire-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .68s cubic-bezier(0.22, 1, 0.36, 1)
}

.apropos__histoire-image-enveloppe:hover .apropos__histoire-image {
    transform: scale(1.06)
}

.apropos__valeurs {
    padding: 96px 24px;
    background: #7C8EA6;
    position: relative;
    overflow: hidden
}

.apropos__valeurs::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 8px;
    height: 8px;
    background: #f5e9e726;
    border-radius: 38px;
    box-shadow: 96px 48px 0 #f5e9e71f 240px 120px 0 #f5e9e714 480px 24px 0 #f5e9e71a 720px 96px 0 #f5e9e724 960px 48px 0 #f5e9e71c 1200px 120px 0 #f5e9e717 144px 240px 0 #f5e9e721 384px 312px 0 #f5e9e71a 624px 264px 0 #f5e9e71f 864px 336px 0 #f5e9e714 1104px 288px 0 #f5e9e726;
    pointer-events: none
}

.apropos__valeurs-contenu {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.apropos__valeurs-entete {
    text-align: center;
    margin-bottom: 48px
}

.apropos__valeurs-titre {
    font-size: 56px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #FFF;
    font-weight: 900
}

.apropos__valeurs-soustitre {
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
    color: #F5E9E7;
    text-align: left;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.apropos__valeurs-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: valeur-compteur;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.apropos__valeurs-item {
    counter-increment: valeur-compteur;
    position: relative;
    background: #ffffff14;
    border-radius: 4px;
    transition: background-color .48s ease-in-out, transform .48s ease-in-out;
    padding: 24px 24px 24px 96px
}

.apropos__valeurs-item:hover {
    background: #ffffff24;
    transform: translateX(8px)
}

.apropos__valeurs-item::before {
    content: counter(valeur-compteur);
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 41px;
    line-height: 1.2;
    color: #AA3F53;
    font-weight: 900
}

.apropos__valeurs-item::after {
    content: '';
    position: absolute;
    left: 72px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, #AA3F53 0%, transparent 100%)
}

.apropos__valeurs-item:not(:last-child)::after {
    height: calc(100% + 24px);
    bottom: -24px
}

.apropos__valeurs-item-titre {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #FFF;
    font-weight: 900
}

.apropos__valeurs-item-desc {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #F5E9E7
}

.apropos__equipe {
    padding: 96px 24px;
    background: #FFF
}

.apropos__equipe-contenu {
    max-width: 1200px;
    margin: 0 auto
}

.apropos__equipe-intro {
    text-align: center;
    margin-bottom: 96px
}

.apropos__equipe-titre {
    font-size: 56px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a0a0d;
    font-weight: 900
}

.apropos__equipe-desc {
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.apropos__equipe-grille {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px
}

.apropos__equipe-membre {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: apropos-membre-apparition .58s cubic-bezier(0.22, 1, 0.36, 1) both;
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

.apropos__equipe-membre.visible {
    opacity: 1 !important;
    max-height: none !important
}

.apropos__equipe-membre:nth-child(1) {
    animation-delay: .1s
}

.apropos__equipe-membre:nth-child(2) {
    animation-delay: .2s
}

.apropos__equipe-membre:nth-child(3) {
    animation-delay: .3s
}

@keyframes apropos-membre-apparition {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        max-height: 800px;
        transform: translateY(0)
    }
}

.apropos__equipe-photo-enveloppe {
    border-radius: 22px;
    overflow: hidden;
    border: 3px solid #CDA5AF;
    aspect-ratio: 1;
    position: relative;
    background: #F5E9E7
}

.apropos__equipe-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .72s cubic-bezier(0.22, 1, 0.36, 1)
}

.apropos__equipe-photo-enveloppe:hover .apropos__equipe-photo {
    transform: scale(1.08)
}

.apropos__equipe-info {
    text-align: center
}

.apropos__equipe-nom {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 4px;
    color: #1a0a0d;
    font-weight: 900
}

.apropos__equipe-role {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 12px;
    color: #AA3F53;
    font-weight: 700
}

.apropos__equipe-bio {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f
}

.apropos__engagement {
    padding: 96px 24px;
    background: linear-gradient(247deg, #F5E9E7 0%, #FFF 100%)
}

.apropos__engagement-contenu {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 96px;
    align-items: center
}

.apropos__engagement-texte-zone {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.apropos__engagement-titre {
    font-size: 56px;
    line-height: 1.2;
    margin: 0;
    color: #1a0a0d;
    font-weight: 900
}

.apropos__engagement-paragraphe {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f;
    position: relative;
    padding-left: 24px
}

.apropos__engagement-paragraphe::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: calc(100% - 16px);
    background: linear-gradient(180deg, #AA3F53 0%, #CDA5AF 100%);
    border-radius: 4px
}

.apropos__engagement-aside {
    background: #aa3f530f;
    padding: 24px;
    border-radius: 4px;
    border-left: 4px solid #AA3F53;
    margin-left: 24px;
    position: relative
}

.apropos__engagement-aside::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 24px;
    width: 20px;
    height: 2px;
    border-top: 2px dashed #AA3F53
}

.apropos__engagement-aside-texte {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f;
    font-style: italic
}

.apropos__engagement-metriques {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.apropos__engagement-metrique {
    background: #FFF;
    padding: 24px;
    border-radius: 22px;
    box-shadow: 0 2px 6px -1px #aa3f530d;
    border: 2px solid #F5E9E7;
    transition: box-shadow .56s cubic-bezier(0.22, 1, 0.36, 1), border-color .56s cubic-bezier(0.22, 1, 0.36, 1)
}

.apropos__engagement-metrique:hover {
    box-shadow: 0 12px 60px -1px #aa3f531c;
    border-color: #CDA5AF
}

.apropos__engagement-metrique-nombre {
    font-size: 70px;
    line-height: 1.2;
    margin: 0 0 4px;
    color: #AA3F53;
    font-weight: 900
}

.apropos__engagement-metrique-label {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #3d2a2f;
    font-weight: 700
}

@media (max-width: 1024px) {
    .apropos__histoire-grille {
        grid-template-columns: 1fr
    }

    .apropos__histoire-bloc-court,
    .apropos__histoire-bloc-long {
        height: auto
    }

    .apropos__equipe-grille {
        grid-template-columns: 1fr
    }

    .apropos__engagement-contenu {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

@media (max-width: 768px) {
    .apropos__ouverture-titre {
        font-size: 41px
    }

    .apropos__ouverture-desc {
        font-size: 15px
    }

    .apropos__ouverture {
        padding: 48px 12px
    }

    .apropos__histoire {
        padding: 48px 12px
    }

    .apropos__histoire-carte {
        padding: 24px
    }

    .apropos__histoire-numero {
        font-size: 56px
    }

    .apropos__histoire-titre {
        font-size: 19px
    }

    .apropos__valeurs {
        padding: 48px 12px
    }

    .apropos__valeurs-titre {
        font-size: 41px
    }

    .apropos__valeurs-soustitre {
        font-size: 15px
    }

    .apropos__valeurs-item {
        padding-left: 72px
    }

    .apropos__valeurs-item::before {
        font-size: 19px;
        left: 12px
    }

    .apropos__valeurs-item::after {
        left: 48px
    }

    .apropos__equipe {
        padding: 48px 12px
    }

    .apropos__equipe-titre {
        font-size: 41px
    }

    .apropos__equipe-desc {
        font-size: 15px
    }

    .apropos__equipe-intro {
        margin-bottom: 48px
    }

    .apropos__engagement {
        padding: 48px 12px
    }

    .apropos__engagement-titre {
        font-size: 41px
    }

    .apropos__engagement-metrique-nombre {
        font-size: 56px
    }

    .apropos__ouverture-actions {
        flex-direction: column
    }

    .apropos__ouverture-lien {
        width: 100%;
        text-align: center
    }
}

.lead {
    max-width: 1400px;
    margin: 0 auto
}

.lead__title-zone {
    padding: 96px 24px 144px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(157deg, #F5E9E7 0%, #fff 100%)
}

.lead__blur-spot {
    position: absolute;
    border-radius: 38px;
    filter: blur(80px);
    opacity: .15;
    pointer-events: none
}

.lead__blur-spot--one {
    width: 320px;
    height: 320px;
    background: #AA3F53;
    top: -80px;
    left: 10%
}

.lead__blur-spot--two {
    width: 280px;
    height: 280px;
    background: #CDA5AF;
    bottom: -60px;
    right: 15%
}

.lead__title-text {
    position: relative;
    z-index: 2;
    margin-bottom: 48px
}

.lead__title-h {
    font-size: 70px;
    line-height: 1.2;
    color: #1a0a0d;
    margin-bottom: 24px
}

.lead__title-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left
}

.lead__title-points li {
    font-size: 19px;
    line-height: 1.8;
    color: #3d2428;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative
}

.lead__title-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #AA3F53;
    border-radius: 4px
}

.lead__title-visual {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden
}

.lead__title-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    filter: blur(2px);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lead__title-visual:hover .lead__title-img {
    filter: blur(0)
}

.lead__title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #aa3f5340 0%, #cda5af26 100%);
    pointer-events: none
}

.lead__value-zone {
    padding: 96px 24px;
    background: #fff
}

.lead__value-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start
}

.lead__value-aside {
    position: relative
}

.lead__value-quote {
    font-size: 180px;
    line-height: 1;
    color: #F5E9E7;
    position: absolute;
    top: -40px;
    left: -20px;
    font-weight: 700;
    pointer-events: none
}

.lead__value-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    position: relative;
    z-index: 1
}

.lead__value-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: blur(2px);
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lead__value-img-wrap:hover .lead__value-img {
    filter: blur(0);
    transform: scale(1.05)
}

.lead__value-content {
    animation: lead-fade-in .65s cubic-bezier(0.22, 1, 0.36, 1) .15s backwards
}

@keyframes lead-fade-in {
    from {
        opacity: 0;
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.lead__value-h {
    font-size: 56px;
    line-height: 1.2;
    color: #1a0a0d;
    margin-bottom: 24px;
    font-weight: 900;
    letter-spacing: -.02em
}

.lead__value-p {
    font-size: 19px;
    line-height: 1.8;
    color: #3d2428;
    margin-bottom: 24px
}

.lead__value-p:last-child {
    margin-bottom: 0
}

.lead__conditions-zone {
    padding: 96px 24px;
    background: linear-gradient(215deg, #fefcfc 0%, #F5E9E7 100%);
    position: relative
}

.lead__conditions-inner {
    max-width: 1100px;
    margin: 0 auto
}

.lead__conditions-h {
    font-size: 56px;
    line-height: 1.2;
    color: #1a0a0d;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 900
}

.lead__conditions-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    counter-reset: step-counter;
    position: relative;
    padding-left: 60px
}

.lead__conditions-list::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: linear-gradient(180deg, #AA3F53 0%, #CDA5AF 100%);
    border-radius: 4px
}

.lead__conditions-item {
    counter-increment: step-counter;
    position: relative;
    animation: lead-fade-in .7s cubic-bezier(0.22, 1, 0.36, 1) backwards
}

.lead__conditions-item:nth-child(1) {
    animation-delay: .1s
}

.lead__conditions-item:nth-child(2) {
    animation-delay: .2s
}

.lead__conditions-item:nth-child(3) {
    animation-delay: .3s
}

.lead__conditions-item:nth-child(4) {
    animation-delay: .4s
}

.lead__conditions-item::before {
    content: counter(step-counter);
    position: absolute;
    left: -60px;
    top: 0;
    width: 48px;
    height: 48px;
    background: #AA3F53;
    color: #fff;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0 2px 6px -1px #aa3f530d
}

.lead__conditions-item-h {
    font-size: 19px;
    line-height: 1.2;
    color: #1a0a0d;
    margin-bottom: 12px;
    font-weight: 700
}

.lead__conditions-item-p {
    font-size: 15px;
    line-height: 1.8;
    color: #3d2428;
    margin: 0
}

.lead__approach-zone {
    padding: 96px 24px;
    background: #fff
}

.lead__approach-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.lead__approach-content {
    order: 2
}

.lead__approach-h {
    font-size: 56px;
    line-height: 1.2;
    color: #1a0a0d;
    margin-bottom: 24px;
    font-weight: 900;
    text-align: center
}

.lead__approach-p {
    font-size: 19px;
    line-height: 1.8;
    color: #3d2428;
    margin-bottom: 24px;
    text-align: left
}

.lead__approach-p:last-of-type {
    margin-bottom: 0
}

.lead__approach-visual {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lead__approach-card {
    background: linear-gradient(145deg, #fefcfc 0%, #F5E9E7 100%);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 2px 6px -1px #aa3f530d;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lead__approach-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.lead__approach-card-num {
    font-size: 56px;
    line-height: 1;
    color: #AA3F53;
    font-weight: 900
}

.lead__approach-card-label {
    font-size: 15px;
    line-height: 1.2;
    color: #3d2428;
    font-weight: 700
}

.lead__approach-card-arrow {
    width: 24px;
    height: 24px;
    margin-top: auto
}

.lead__approach-card-arrow svg {
    width: 100%;
    height: 100%;
    fill: #AA3F53
}

.lead__environment-zone {
    padding: 96px 24px;
    background-image: url(./web_assets/the_content-image-9.jpg);
    background-size: cover;
    background-position: center;
    position: relative
}

.lead__environment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffeb;
    pointer-events: none
}

.lead__environment-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto
}

.lead__environment-h {
    font-size: 56px;
    line-height: 1.2;
    color: #1a0a0d;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 900
}

.lead__environment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px
}

.lead__environment-split {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: transform .45s ease-in-out
}

.lead__environment-split:hover {
    transform: scale(1.02)
}

.lead__environment-split-left {
    background: linear-gradient(135deg, #AA3F53 0%, #CDA5AF 100%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.lead__environment-split-metric {
    font-size: 56px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    margin-bottom: 12px
}

.lead__environment-split-label {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    opacity: .9
}

.lead__environment-split-right {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fefcfc
}

.lead__environment-split-text {
    font-size: 15px;
    line-height: 1.8;
    color: #3d2428;
    margin: 0
}

@media (max-width: 1024px) {
    .lead__value-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .lead__value-quote {
        font-size: 140px
    }

    .lead__approach-inner {
        grid-template-columns: 1fr
    }

    .lead__approach-content {
        order: 1
    }

    .lead__approach-visual {
        order: 2
    }

    .lead__environment-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .lead__title-zone {
        padding: 48px 24px 96px
    }

    .lead__title-h {
        font-size: 41px
    }

    .lead__title-img {
        height: 320px
    }

    .lead__value-zone,
    .lead__conditions-zone,
    .lead__approach-zone,
    .lead__environment-zone {
        padding: 48px 24px
    }

    .lead__value-h,
    .lead__conditions-h,
    .lead__approach-h,
    .lead__environment-h {
        font-size: 41px
    }

    .lead__value-quote {
        font-size: 100px;
        top: -20px
    }

    .lead__conditions-list {
        padding-left: 48px
    }

    .lead__conditions-item::before {
        left: -48px;
        width: 40px;
        height: 40px;
        font-size: 15px
    }

    .lead__approach-visual {
        grid-template-columns: 1fr
    }

    .lead__environment-split {
        grid-template-columns: 1fr
    }

    .lead__environment-split-left {
        padding: 24px
    }
}

.etudes {
    max-width: 1400px;
    margin: 0 auto;
    background: #FFF
}

.etudes__intro {
    background: linear-gradient(168deg, #AA3F53 0%, #aa3f5300 78%);
    padding: 96px 24px 48px;
    position: relative;
    overflow: hidden
}

.etudes__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.etudes__intro-content {
    position: relative;
    z-index: 2
}

.etudes__intro-title {
    font-size: 70px;
    line-height: 1.2;
    color: #FFF;
    margin: 0 0 24px
}

.etudes__intro-desc {
    font-size: 19px;
    line-height: 1.8;
    color: #fffffff2;
    margin: 0 0 48px;
    max-width: 520px
}

.etudes__intro-actions {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.etudes__intro-link {
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #FFF;
    border-radius: 4px;
    display: inline-block;
    transition: background-color .52s cubic-bezier(0.22, 1, 0.36, 1), color .52s cubic-bezier(0.22, 1, 0.36, 1)
}

.etudes__intro-link:hover {
    background-color: #FFF;
    color: #AA3F53
}

.etudes__intro-visual {
    position: relative
}

.etudes__intro-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 22px;
    border: 4px solid #ffffff4d;
    position: relative;
    background: linear-gradient(135deg, #aa3f5366 0%, #cda5af33 100%)
}

.etudes__intro-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #F5E9E7;
    border-radius: 0 0 22px 22px
}

.etudes__intro::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 180px 180px 0;
    border-color: transparent #F5E9E7 transparent transparent;
    opacity: .4
}

.etudes__grid {
    padding: 96px 24px;
    background: #FFF
}

.etudes__grid-title {
    font-size: 56px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    text-align: center
}

.etudes__grid-divider {
    width: 120px;
    height: 3px;
    background: #CDA5AF;
    margin: 0 auto 48px
}

.etudes__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px
}

.etudes__card {
    background: #FFF;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    transition: transform .58s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .58s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.etudes__card:nth-child(2) {
    margin-top: 48px
}

.etudes__card:nth-child(4) {
    margin-top: 48px
}

.etudes__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.etudes__card-link {
    text-decoration: none;
    color: inherit;
    display: block
}

.etudes__card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 280px;
    border: 4px solid #F5E9E7;
    border-bottom: none
}

.etudes__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .64s cubic-bezier(0.22, 1, 0.36, 1)
}

.etudes__card:hover .etudes__card-img {
    transform: scale(1.08)
}

.etudes__card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #AA3F53;
    color: #FFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600
}

.etudes__card-body {
    padding: 24px;
    border: 4px solid #F5E9E7;
    border-top: none;
    border-radius: 0 0 22px 22px
}

.etudes__card-title {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 700
}

.etudes__card-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0
}

.etudes__metrics {
    padding: 96px 24px;
    background: #F5E9E7
}

.etudes__metrics-inner {
    max-width: 900px;
    margin: 0 auto
}

.etudes__metrics-heading {
    font-size: 41px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 48px;
    text-align: center;
    font-weight: 900;
    letter-spacing: -.02em
}

.etudes__table-wrap {
    overflow-x: auto;
    border-radius: 22px;
    background: #FFF;
    border: 4px solid #CDA5AF;
    box-shadow: 0 5px 18px -1px #aa3f5317
}

.etudes__table {
    width: 100%;
    border-collapse: collapse
}

.etudes__table thead {
    background: #AA3F53;
    color: #FFF
}

.etudes__table th {
    padding: 12px 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 700
}

.etudes__table td {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    border-bottom: 1px solid #F5E9E7
}

.etudes__table tbody tr {
    background: #FFF;
    transition: background-color .48s ease-in-out
}

.etudes__table tbody tr:nth-child(even) {
    background: #FCFBFB
}

.etudes__table tbody tr:hover {
    background: #F5E9E7
}

.etudes__process {
    padding: 96px 24px;
    background: #FFF;
    position: relative
}

.etudes__process::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 160px 160px;
    border-color: transparent transparent #F5E9E7
}

.etudes__process-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.etudes__process-content {
    position: relative
}

.etudes__process-label {
    font-size: 41px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 24px;
    font-weight: 900;
    letter-spacing: -.01em
}

.etudes__process-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 48px
}

.etudes__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
    position: relative
}

.etudes__steps::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 48px;
    bottom: 48px;
    width: 2px;
    background: #CDA5AF
}

.etudes__step {
    position: relative;
    padding-left: 72px;
    margin-bottom: 48px;
    counter-increment: step-counter
}

.etudes__step::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #AA3F53;
    color: #FFF;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    z-index: 1
}

.etudes__step-title {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 700
}

.etudes__step-detail {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0
}

.etudes__process-visual {
    position: relative
}

.etudes__process-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 22px;
    border: 4px solid #CDA5AF;
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.etudes__transform {
    padding: 96px 24px;
    background: #AA3F53;
    position: relative;
    overflow: hidden
}

.etudes__transform::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 200px 0 0;
    border-color: #f5e9e726 transparent transparent
}

.etudes__transform-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.etudes__transform-question {
    font-size: 56px;
    line-height: 1.2;
    color: #FFF;
    margin: 0 0 24px;
    font-weight: 900
}

.etudes__transform-answer {
    font-size: 19px;
    line-height: 1.8;
    color: #fffffff2;
    margin: 0 0 48px
}

.etudes__transform-cta {
    display: inline-block;
    font-size: 15px;
    color: #AA3F53;
    background: #FFF;
    text-decoration: none;
    padding: 12px 48px;
    border-radius: 4px;
    transition: background-color .56s cubic-bezier(0.22, 1, 0.36, 1), color .56s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .56s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600
}

.etudes__transform-cta:hover {
    background: #F5E9E7;
    box-shadow: 0 8px 32px -1px #0003
}

@media (max-width: 1024px) {
    .etudes__intro-grid {
        grid-template-columns: 1fr
    }

    .etudes__intro-img {
        height: 380px
    }

    .etudes__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .etudes__card:nth-child(2) {
        margin-top: 0
    }

    .etudes__card:nth-child(4) {
        margin-top: 0
    }

    .etudes__process-layout {
        grid-template-columns: 1fr
    }

    .etudes__process-img {
        height: 420px
    }
}

@media (max-width: 768px) {
    .etudes__intro {
        padding: 48px 24px 24px
    }

    .etudes__intro-title {
        font-size: 41px
    }

    .etudes__intro-desc {
        font-size: 15px
    }

    .etudes__intro-img {
        height: 320px
    }

    .etudes__grid {
        padding: 48px 24px
    }

    .etudes__grid-title {
        font-size: 41px
    }

    .etudes__cards {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .etudes__metrics {
        padding: 48px 24px
    }

    .etudes__metrics-heading {
        font-size: 19px
    }

    .etudes__table th,
    .etudes__table td {
        padding: 12px;
        font-size: 15px
    }

    .etudes__process {
        padding: 48px 24px
    }

    .etudes__process-label {
        font-size: 19px
    }

    .etudes__process-img {
        height: 340px
    }

    .etudes__transform {
        padding: 48px 24px
    }

    .etudes__transform-question {
        font-size: 41px
    }

    .etudes__transform-answer {
        font-size: 15px
    }
}

@keyframes etudes-fade-in {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.etudes__card {
    animation: etudes-fade-in .68s cubic-bezier(0.22, 1, 0.36, 1) backwards
}

.etudes__card:nth-child(1) {
    animation-delay: .12s
}

.etudes__card:nth-child(2) {
    animation-delay: .24s
}

.etudes__card:nth-child(3) {
    animation-delay: .36s
}

@keyframes etudes-color-shift {
    from {
        background-color: #CDA5AF
    }

    to {
        background-color: #AA3F53
    }
}

.etudes__intro {
    animation: etudes-color-shift 1.2s ease-in-out forwards
}

.etudes__card-link:hover .etudes__card-title {
    transition: color .48s ease-in-out
}

.etudes__card-link:focus .etudes__card-title {
    color: #CDA5AF
}

.etudes__card-link:active .etudes__card {
    transform: translateY(-4px)
}

.success-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 24px;
    background: linear-gradient(162deg, #F5E9E7 0%, #fff 100%)
}

.success-page .confirmation-block {
    background: #fff;
    border-radius: 22px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 5px 18px -1px #aa3f5317;
    margin: 0 0 48px
}

.success-page .confirmation-block__icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #AA3F53 0%, #CDA5AF 100%);
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 60px -1px #aa3f531c
}

.success-page .confirmation-block__icon svg {
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 3;
    fill: none
}

.success-page .confirmation-block__title {
    font-size: 56px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 900
}

.success-page .confirmation-block__message {
    font-size: 19px;
    line-height: 1.8;
    color: #2a2a2a;
    margin: 0 0 24px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.success-page .confirmation-block__detail {
    font-size: 15px;
    line-height: 1.8;
    color: #5a5a5a;
    margin: 0
}

.success-page .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin: 0 0 48px
}

.success-page .info-card {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    border: 2px solid #F5E9E7;
    transition: border-color .52s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .info-card:hover {
    border-color: #CDA5AF
}

.success-page .info-card__heading {
    font-size: 19px;
    line-height: 1.2;
    color: #AA3F53;
    margin: 0 0 12px;
    font-weight: 900
}

.success-page .info-card__text {
    font-size: 15px;
    line-height: 1.8;
    color: #3a3a3a;
    margin: 0
}

.success-page .step-section {
    background: #fff;
    border-radius: 38px;
    padding: 48px;
    margin: 0 0 48px;
    box-shadow: 0 2px 6px -1px #cda5af0d
}

.success-page .step-section__title {
    font-size: 41px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 48px;
    text-align: center;
    font-weight: 900
}

.success-page .step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter
}

.success-page .step-list__item {
    position: relative;
    padding: 0 0 0 72px;
    margin: 0 0 48px;
    counter-increment: step-counter
}

.success-page .step-list__item:last-child {
    margin: 0
}

.success-page .step-list__item:last-child::after {
    display: none
}

.success-page .step-list__item::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: #AA3F53;
    color: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    line-height: 1
}

.success-page .step-list__item::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 56px;
    width: 2px;
    height: calc(100% + 40px);
    background: #CDA5AF
}

.success-page .step-list__heading {
    font-size: 19px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 12px;
    font-weight: 900
}

.success-page .step-list__description {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0
}

.success-page .action-zone {
    background: linear-gradient(218deg, #F5E9E7 0%, #CDA5AF 100%);
    border-radius: 22px;
    padding: 48px;
    text-align: center
}

.success-page .action-zone__heading {
    font-size: 41px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 24px;
    font-weight: 900
}

.success-page .action-zone__text {
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a;
    margin: 0 0 24px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.success-page .action-zone__button {
    display: inline-block;
    padding: 12px 48px;
    background: transparent;
    color: #AA3F53;
    border: 2px solid #AA3F53;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .46s ease-in-out, color .46s ease-in-out;
    cursor: pointer
}

.success-page .action-zone__button:hover {
    background: #AA3F53;
    color: #fff
}

@media (max-width: 768px) {
    .success-page {
        padding: 48px 12px
    }

    .success-page .confirmation-block {
        padding: 24px
    }

    .success-page .confirmation-block__title {
        font-size: 41px
    }

    .success-page .step-section {
        padding: 24px
    }

    .success-page .step-section__title {
        font-size: 28px
    }

    .success-page .action-zone {
        padding: 24px
    }

    .success-page .action-zone__heading {
        font-size: 28px
    }

    .success-page .info-grid {
        grid-template-columns: 1fr
    }
}