:root {
    --novgreen: #34D8B5;
    --white: #ffffff;
    --black: #000;
}

.hero-section {
    height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: bottom;
    max-width: 1340px;
    margin: 0 auto;
}

.hero-title {
    font-size: 60px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
}

.hero-title em {
    color: var(--novgreen);
    font-style: normal;   
}

.hero-title-wrapper {
    max-width: 690px;
    margin-top: 50px;
}

.hero-title-wrapper-assessor {
    max-width: 902px;
    margin-top: 50px;
}

.hero-subtitle-wrapper {
    max-width: 720px;
    margin-top: 12px;
}

.hero-subtitle {
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.hero-wrong-place {
    color: #67626C;
    font-size: 14px;
    margin-top: 13px;
}

.hero-wrong-place > a {
    color: #67626C;
    text-decoration: underline !important;
}

.hero-enter-pc > input {
    width: 400px;
}

.hero-enter-pc {
    display: flex;
    gap: 10px;
    margin-top: 23px;
}


.featured-in-section {
    margin-top: 90px;
}

.featured-in-title {
    color: #475467;
    font-size: 16px;
    font-weight: 500;
}

.section-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
    max-width: 1216px;
    margin: 0 auto;
}

.featured-in-items {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 34px;
}

.section-badge {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 16px;
    background: var(--primary-50, #F9F5FF);
    mix-blend-mode: multiply;
    width: max-content;
    margin: 0 auto;
}

.section-badge > p {
    color: var(--primary-700, #6941C6);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.section-badge-left {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 16px;
    background: var(--primary-50, #F9F5FF);
    mix-blend-mode: multiply;
    width: max-content;
}

.section-badge-left > p {
    color: var(--primary-700, #6941C6);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.section-title {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.section-subtitle {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    max-width: 768px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.how-it-works-section {
    margin-top: 140px;
    margin-bottom: 140px;
}

.features-section {
    margin-top: 140px;
    margin-bottom: 140px;
}

.lnd-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}


.lnd-feature-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background-color: #f6f1ff;
    border-radius: 10px;
    min-height: 135px;
}

.lnd-feature-item > h5 {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
}

.lnd-feature-item > img {
}

.lnd-feature-item > p {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.learn-more {
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center;
    gap: 10px;
}

.learn-more > p {
    color: var(--primary-700, #6941C6);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.testimonial-section {
    padding: 75px 0px;
    background-color: #F9FAFB;
}

.testimonials-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial-item > h3 {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.96px;
}

.testimonial-item > .author {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.testimonial-item > .position {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.blog-section {
    padding: 75px 0px;
    background-color: #F9FAFB;
    margin-top: 100px;
}

.blog-section-header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.section-title-left {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.section-subtitle-left {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 18px;
}

.left-section-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-item-category {
    color: var(--primary-700, #6941C6);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
}

.article-item-title {
    color: var(--gray-900, #101828);
/* Display xs/Semibold */
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.article-item-author {
    color: var(--gray-900, #101828);
    /* Text sm/Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}

.article-item-date {
    color: var(--gray-600, #475467);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.article-extra {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


.faq-section {
    margin-top: 100px;
    margin-bottom: 140px;
}

.faq-questions {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.faq-question-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5px;
    border-bottom: 1px solid #EAECF0;
}

.faq-question-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.faq-answear {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding: 17px 6px;
}


.stats-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.stats-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stats-number {
    color: #34D8B5;
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}

.stats-title {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
}

.stats-subtitle {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.stats-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.numbers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.stats-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.full-cta-section {
    padding: 75px 0px;
    margin: 100px 0px;
    background-color: #F9FAFB;
    width: 100%;
}

.full-cta-section-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.steps-header {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

#map {
    position: relative;
    width: 100%;
    border-radius: 12px;
}

.marker {
    background-image: url('/static/img/map-marker.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }