@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600;6..96,700&family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #14133d;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-bottom: none !important;
    border-left: 1px solid #aaa;
    border-top: none !important
}

:root {
    --navy: #11113d;
    --navy-2: #252450;
    --ink: #1d1d3f;
    --muted: #5f6172;
    --line: #cfd3dc;
    --paper: #f4f5f7;
    --white: #ffffff;
    --cream: #efebdf;
    --cream-2: #e1ddcf;
    --blue-soft: #c1d1e8;
    --gold: #bda86e;
    --gold-dark: #a99255;
    --shadow: 0 16px 30px rgba(17, 17, 61, .11);
    --serif: "Bodoni Moda", "Bodoni 72", Didot, "Times New Roman", serif;
    --sans: "Montserrat", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: .01em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 20;
    height: 118px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 27px;
    color: var(--white);
}

.brand img {
    width: 96px;
}

.main-nav {
    display: flex;
    gap: 58px;
    align-items: center;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .04em;
}

.main-nav a {
    opacity: .95;
    transition: opacity .2s ease;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.main-nav a:hover {
    opacity: .65;
}

.hero {
    position: relative;
    min-height: 886px;
    overflow: hidden;
    color: var(--white);
    background: url("./hero-terrace.jpg") center center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .34) 48%, rgba(0, 0, 0, .18) 100%);
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 3;
    padding-top: 278px;
    max-width: 1040px;
}

.eyebrow {
    font-family: Inter, sans-serif;
    margin: 0 0 26px;
    color: #14133D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .29em;
    line-height: 1.5;
    text-transform: uppercase;
}

.eyebrow--light {
    color: var(--white);
}

.hero .eyebrow {
    font-size: 17px;
    letter-spacing: .37em;
    margin-bottom: 2px;
}

.hero__place {
    margin: 0;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .25em;
}

.hero__rule {
    display: block;
    width: 48px;
    height: 1px;
    margin: 23px 0 62px;
    background: rgba(255, 255, 255, .86);
}

.hero h1 {
    color: #fff;
    max-width: 880px;
    margin: 0 0 19px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.11;
    letter-spacing: -.045em;
    font-weight: 600;
}

.hero h1 em {
    font-style: italic;
    font-weight: 600;
}

.hero__lead {
    font-family: 'Inter';
    font-style: normal;
    max-width: 735px;
    margin: 0 0 34px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #fff;
}

.btn {
    color: #fff;
    display: inline-flex;
    font-family: 'Inter';
    font-style: normal;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.12;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn--gold {
    background: var(--gold);
    color: var(--white);
}

.btn--gold:hover {
    background: var(--gold-dark);
}

.btn--navy {
    background: var(--navy);
    color: var(--white);
}

.btn--block {
    width: 100%;
    margin-top: auto;
}

.btn--wide {
    width: 100%;
    min-height: 54px;
}

.section {
    padding: 100px 0;
}

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

.manifesto {
    padding-top: 118px;
    padding-bottom: 126px;
}

.manifesto__grid {
    display: grid;
    grid-template-columns: 58.5% 41.5%;
    gap: 74px;
    align-items: start;
}

.manifesto__visual {
    position: relative;
    padding-bottom: 136px;
}

.manifesto__visual>img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.slider {
    position: absolute;
    top: 305px;
    width: 42px;
    height: 42px;
    border: 0;
    color: var(--white);
    background: rgba(189, 168, 110, .82);
    font-size: 38px;
    line-height: 1;
}

.slider--prev {
    left: 20px;
}

.slider--next {
    right: 20px;
}

.feature-strip {
    position: absolute;
    left: 36px;
    right: 120px;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr .75fr 1fr;
    gap: 18px;
}

.feature-strip article {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--cream-2);
    color: var(--navy);
    padding: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
}

.feature-strip article strong {
    display: block;
    font-weight: 700;
}

.feature-strip article span {
    font-weight: 500;
}

.feature-strip__soft {
    background: #e5eaf1 !important;
}

.manifesto__copy {
    position: relative;
    padding-top: 36px;
}

h2 {
    color: #14133D;
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.21;
    font-size: 38px;
}

h2 em {
    font-style: italic;
}

.manifesto__copy h2 {
    margin-bottom: 30px;
}

.manifesto__copy p:not(.eyebrow) {
    max-width: 435px;
    color: var(--muted);
    font-weight: 500;
    margin: 0 0 28px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 16px;
    line-height: 1.69;
}

.stats-card {
    position: absolute;
    left: -128px;
    top: 500px;
    width: 235px;
    box-shadow: var(--shadow);
}

.stats-card__top {
    padding: 28px 24px;
    background: var(--navy);
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.25;
}

.stat-number {
    display: block;
    letter-spacing: .03em;
    text-transform: none;
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: .5;
    color: #fff;
}

.stats-card__top span:not(.stat-number) {
    display: block;
    margin: 14px 0 30px;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
}

.stats-card__top span:not(.stat-number):last-child {
    margin-bottom: 0;
}

.stats-card__bottom {
    padding: 24px;
    background: var(--blue-soft);
    color: var(--navy);
    line-height: 1.2;


}

.stats-card__bottom strong {
    display: block;
    letter-spacing: -.02em;


    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #14133D;


}

.stats-card__bottom span {
    display: block;
    margin-top: 8px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: -0.01em;
    text-transform: uppercase;

    color: rgba(20, 19, 61, 0.8);


}

.amenities {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 65px;
    margin: 48px 0 0;
}

.amenities li {
    border-left: 2px solid var(--navy);
    padding-left: 12px;
    margin-bottom: 30px;
    color: var(--muted);
    line-height: 1.43;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.amenities strong {
    display: block;
    color: var(--muted);
    font-weight: 600;
}

.amenities span {
    display: block;
}

.location {
    background: var(--white);
    padding-top: 84px;
    padding-bottom: 130px;
}

.location__grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 70px;
    align-items: center;
}

.location h2 {
    margin-bottom: 26px;
}

.location__copy p:not(.eyebrow) {
    color: var(--muted);
    max-width: 510px;
    margin: 0 0 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;
}

.location-list {
    list-style: none;
    padding: 28px 0 0;
    margin: 0;
    max-width: 420px;
}

.location-list li {
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    min-height: 65px;
    margin: 0 0 8px;
    background: var(--cream);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;
}

.location-list li:nth-child(even) {
    background: #edf1f7;
}

.icon {
    background-color: var(--cream-2);
    background-image: var(--icono);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--navy-2);
    font-size: 29px;
}

.icon--blue {
    background: var(--blue-soft);
}

.location-list strong {
    padding: 0 20px;
    font-weight: 500;
}

.map-card {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(17, 17, 61, .07);
}

.map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homes {
    background: var(--white);
    padding-top: 14px;
    padding-bottom: 118px;
}

.section-heading {
    width: min(680px, calc(100% - 48px));
    margin: 0 auto 66px;
    text-align: center;
}

.section-heading .eyebrow {
    margin-bottom: 17px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.home-card {
    background-color: transparent;
    background-image: var(--image);
    background-size: auto 390px;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(17, 17, 61, .02);
    overflow: hidden;
    padding: 260px 0 0;
    position: relative;
}

.home-card::before {
  background: #0002;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
}

.home-card:hover::before {
  background: transparent;;
}

.home-card figure {
    margin: 0;
    position: relative;
    height: 260px;
    overflow: hidden;
}

.home-card figure img {
  display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 26px 28px 28px;
    color: var(--muted);
}

.home-card__type {
    margin: -98px 0 5px;
    position: relative;
    z-index: 1;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.home-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 60px;
    color: var(--white);
    font-family: 'Playfair Display';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 0.75;
letter-spacing: 0.01em;
text-transform: capitalize;

color: #fff;


}

.home-card h4 {
    font-family: 'Inter';
    font-style: normal;
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.home-card p {
    margin: 0 0 18px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.83;
    /* or 183% */
    letter-spacing: 0.08em;


}

.home-card .bullets {
    margin-bottom: 32px;
}

.home-card a.btn {
    margin-left: -28px;
    margin-right: -28px;;
    width: calc(100% + 56px);
}

.calendar {
    background: var(--paper);
    padding-top: 72px;
    padding-bottom: 96px;
}

.section-heading--wide {
    width: min(670px, calc(100% - 48px));
    margin-bottom: 72px;
}

.section-heading--wide p:not(.eyebrow) {
    margin: 28px auto 0;
    color: var(--muted);
    font-weight: 500;
    max-width: 590px;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    padding: 0 20px;
}

.timeline__line {
    position: absolute;
    top: 51px;
    left: 96px;
    right: 96px;
    height: 2px;
    background: linear-gradient(90deg, var(--navy) 0 57%, var(--blue-soft) 57% 100%);
}

.timeline__step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.timeline__step span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: var(--navy-2);
    color: var(--white);

font-family: 'Playfair Display';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1;
letter-spacing: 0.01em;
text-transform: capitalize;

color: #FFFFFF;


}

.timeline__step i,
.timeline__step span.icon {
  background-color: var(--navy);
    background-image: var(--icono);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px;
    border-radius: 0;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--white);
    font-style: normal;
    font-size: 24px;
}

.timeline__step.is-next span {
    background-color: var(--blue-soft);
    color: var(--navy);
}

.timeline__step.is-next span {
    background-color: var(--blue-soft);
    color: var(--navy);
    /*transform: rotate(45deg);*/
}

.timeline__step.is-next i::first-letter {
    transform: rotate(-45deg);
}

.timeline__step p {
    margin: 0;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: rgba(20, 19, 61, 0.8);


}

.progress-boxes {
    display: grid;
    grid-template-columns: 58% 36%;
    justify-content: space-between;
    gap: 32px;
    margin-top: 40px;
}

.progress-boxes div {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9afbd;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    letter-spacing: 0.29em;
    text-transform: uppercase;

    color: rgba(20, 19, 61, 0.8);


}

.managed-by {
    margin: 72px auto 0;
    width: 410px;
    max-width: calc(100% - 48px);
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #eeeee9;
    color: var(--navy);
}

.managed-by img {
    width: 82px;
    border-right: 1px solid var(--navy);
    padding-right: 20px;
}

.managed-by span {


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #14133D;


}

.model {
    background: var(--navy);
    color: var(--white);
    padding-top: 82px;
    padding-bottom: 70px;
}

.section-heading--dark {
    margin-bottom: 78px;
}

.section-heading--dark h2 {
    color: var(--white);
}

.section-heading--dark p:not(.eyebrow) {
    color: rgba(255, 255, 255, .88);
    margin-top: 26px;
    font-weight: 600;
}

.model-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.model-steps::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 13%;
    right: 13%;
    height: 1px;
    background: rgba(255, 255, 255, .62);
}

.model-steps article {
    position: relative;
    z-index: 1;
}

.step-number {
    width: 94px;
    height: 94px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: var(--navy);

    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.12;
    text-align: center;

    color: #FFFFFF;
    position: relative;
    z-index: 10;

}

.step-number::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #5c5b7d;
    z-index: -1;
}

.phase {
    margin: 28px 0 4px;
    text-transform: uppercase;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.29em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.65);


}

.model-steps h3 {
    margin: 0 0 13px;

    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 2.3;
    text-align: center;

    color: #FFFFFF;


}

.model-steps p:not(.phase) {
    line-height: 1.62;
    margin: 0 0 20px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: center;

    color: rgba(255, 255, 255, 0.7);


}

.model-steps strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    border: 1px solid rgba(255, 255, 255, .28);


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.03em;

    color: rgba(255, 255, 255, 0.7);


}

.model-steps small {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    line-height: 1.4;
}

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 70px;
}

.guarantee-grid article {
    border: 1px solid rgba(255, 255, 255, .32);
    font-family: Inter, sans-serif;
    padding: 26px 25px 28px;
    min-height: 150px;
}

.guarantee-grid span {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, .72);
    margin-bottom: 18px;
}

.guarantee-grid h3 {
    margin: 0 0 14px;
    font-size: 13px;
}

.guarantee-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.7;
}

.video-band {
    position: relative;
    height: auto;
    overflow: hidden;
}

.video-band video {
  aspect-ratio: 16 / 9;
    width: 100vw;
    height: auto;
    object-fit: cover;
}

.play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 2px solid var(--white);
    border-radius: 60px;
    background: rgba(17, 17, 61, .15);
}

.play-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid var(--white);
    transform: translate3d(-50%, -50%, 0);
}

.access {
    background: var(--paper);
    padding-top: 88px;
    padding-bottom: 146px;
}

.access__card {
    margin: auto;
    width: min(760px, calc(100% - 48px));
    background: var(--white);
    padding: 54px 42px 42px;
    box-shadow: var(--shadow);
}

.access h2 {
    margin-bottom: 18px;
}

.access__card>p:not(.eyebrow) {
    max-width: 640px;
    color: var(--muted);
    margin: 0 0 36px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;


}

.lead-form {
    display: grid;
    gap: 22px;
}

.lead-form label {
    display: grid;
    gap: 9px;
    color: var(--navy);


    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;


}

.lead-form input,
.lead-form select {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #b9bfca;
    background: #eef2f6;
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.lead-form select {
    max-width: 330px;
}

.lead-form button {
    margin-top: 26px;
}

.footer {
    background: var(--navy);
    color: rgba(255, 255, 255, .72);
    padding: 54px 0 38px;
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.1fr .75fr 1.15fr;
    gap: 78px;
}

.footer__logo {
    width: 82px;
    margin-bottom: 34px;
}

.footer h3 {
    margin: 0 0 22px;
    color: var(--white);


    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.29em;
    text-transform: uppercase;

    color: #FFFFFF;


}

.footer p {
    margin: 0;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;

    color: rgba(255, 255, 255, 0.7);


}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .32);
    margin-top: 58px;
    padding-top: 36px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.7);


}

@media (max-width: 1024px) {
    .main-nav {
        gap: 30px;
    }

    .manifesto__grid,
    .location__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .stats-card {
        position: static;
        width: 100%;
        margin-top: 28px;
        text-align: center;
    }

    .amenities {
        padding-left: 0;
        position: static;
    }

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

    .model-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .model-steps::before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .container {
        width: min(100% - 30px, 1200px);
    }

    .site-header {
        width: calc(100% - 30px);
        height: auto;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        padding: 15px 0 15px 30px;
        background: #000a;
    }

    .brand img {
      position: relative;
        width: 72px;
        z-index: 1000;
    }

    .main-nav {
      background: #000;;
       position: fixed;
       top: 0;
       left: 0;
       width: 100vw;
       height: 100vh;
       z-index: 100;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       transform: translate3d(-100%, 0, 0);
       transition: 0.3s transform;
    }

    .main-nav:has(+a.mobile-burguer.active) {
      transform: translate3d(0, 0, 0);
    }

    .hero {
        min-height: 760px;
    }

    .hero__rule {
        margin: 23px auto 62px;
    }

    .hero__content {
        padding-top: 185px;
        padding-bottom: 20px;
        text-align: center;
    }

    .hero h1 {
        font-size: 48px;
        line-height: .95;
    }

    .hero__lead {
        font-size: 15px;
    }

    .section {
        padding: 70px 0;
    }

    .manifesto__visual {
        padding-bottom: 0;
    }

    .manifesto__visual>img {
        height: 360px;
    }

    .feature-strip {
        position: static;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .location-list {
        max-width: none;
    }

    .cards-grid,
    .timeline,
    .model-steps,
    .guarantee-grid,
    .footer__grid {
        grid-template-columns: 1fr;
    }

    .timeline__line {
        display: none;
    }

    .progress-boxes {
        display: none;
    }

    .access__card {
        margin-inline: auto;
        padding: 34px 22px;
    }

    .lead-form select {
        max-width: 100%;
    }

    .footer__grid {
        gap: 42px;
    }

    a.mobile-burguer {
      position: fixed;
      top: 26px;
      right: 26px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      height: 36px;
      width: 36px;
      justify-content: space-evenly;
      background: #0006;
    padding: 5px;
    box-sizing: border-box;
    }

    a.mobile-burguer > span {
      border-top: 2px solid #fff;
      height: 2px;
      display: block;
      width: 100%;
    }
}

.grecaptcha-badge {
  display: none !important;
}