.rv-page-content {
    max-width: 1160px;
}

.rv-page-content > p:first-child {
    max-width: 900px;
    font: 500 23px/1.75 Manrope, Arial, sans-serif;
    color: #425762;
}

.rv-content-section {
    padding: 45px 0;
    border-bottom: 1px solid #e6ded3;
}

.rv-content-section:last-child {
    border-bottom: 0;
}

.rv-content-section h2 {
    max-width: 850px;
    margin: 0 0 20px;
    font: 600 clamp(34px, 4vw, 52px)/1.12 Georgia, serif;
    letter-spacing: -.025em;
    color: #172631;
}

.rv-content-section h3 {
    margin: 0 0 12px;
    font: 600 25px/1.25 Georgia, serif;
    color: #172631;
}

.rv-content-section > p {
    max-width: 900px;
    color: #5e6f79;
    font-size: 17px;
    line-height: 1.85;
}

.rv-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.rv-content-grid.rv-two {
    grid-template-columns: repeat(2, 1fr);
}

.rv-content-card {
    background: #fff;
    border: 1px solid #e6ded3;
    border-radius: 18px;
    padding: 26px;
}

.rv-content-card strong {
    display: block;
    margin-bottom: 8px;
    font: 600 22px/1.3 Georgia, serif;
    color: #06286f;
}

.rv-content-card p {
    margin: 0;
    color: #63747e;
    font-size: 14px;
    line-height: 1.75;
}

.rv-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 28px;
    padding: 0;
    margin: 27px 0;
    list-style: none;
}

.rv-checklist li {
    position: relative;
    padding: 14px 15px 14px 45px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #e9e2d7;
    color: #435760;
}

.rv-checklist li:before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f7ef;
    color: #2b8552;
    font-size: 11px;
    font-weight: 900;
}

.rv-process {
    counter-reset: rvstep;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 30px;
}

.rv-process div {
    counter-increment: rvstep;
    min-height: 185px;
    padding: 24px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(145deg,#071421,#06286f);
}

.rv-process div:before {
    content: "0" counter(rvstep);
    display: block;
    margin-bottom: 38px;
    color: #83caec;
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 800;
}

.rv-process strong {
    display: block;
    font: 600 21px Georgia, serif;
    margin-bottom: 7px;
}

.rv-process span {
    color: #b1c0c9;
    font-size: 13px;
    line-height: 1.65;
}

.rv-content-callout {
    margin: 45px 0 5px;
    padding: 38px;
    border-radius: 21px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%,rgba(131,202,236,.25),transparent 30%),
        linear-gradient(120deg,#06286f,#0b314d);
}

.rv-content-callout small {
    color: #83caec;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.rv-content-callout h2 {
    color: #fff;
    margin: 10px 0 12px;
}

.rv-content-callout p {
    max-width: 800px;
    color: #c1ced6;
}

.rv-content-callout a {
    display: inline-flex;
    margin-top: 8px;
    padding: 13px 19px;
    border-radius: 999px;
    background: #d59a26;
    color: #071421;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.rv-faq details {
    margin-bottom: 11px;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e6ded3;
}

.rv-faq summary {
    cursor: pointer;
    font-weight: 800;
    color: #172631;
}

.rv-faq details p {
    color: #60727d;
    font-size: 15px;
}

@media(max-width:900px) {
    .rv-content-grid,
    .rv-content-grid.rv-two,
    .rv-process {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:620px) {
    .rv-content-grid,
    .rv-content-grid.rv-two,
    .rv-process,
    .rv-checklist {
        grid-template-columns: 1fr;
    }

    .rv-page-content > p:first-child {
        font-size: 19px;
    }

    .rv-content-callout {
        padding: 27px;
    }
}

/* RESTOVAR RESOURCE HUB */

.rv-resource-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 35px;
}

.rv-resource-card {
    min-height: 275px;
    padding: 28px;
    border-radius: 19px;
    border: 1px solid #e6ded3;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.rv-resource-card small {
    color: #927334;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}

.rv-resource-card h3 {
    margin: 18px 0 12px;
    font: 600 25px/1.25 Georgia,serif;
}

.rv-resource-card h3 a {
    color: #172631;
    text-decoration: none;
}

.rv-resource-card p {
    margin: 0 0 22px;
    color: #63747e;
    font-size: 14px;
    line-height: 1.75;
}

.rv-resource-link {
    margin-top: auto;
    color: #06286f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.rv-resource-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 65px;
    align-items: start;
}

.rv-resource-article {
    max-width: 820px;
}

.rv-resource-article > p:first-child {
    font-size: 21px;
    color: #425762;
    line-height: 1.75;
}

.rv-resource-article h2 {
    margin: 55px 0 18px;
    font: 600 38px/1.15 Georgia,serif;
    color: #172631;
}

.rv-resource-article h3 {
    margin: 35px 0 12px;
    font: 600 27px/1.2 Georgia,serif;
    color: #172631;
}

.rv-resource-article p,
.rv-resource-article li {
    color: #596b76;
    font-size: 17px;
    line-height: 1.9;
}

.rv-resource-article ul,
.rv-resource-article ol {
    padding-left: 25px;
}

.rv-resource-article a {
    color: #06286f;
    font-weight: 700;
}

.rv-resource-sidebar {
    position: sticky;
    top: 120px;
}

.rv-sidebar-card {
    padding: 26px;
    border-radius: 19px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0,rgba(131,202,236,.25),transparent 35%),
        linear-gradient(145deg,#071421,#06286f);
}

.rv-sidebar-card small {
    color: #83caec;
    font-size: 9px;
    letter-spacing: .15em;
}

.rv-sidebar-card h3 {
    font: 600 27px/1.25 Georgia,serif;
}

.rv-sidebar-card p {
    color: #aebfc9;
    font-size: 13px;
    line-height: 1.75;
}

.rv-sidebar-card a {
    color: #efc762;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.rv-sidebar-links {
    margin-top: 16px;
    padding: 24px;
    border-radius: 17px;
    border: 1px solid #e6ded3;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rv-sidebar-links strong {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.rv-sidebar-links a {
    color: #536873;
    text-decoration: none;
    font-size: 13px;
}

.rv-sidebar-links a:hover {
    color: #06286f;
}

@media(max-width:950px) {

    .rv-resource-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rv-resource-layout {
        grid-template-columns: 1fr;
    }

    .rv-resource-sidebar {
        position: static;
    }
}

@media(max-width:620px) {

    .rv-resource-grid {
        grid-template-columns: 1fr;
    }

    .rv-resource-article h2 {
        font-size: 33px;
    }

}

/* RESTOVAR PROPERTY ENQUIRY FORM */

.rv-property-form {
    position: relative;
    margin-top: 45px;
    padding: 42px;
    background: #fff;
    border: 1px solid #e6ded3;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(9,35,52,.07);
}

.rv-form-heading {
    max-width: 760px;
    margin-bottom: 35px;
}

.rv-form-heading small {
    color: #927334;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.rv-form-heading h2 {
    margin: 8px 0 12px;
    font: 600 44px/1.1 Georgia,serif;
    letter-spacing: -.025em;
    color: #172631;
}

.rv-form-heading p {
    color: #63747e;
    font-size: 15px;
}

.rv-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
}

.rv-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rv-field-full {
    grid-column: 1 / -1;
}

.rv-field label {
    color: #253943;
    font-size: 12px;
    font-weight: 800;
}

.rv-field input,
.rv-field select,
.rv-field textarea {
    width: 100%;
    min-height: 53px;
    border: 1px solid #dce2e5;
    border-radius: 12px;
    padding: 13px 15px;
    background: #fafbfb;
    color: #172631;
    font: 500 15px/1.5 Manrope,Arial,sans-serif;
    outline: 0;
    transition: .2s;
}

.rv-field textarea {
    min-height: 145px;
    resize: vertical;
}

.rv-field input:focus,
.rv-field select:focus,
.rv-field textarea:focus {
    border-color: #83caec;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(131,202,236,.14);
}

.rv-field input::placeholder,
.rv-field textarea::placeholder {
    color: #9aa8af;
}

.rv-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #647680;
    font-size: 12px;
    line-height: 1.6;
}

.rv-consent input {
    margin-top: 3px;
}

.rv-form-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(135deg,#efcb6c,#d59a26);
    color: #071421;
    font: 800 14px Manrope,Arial,sans-serif;
    transition: .2s;
}

.rv-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(213,154,38,.22);
}

.rv-form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.rv-form-message {
    margin: 0 0 24px;
    padding: 20px 22px;
    border-radius: 14px;
}

.rv-form-message strong {
    display: block;
    margin-bottom: 4px;
}

.rv-form-message p {
    margin: 0;
    font-size: 14px;
}

.rv-form-success {
    color: #17633b;
    border: 1px solid #bce2cb;
    background: #eef9f2;
}

.rv-form-error {
    color: #8c3029;
    border: 1px solid #edc7c3;
    background: #fff3f2;
}

@media(max-width:680px) {

    .rv-property-form {
        padding: 25px;
    }

    .rv-form-grid {
        grid-template-columns: 1fr;
    }

    .rv-field-full {
        grid-column: auto;
    }

    .rv-form-heading h2 {
        font-size: 35px;
    }

    .rv-form-submit {
        width: 100%;
    }
}
