.profi-renovation-content,
.profi-renovation-content .profi-renovation-wrap,
.profi-renovation-content .profi-renovation {
    width: 100% !important;
    max-width: none;
}

.profi-renovation {
    --ren-accent: #ac3f21;
    --ren-accent-dark: #762a18;
    --ren-gold: #f2bd55;
    --ren-ink: #172225;
    --ren-ink-soft: #263337;
    --ren-muted: #667376;
    --ren-soft: #f6f3f0;
    --ren-line: #e5ded8;
    overflow: hidden;
    background: #fff;
    color: var(--ren-ink);
}

.profi-renovation,
.profi-renovation * {
    box-sizing: border-box;
}

.profi-renovation-wrap {
    padding: 0 !important;
}

.profi-renovation h1,
.profi-renovation h2,
.profi-renovation h3,
.profi-renovation p {
    letter-spacing: 0;
    text-transform: none;
}

.profi-renovation__hero {
    position: relative;
    padding: 78px 0 88px;
    background:
        linear-gradient(90deg, rgba(28, 20, 19, .96) 0%, rgba(48, 27, 24, .88) 48%, rgba(126, 42, 25, .62) 100%),
        url('images/gallery/IMG_0015.jpg') center 46% / cover no-repeat;
    color: #fff;
}

.profi-renovation__hero::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(242, 189, 85, .2);
    border-radius: 50%;
    pointer-events: none;
}

.profi-renovation__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(370px, .72fr);
    gap: 54px;
    align-items: center;
}

.profi-renovation__eyebrow,
.profi-renovation__form-kicker,
.profi-renovation__kicker {
    margin: 0 0 13px;
    color: var(--ren-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .075em !important;
    line-height: 1.35;
    text-transform: uppercase !important;
}

.profi-renovation__eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.profi-renovation__hero h1 {
    max-width: 750px;
    margin: 0 0 21px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 68px);
    font-weight: 800;
    line-height: 1.04;
}

.profi-renovation__hero-lead {
    max-width: 690px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    line-height: 1.7;
}

.profi-renovation__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.profi-renovation__button {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.profi-renovation__button:hover,
.profi-renovation__button:focus {
    transform: translateY(-1px);
}

.profi-renovation__button--primary {
    background: linear-gradient(135deg, var(--ren-accent), #c85331);
    color: #fff;
    box-shadow: 0 14px 30px rgba(172, 63, 33, .25);
}

.profi-renovation__button--primary:hover,
.profi-renovation__button--primary:focus {
    background: var(--ren-accent-dark);
    color: #fff;
}

.profi-renovation__button--ghost {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.profi-renovation__button--ghost:hover,
.profi-renovation__button--ghost:focus {
    background: #fff;
    color: var(--ren-ink);
}

.profi-renovation__hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    max-width: 700px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.profi-renovation__hero-points li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .91);
    font-weight: 700;
    line-height: 1.45;
}

.profi-renovation__hero-points i {
    margin-top: 3px;
    color: var(--ren-gold);
}

.profi-renovation__form-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    color: var(--ren-ink);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.profi-renovation__form-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--ren-accent), var(--ren-gold));
}

.profi-renovation__form-card h2 {
    margin: 0 0 9px;
    color: var(--ren-ink);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.profi-renovation__form-card > p:not(.profi-renovation__form-kicker) {
    margin: 0 0 21px;
    color: var(--ren-muted);
    line-height: 1.6;
}

.profi-renovation__form-card .profi-contact-form form.row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 0;
}

.profi-renovation__form-card .profi-contact-form form > [class*="col-"] {
    grid-column: 1;
    grid-row: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    flex: none;
}

.profi-renovation__form-card .profi-contact-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--ren-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.profi-renovation__form-card .sm-form-control {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #ddd5cf;
    border-radius: 8px;
    background: #fbfaf9;
    color: var(--ren-ink);
    box-shadow: none;
}

.profi-renovation__form-card textarea.sm-form-control {
    min-height: 82px;
    resize: vertical;
}

.profi-renovation__form-card .sm-form-control:focus {
    border-color: var(--ren-accent);
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(172, 63, 33, .11);
}

.profi-renovation__form-card .profi-privacy-field {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 10px 11px !important;
    border: 1px solid var(--ren-line);
    border-radius: 8px;
    background: var(--ren-soft);
}

.profi-renovation__form-card .profi-privacy-field input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--ren-accent);
}

.profi-renovation__form-card .profi-privacy-field label {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    text-transform: none;
}

.profi-renovation__form-card .profi-privacy-field a {
    color: var(--ren-accent);
    font-weight: 800;
    text-decoration: underline;
}

.profi-renovation__form-card button[type="submit"] {
    width: 100%;
    min-height: 50px;
    margin: 0 !important;
    border: 0;
    border-radius: 8px;
    background: var(--ren-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 12px 25px rgba(172, 63, 33, .22);
}

.profi-renovation__trust {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.profi-renovation__trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--ren-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(23, 34, 37, .1);
}

.profi-renovation__trust-grid article {
    padding: 25px 23px;
    border-right: 1px solid var(--ren-line);
}

.profi-renovation__trust-grid article:last-child {
    border-right: 0;
}

.profi-renovation__trust-grid span {
    display: block;
    margin-bottom: 4px;
    color: var(--ren-accent);
    font-size: 21px;
    font-weight: 800;
}

.profi-renovation__trust-grid p {
    margin: 0;
    color: var(--ren-muted);
    line-height: 1.5;
}

.profi-renovation__section {
    padding: 92px 0;
}

.profi-renovation__section--soft {
    background: var(--ren-soft);
}

.profi-renovation__intro {
    max-width: 800px;
    margin: 0 auto 42px;
    text-align: center;
}

.profi-renovation__intro h2,
.profi-renovation__split-copy h2,
.profi-renovation__scope-grid h2,
.profi-renovation__offer h2,
.profi-renovation__guarantee h2 {
    margin: 0 0 16px;
    color: var(--ren-ink);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
}

.profi-renovation__intro > p:last-child,
.profi-renovation__split-copy > p,
.profi-renovation__scope-grid > div:first-child > p:last-child {
    color: var(--ren-muted);
    font-size: 17px;
    line-height: 1.7;
}

.profi-renovation__solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.profi-renovation__solution-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--ren-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(23, 34, 37, .07);
}

.profi-renovation__solution-card--featured {
    border-color: rgba(172, 63, 33, .34);
    transform: translateY(-9px);
    box-shadow: 0 22px 48px rgba(172, 63, 33, .12);
}

.profi-renovation__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 21px;
    border-radius: 50%;
    background: rgba(172, 63, 33, .1);
    color: var(--ren-accent);
    font-weight: 800;
}

.profi-renovation__solution-card h3 {
    margin: 0 0 12px;
    color: var(--ren-ink);
    font-size: 23px;
    font-weight: 800;
}

.profi-renovation__solution-card p {
    margin: 0 0 18px;
    color: var(--ren-muted);
    line-height: 1.65;
}

.profi-renovation__solution-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.profi-renovation__solution-card li {
    position: relative;
    padding-left: 18px;
    color: var(--ren-ink-soft);
    font-weight: 700;
}

.profi-renovation__solution-card li::before {
    content: "";
    position: absolute;
    top: .63em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ren-accent);
}

.profi-renovation__split,
.profi-renovation__scope-grid,
.profi-renovation__offer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.profi-renovation__split--reverse .profi-renovation__photo-card {
    order: 2;
}

.profi-renovation__warning-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.profi-renovation__warning-grid div {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--ren-line);
    border-radius: 9px;
    background: #fff;
    color: var(--ren-ink-soft);
    font-weight: 700;
}

.profi-renovation__warning-grid i {
    color: var(--ren-accent);
    font-size: 20px;
}

.profi-renovation__photo-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 12px;
    background: var(--ren-ink);
    box-shadow: 0 22px 55px rgba(23, 34, 37, .16);
}

.profi-renovation__photo-card img {
    width: 100%;
    min-height: 470px;
    object-fit: cover;
}

.profi-renovation__photo-card figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(23, 34, 37, .88);
    color: #fff;
    font-weight: 700;
    line-height: 1.45;
}

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

.profi-renovation__roof-grid article {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 300px;
    overflow: hidden;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(14, 22, 24, .08) 20%, rgba(14, 22, 24, .93) 100%),
        var(--roof-image) center / cover no-repeat;
    box-shadow: 0 14px 35px rgba(23, 34, 37, .12);
}

.profi-renovation__roof-grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: inherit;
}

.profi-renovation__roof-grid article div {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.profi-renovation__roof-grid h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}

.profi-renovation__roof-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    line-height: 1.55;
}

.profi-renovation__offer {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 10%, rgba(172, 63, 33, .44), transparent 36%),
        linear-gradient(135deg, #172225 0%, #222d30 100%);
    color: #fff;
}

.profi-renovation__offer::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -110px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(242, 189, 85, .22);
    border-radius: 50%;
}

.profi-renovation__offer-grid {
    position: relative;
    z-index: 1;
}

.profi-renovation__offer-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.profi-renovation__offer-image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.profi-renovation__offer-image span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 13px 16px;
    border-radius: 8px;
    background: var(--ren-accent);
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.profi-renovation__offer h2 {
    color: #fff;
}

.profi-renovation__offer-copy > p:not(.profi-renovation__kicker, .profi-renovation__price-note) {
    color: rgba(255, 255, 255, .79);
    font-size: 17px;
    line-height: 1.7;
}

.profi-renovation__price {
    display: flex;
    gap: 11px;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 20px 0;
}

.profi-renovation__price strong {
    color: var(--ren-gold);
    font-size: clamp(46px, 6vw, 72px);
    font-weight: 800;
    line-height: 1;
}

.profi-renovation__price span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.profi-renovation__offer-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.profi-renovation__offer-copy li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #fff;
    font-weight: 700;
    line-height: 1.45;
}

.profi-renovation__offer-copy li i {
    margin-top: 3px;
    color: var(--ren-gold);
}

.profi-renovation__price-note {
    margin: 18px 0 0;
    padding: 13px 15px;
    border-left: 3px solid var(--ren-gold);
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.55;
}

.profi-renovation__scope-grid {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.profi-renovation__scope-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.profi-renovation__scope-list div {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 17px;
    border: 1px solid var(--ren-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 34, 37, .05);
}

.profi-renovation__scope-list span {
    color: var(--ren-accent);
    font-weight: 800;
}

.profi-renovation__scope-list p {
    margin: 0;
    color: var(--ren-ink-soft);
    font-weight: 700;
    line-height: 1.45;
}

.profi-renovation__reason-list {
    display: grid;
    gap: 13px;
    margin-top: 25px;
}

.profi-renovation__reason-list article {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid var(--ren-line);
    border-radius: 9px;
    background: #fff;
}

.profi-renovation__reason-list article > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: rgba(172, 63, 33, .1);
    color: var(--ren-accent);
    font-size: 20px;
}

.profi-renovation__reason-list h3 {
    margin: 0 0 4px;
    color: var(--ren-ink);
    font-size: 18px;
    font-weight: 800;
}

.profi-renovation__reason-list p {
    margin: 0;
    color: var(--ren-muted);
    line-height: 1.55;
}

.profi-renovation__guarantee {
    position: relative;
    padding: 88px 0;
    background:
        linear-gradient(90deg, rgba(17, 27, 29, .97), rgba(17, 27, 29, .88)),
        url('images/gallery/20200302_150737.jpg') center / cover no-repeat;
    color: #fff;
}

.profi-renovation__guarantee header {
    max-width: 780px;
    margin-bottom: 34px;
}

.profi-renovation__guarantee h2 {
    color: #fff;
}

.profi-renovation__guarantee header > p:last-child {
    color: rgba(255, 255, 255, .77);
    font-size: 17px;
    line-height: 1.7;
}

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

.profi-renovation__guarantee-grid article {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(6px);
}

.profi-renovation__guarantee-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--ren-gold);
    color: var(--ren-ink);
    font-weight: 800;
}

.profi-renovation__guarantee-grid h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.profi-renovation__guarantee-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .73);
    line-height: 1.6;
}

.profi-renovation__guarantee-note {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.profi-renovation__reference-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 210px;
    gap: 14px;
}

.profi-renovation__reference-grid figure {
    position: relative;
    grid-column: span 3;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
    background: var(--ren-ink);
}

.profi-renovation__reference-grid .profi-renovation__reference-before,
.profi-renovation__reference-grid .profi-renovation__reference-after {
    grid-column: span 6;
    grid-row: span 2;
}

.profi-renovation__reference-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.profi-renovation__reference-grid figure:hover img {
    transform: scale(1.025);
}

.profi-renovation__reference-grid figcaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 9px 12px;
    border-radius: 7px;
    background: rgba(23, 34, 37, .86);
    color: #fff;
    font-weight: 800;
}

.profi-renovation__process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.profi-renovation__process li {
    position: relative;
    padding: 25px 22px;
    border: 1px solid var(--ren-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23, 34, 37, .06);
}

.profi-renovation__process li::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -15px;
    width: 15px;
    border-top: 2px solid var(--ren-line);
}

.profi-renovation__process li:last-child::after {
    display: none;
}

.profi-renovation__process span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--ren-accent);
    color: #fff;
    font-weight: 800;
}

.profi-renovation__process h3 {
    margin: 0 0 8px;
    color: var(--ren-ink);
    font-size: 18px;
    font-weight: 800;
}

.profi-renovation__process p {
    margin: 0;
    color: var(--ren-muted);
    line-height: 1.55;
}

.profi-renovation__faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profi-renovation__faq details {
    padding: 0 20px;
    border: 1px solid var(--ren-line);
    border-radius: 9px;
    background: #fff;
}

.profi-renovation__faq summary {
    position: relative;
    padding: 19px 30px 19px 0;
    color: var(--ren-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.profi-renovation__faq summary::-webkit-details-marker {
    display: none;
}

.profi-renovation__faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 0;
    color: var(--ren-accent);
    font-size: 23px;
}

.profi-renovation__faq details[open] summary::after {
    content: "–";
}

.profi-renovation__faq details p {
    margin: 0 0 19px;
    color: var(--ren-muted);
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .profi-renovation__hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr);
        gap: 36px;
    }

    .profi-renovation__process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .profi-renovation__process li::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .profi-renovation__hero {
        padding: 66px 0;
    }

    .profi-renovation__hero-grid,
    .profi-renovation__split,
    .profi-renovation__scope-grid,
    .profi-renovation__offer-grid {
        grid-template-columns: 1fr;
    }

    .profi-renovation__split--reverse .profi-renovation__photo-card {
        order: initial;
    }

    .profi-renovation__trust {
        margin-top: 0;
        padding-top: 24px;
    }

    .profi-renovation__trust-grid,
    .profi-renovation__roof-grid,
    .profi-renovation__guarantee-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profi-renovation__solution-grid {
        grid-template-columns: 1fr;
    }

    .profi-renovation__solution-card--featured {
        transform: none;
    }

    .profi-renovation__reference-grid .profi-renovation__reference-before,
    .profi-renovation__reference-grid .profi-renovation__reference-after {
        grid-column: span 12;
        grid-row: span 2;
    }

    .profi-renovation__reference-grid figure {
        grid-column: span 6;
    }
}

@media (max-width: 767px) {
    #logo a {
        height: 100%;
    }

    #logo img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: auto !important;
        height: auto !important;
        max-width: 140px !important;
        max-height: calc(100% - 16px) !important;
        margin: 0 auto !important;
    }

    .profi-renovation__hero {
        padding: 52px 0 48px;
    }

    .profi-renovation__hero h1 {
        font-size: 39px;
    }

    .profi-renovation__hero-lead {
        font-size: 17px;
    }

    .profi-renovation__hero-points,
    .profi-renovation__trust-grid,
    .profi-renovation__warning-grid,
    .profi-renovation__roof-grid,
    .profi-renovation__offer-copy ul,
    .profi-renovation__scope-list,
    .profi-renovation__guarantee-grid,
    .profi-renovation__process,
    .profi-renovation__faq {
        grid-template-columns: 1fr;
    }

    .profi-renovation__trust-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--ren-line);
    }

    .profi-renovation__trust-grid article:last-child {
        border-bottom: 0;
    }

    .profi-renovation__section,
    .profi-renovation__offer,
    .profi-renovation__guarantee {
        padding: 60px 0;
    }

    .profi-renovation__form-card,
    .profi-renovation__solution-card {
        padding: 24px;
    }

    .profi-renovation__photo-card img,
    .profi-renovation__offer-image img {
        min-height: 360px;
    }

    .profi-renovation__roof-grid article {
        min-height: 270px;
    }

    .profi-renovation__price strong {
        font-size: 49px;
    }

    .profi-renovation__reference-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }

    .profi-renovation__reference-grid figure,
    .profi-renovation__reference-grid .profi-renovation__reference-before,
    .profi-renovation__reference-grid .profi-renovation__reference-after {
        grid-column: 1;
        grid-row: auto;
    }

    .profi-renovation__actions .profi-renovation__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .profi-renovation__button,
    .profi-renovation__reference-grid img {
        transition: none;
    }
}
