* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: rgba(233, 224, 206, 1);
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    background: rgba(233, 224, 206, 1);
}

header {
    max-height: 800px;
    padding: 20px;
    position: relative;
    background-color: rgba(233, 224, 206, 1);
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/header-background.png') center top / cover no-repeat;
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 0.5) 82%,
            rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 0.5) 82%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

header .header-items {
    position: relative;
    z-index: 1;
}


main {
    padding: 0;
    margin-top: -150px;
}

.hero {
    padding: 60px 20px;
}

.mid-background-section {
    position: relative;
}

.mid-background-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/background-mid.png') center center / cover no-repeat;
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0.5) 90%,
            rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0.5) 90%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.mid-background-section .quotes,
.mid-background-section .why-section {
    position: relative;
    z-index: 1;
}

.quotes {
    padding: 0px 5% 0px 15%;
    position: relative;
}

.quote-box {
    box-sizing: border-box;
    border-radius: 55.03px;
    backdrop-filter: blur(0px);
    padding: 40px 60px;
}

.quote-box-1 {
    border: 1px solid rgba(169, 135, 85, 1);
    background: rgba(255, 255, 255, 1);
    max-width: 900px;
}

.quote-box-2 {
    background: rgba(163, 100, 3, 1);
    position: relative;
    margin-top: -30px;
    margin-left: 300px;
    margin-right: 40px;
    max-width: 970px;
}

.quote-text {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-style: normal;
    font-size: 23.39px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.quote-bold {
    font-weight: 700;
}

.quote-text-2 {
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-style: normal;
    font-size: 24.76px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.why-section {
    padding: 40px 20px;
}

.why-cards {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.why-card {
    box-sizing: border-box;
    border: 1px solid rgba(169, 135, 85, 1);
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 40px;
    flex: 0 0 400px;
    overflow: visible;
}

.why-card-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-left: 100px;
}

.why-card-icon {
    position: absolute;
    width: 124px;
    height: 124px;
    object-fit: contain;
    left: -20px;
    top: -70px;
}

.why-card-title {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    white-space: wrap;
}

.why-card-text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
    padding-top: 20px;
}



.header-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.header-pre-title-wrapper {
    box-sizing: border-box;
    border: 1px solid rgb(163, 163, 163);
    border-radius: 10px;
    backdrop-filter: blur(11px);
    background: rgba(255, 255, 255, 0.01);
    padding: 10px 20px;
}

.header-pretitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.06em;
    text-align: center;
    color: #000000;
}

.header-title {
    font-family: 'Cormorant', serif;
    font-size: 40.79px;
    font-weight: 600;
    line-height: 61.9px;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #4D1600;
    padding: 2%;
}

.header-subtitle {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-style: Medium;
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -6%;
    text-align: center;
    padding-left: 14%;
    padding-right: 14%;
    padding-bottom: 3%;
}

.header-button-wrapper {
    position: relative;
    max-width: 450px;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button {
    position: relative;
    max-width: 420px;
    padding: 0 10px;
    height: 106px;
    border: 10px solid rgba(148, 133, 85, 0.3);
    background: linear-gradient(135deg,
            rgb(233, 185, 112) 0%,
            rgb(255, 231, 195) 43.5%,
            rgb(233, 185, 112) 100%);
    border-radius: 24px;
    box-shadow:
        0px 21px 14px rgba(0, 0, 0, 0.3),
        0px 4px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
    cursor: pointer;
    backdrop-filter: blur(7px);
    transition: transform 0.2s ease;
}

.header-button:hover {
    transform: translateY(-2px);
}

.header-button:active {
    transform: translateY(1px);
    box-shadow:
        0px 15px 10px rgba(0, 0, 0, 0.3),
        0px 2px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
}

.header-button-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 161%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.main-title {
    position: relative;
    text-align: center;
    padding-top: 2%;
}

.main-title-bg {
    width: 100%;
    padding: 60px 0 30px 0;
}

.main-title-text {
    font-family: 'Cormorant', serif;
    font-size: 40.79px;
    font-weight: 600;
    line-height: 61.9px;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #4D1600;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
}

/* Tariffs section */
.tariffs-section {
    padding: 40px 20px 0 20px;
}

.tariffs-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 40px 20px 0 20px;
    position: relative;
}

.tariffs-cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/background-mid.png') center center / cover no-repeat;
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.tariffs-cards .tariff-card {
    position: relative;
    z-index: 1;
}

.tariff-card {
    box-sizing: border-box;
    border: 1px solid rgba(169, 135, 85, 1);
    border-radius: 40px;
    padding: 40px 30px;
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
}

.tariff-card-white {
    background: rgba(255, 255, 255, 1);
}

.tariff-card-yellow {
    background: rgba(255, 231, 195, 1);
}

.tariff-card-orange {
    background: linear-gradient(to right, rgba(233, 185, 112, 1) 0%, rgb(241, 218, 183) 50%, rgba(233, 185, 112, 1) 100%);
}

.tariff-number {
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4D1600;
    text-align: center;
    margin-bottom: 10px;
}

.tariff-name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.tariff-image {
    width: 100%;
    height: 50px;
    object-fit: contain;
    border-radius: 20px;
}

.tariff-description {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.tariff-includes-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

.tariff-list {
    list-style: none;
    padding: 0 20px 0 10px;
    margin-bottom: 20px;
}

.tariff-list li {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    color: rgba(0, 0, 0, 1);
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.tariff-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(169, 135, 85, 1);
    font-weight: bold;
}

.tariff-access {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    margin-top: auto;
}

.tariff-price-label {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

.tariff-price {
    font-size: 58px;
    font-weight: 700;
    color: #4D1600;
    margin-bottom: 20px;
    text-align: center;
}

.tariff-button {
    width: 100%;
    height: 80px;
    border: 8px solid rgba(148, 133, 85, 0.3);
    background: linear-gradient(135deg,
            rgb(233, 185, 112) 0%,
            rgb(255, 231, 195) 43.5%,
            rgb(233, 185, 112) 100%);
    border-radius: 24px;
    box-shadow:
        0px 21px 14px rgba(0, 0, 0, 0.3),
        0px 4px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
    cursor: pointer;
    backdrop-filter: blur(7px);
    transition: transform 0.2s ease;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 161%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.tariff-button:hover {
    transform: translateY(-2px);
}

.tariff-button:active {
    transform: translateY(1px);
    box-shadow:
        0px 15px 10px rgba(0, 0, 0, 0.3),
        0px 2px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
}

/* Invest section */
.invest-section {
    padding: 40px 20px 100px 20px;
}

.invest-box {
    box-sizing: border-box;
    border: 1px solid rgba(169, 135, 85, 1);
    border-radius: 55.03px;
    backdrop-filter: blur(0px);
    background: rgba(255, 255, 255, 1);
    padding: 60px 80px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.invest-title {
    font-family: 'Cormorant', serif;
    font-size: 40.79px;
    font-weight: 600;
    line-height: 61.9px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4D1600;
    margin-bottom: 30px;
}

.invest-text {
    font-family: Montserrat;
    font-size: 23.39px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
    text-align: center;
    padding: 0 5%;
}

.invest-button {
    max-width: 420px;
    height: 106px;

    padding: 0 10px;
    border: 10px solid rgba(148, 133, 85, 0.3);
    background: linear-gradient(135deg,
            rgb(233, 185, 112) 0%,
            rgb(255, 231, 195) 43.5%,
            rgb(233, 185, 112) 100%);
    border-radius: 24px;
    box-shadow:
        0px 21px 14px rgba(0, 0, 0, 0.3),
        0px 4px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
    cursor: pointer;
    backdrop-filter: blur(7px);
    transition: transform 0.2s ease;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 161%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.invest-button:hover {
    transform: translateY(-2px);
}

.invest-button:active {
    transform: translateY(1px);
    box-shadow:
        0px 15px 10px rgba(0, 0, 0, 0.3),
        0px 2px 0px rgba(169, 135, 85),
        inset 0px 4px 25px rgba(255, 217, 159, 1);
}

@media (max-width: 1000px) {
    .quote-box-2 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .why-cards {
        gap: 50px;
    }

    .invest-section {
        padding: 40px 10px 60px 10px;
    }

    .invest-box {
        padding: 30px 15px;
        border-radius: 30px;
    }
}

@media (max-width: 700px) {
    main {
        margin-top: -50px;
    }

    .tariffs-cards {
        padding: 0;
    }

    .header-pretitle {
        font-size: 13.33px;
    }

    .header-title {
        font-size: 27.19px;
        line-height: 41.27px;
    }

    .header-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .header-button-inner {
        font-size: 12px;
    }

    .quote-text {
        font-size: 15.59px;
    }

    .quote-text-2 {
        font-size: 16.51px;
    }

    .why-card-title {
        font-size: 13.33px;
        line-height: 16px;
    }

    .why-card-text {
        font-size: 12px;
    }

    .main-title-text {
        font-size: 27.19px;
        line-height: 41.27px;
    }

    .tariff-number {
        font-size: 21.33px;
    }

    .tariff-name {
        font-size: 10.67px;
    }

    .tariff-description {
        font-size: 10.67px;
    }

    .tariff-includes-title {
        font-size: 12px;
    }

    .tariff-list li {
        font-size: 10px;
    }

    .tariff-access {
        font-size: 12px;
    }

    .tariff-price-label {
        font-size: 16px;
        line-height: 16px;
    }

    .tariff-price {
        font-size: 38.67px;
    }

    .tariff-button {
        font-size: 10.67px;
    }

    .invest-title {
        font-size: 27.19px;
        line-height: 41.27px;
    }

    .invest-text {
        font-size: 15.59px;
    }

    .invest-button {
        font-size: 12px;
    }
}