/* =========================================================
   LANDING PAGE
========================================================= */

/* =========================================================
   LANDING PAGE GLOBAL
========================================================= */

.landingPage {
    background-color: #ffffff;
    color: #000;
}

.landingPage section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage h4 {
    color: #2c4d34;
}

.landingPage p {
    color: #000;
    font-size: 1rem;
    line-height: 1.7;
}


/* =========================================================
   LANDING PAGE HEADER
========================================================= */

.landingHeader {
    position: relative;
    z-index: 1000;

    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 0;

    background-color: #2c4d34;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.landingLogo {
    width: auto;
    max-height: 65px;
}

.landingNavLink {
    padding-right: 0;
    padding-left: 22px;

    color: #ffffff !important;
    border-left: 1.25px solid #ffffff;

    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.landingNavLinkRight {
    padding-right: 22px;
    padding-left: 22px;

    color: #ffffff !important;
    border-right: 1.25px solid #ffffff;
    border-left: 1.25px solid #ffffff;

    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.landingNavLink:hover,
.landingNavLinkRight:hover {
    color: rgb(194, 211, 237) !important;
    opacity: 1;
}

.landingSignupButton {
    padding-top: 10px;
    padding-right: 22px;
    padding-bottom: 10px;
    padding-left: 22px;

    color: #ffffff !important;
    background-color: #8c2d3c;
    border: none;
    border-radius: 4px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

.landingSignupButton:hover {
    color: #ffffff !important;
    background-color: #aa354a;
}

.landingLoginButton {
    display: inline-block;

    padding: 8px 26px;

    color: #ffffff;
    background-color: transparent;

    border: 1.3px solid #ffffff;
    border-radius: 4px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;

    transition: all 0.2s ease;
}

.landingLoginButton:hover,
.landingLoginButton:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);

    text-decoration: none;
}

/* =========================================================
   HERO SECTION
========================================================= */

.landingHeroMockup {
    display: flex;
    align-items: center;

    min-height: 200px;

    padding-top: 40px;
    padding-bottom: 20px;

    background-color: #eeeeee;
}

.landingHeroTitle {
    margin-bottom: 45px;
    margin-left: -30px;

    color: #000000 !important;

    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
}

.landingHeroTitle span {
    color: #2c4d34;
}

.landingHeroText {
    margin-bottom: 45px;

    color: #000000;

    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
}

.landingHeroBadges {
    display: flex;
    flex-wrap: nowrap;

    padding-right: 20px;
    padding-left: 20px;

    color: #2c4d34;

    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.landingHeroBadges div {
    margin-right: 0;
    margin-left: 0;
    white-space: nowrap;
}

.landingHeroBadges i {
    color: #2c4d34;
    font-size: 12px;
}

.landingHeroComputer {
    width: 100%;
    max-width: 700px;
}


/* =========================================================
   FEATURE CARDS
========================================================= */

#features {
    background-color: #ffffff;
}

#features .text-green {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#features h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}

#features .infoPanel {
    min-height: 150px;
    padding: 30px;

    background-color: #ffffff !important;
    border-color: #cdcecd;
    border-width: 2px;
    border-radius: 12px;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#features .infoPanel h3 {
    margin-bottom: 12px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.3;
}

#features .infoPanel p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.65;
}

.featureIconBox {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin-top: 10px;
    margin-bottom: 10px;

    background-color: #2c4d34;
    border-radius: 4px;
}

.featureIcon {
    color: #ffffff;
    font-size: 20px;
}


/* =========================================================
   EXPLORE DATA SECTION
========================================================= */

.landingPage .exploreDataSection {
    background-color: #ffffff;
}

.exploreDataSection .text-green {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 450;
}

.exploreDataSection h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 450;
    line-height: 1.25;
}

.exploreDataSection p {
    margin-right: 5px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 350;
}

.exploreDataSection .infoPanel {
    min-height: 200px;

    background-color: #ffffff;
    border-color: #cdcecd;
    border-width: 2px;
    border-radius: 12px;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.exploreDataSection .infoPanel h4 {
    margin-bottom: 10px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 450;
}

.exploreDataSection .infoPanel p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
}

.exploreDataSection img {
    margin-top: 12px;
    border-radius: 1px;
}


/* =========================================================
   CULTIVATING INSIGHTS BANNER
========================================================= */

.cultivatingSection {
    position: relative;

    width: 100%;
    height: 100px;

    overflow: hidden;
}

.cultivatingImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.cultivatingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

    background-color: rgba(44, 77, 52, 0.65);
}

.cultivatingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;

    width: 100%;

    text-align: center;

    transform: translate(-50%, -50%);
}

.cultivatingTitle {
    margin: 0;
    padding-right: 40px;
    padding-left: 40px;

    color: #ffffff !important;

    font-family: Roboto, Arial, sans-serif;
    font-size: 26px;
    font-weight: 450;
}


/* =========================================================
   CORE ENOLOGY REQUEST-CODE LINK
========================================================= */

.requestCodeLink {
    color: inherit;
    font-weight: 450;
    text-decoration: underline;
}

.requestCodeLink:hover {
    color: #040504;
}


/* =========================================================
   FINAL IMAGE OVERLAY
========================================================= */

.landingFooterSection {
    position: relative;

    width: 100%;
    height: 300px;

    overflow: hidden;
}

.landingFooterImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.landingFooterOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background-color: rgba(44, 77, 52, 0.70);
}

.landingFooterContent {
    max-width: 900px;
    padding: 40px;

    text-align: center;
}

.landingFooterTitle {
    margin-bottom: 24px;

    color: #ffffff !important;

    font-family: Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.landingFooterText {
    margin-bottom: 36px;

    color: #ffffff !important;

    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.7;
}

.landingFooterButton {
    padding: 14px 30px;

    color: #ffffff;
    background-color: #8c2d3c;
    border: none;
    border-radius: 5px;

    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 450;
}

.landingFooterButton:hover {
    color: #ffffff;
    background-color: #aa3c4c;
}


/* =========================================================
   LANDING PAGE FOOTER
========================================================= */

.landingFooter {
    padding-top: 20px;
    padding-bottom: 1px;

    background-color: #2c4d34;
}

.footerLogo {
    width: 300px;
    max-width: 100%;

    margin-right: 25px;
    padding-right: 25px;

    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footerLogoColumn::after {
    height: 400px;
}

.footerHeading {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 400;
}

.footerLink {
    display: block;

    margin-right: 15px;
    margin-bottom: 12px;
    margin-left: 15px;

    color: #ffffff;

    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.footerLink:hover {
    color: rgb(132, 177, 207);
}

.footerNewsletterText {
    width: fit-content;

    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;

    color: #ffffff;

    font-size: 13px;
    white-space: nowrap;
}

.footerNewsletterForm {
    position: relative;
    z-index: 10;

    margin-left: 20px;
}

.footerEmailInput {
    width: 100%;
    height: 40px;

    padding-right: 50px;
    padding-left: 15px;

    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 6px;

    font-size: 14px;
}

.footerEmailInput::placeholder {
    color: rgba(255, 255, 255, 0.7);

    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 450;
}

.footerSubmitButton {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;

    color: #ffffff;
    background: transparent;
    border: none;

    font-size: 30px;
    cursor: pointer;
    pointer-events: auto;

    transform: translateY(-50%);
}

.footerBottomLine {
    width: 100%;
    height: 1px;

    margin-top: 15px;

    background-color: rgba(255, 255, 255, 0.7);
}

.footerSubscriptionSuccess {
    margin-top: 12px;
    margin-left: 14px;

    color: rgba(255, 255, 255, 0.9) !important;

    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 450;
    text-align: center;

    animation: fadeIn 0.3s ease-in-out;
}


/* =========================================================
   REQUEST CODE MODAL
========================================================= */

.requestCodeModal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
}

.requestCodeModal.is-visible {
    display: flex;
    align-items: center;
    justify-content: center;
}

.requestCodeModalOverlay {
    position: absolute;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.55);
}

.requestCodeModalBox {
    position: relative;
    z-index: 1;

    width: 90%;
    max-width: 500px;

    padding: 35px;

    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.requestCodeModalClose {
    position: absolute;
    top: 16px;
    right: 18px;

    padding: 0;

    background: transparent;
    border: none;

    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.requestCodeModalBox h3 {
    margin-bottom: 10px;

    color: #2c4c34;
    text-align: center;
}

.requestCodeModalBox p {
    margin-bottom: 24px;
}

.requestCodeFormGroup {
    margin-bottom: 16px;
}

.requestCodeFormGroup label {
    display: block;

    margin-bottom: 6px;

    font-weight: 600;
}

.requestCodeFormGroup input {
    width: 100%;

    padding: 12px 14px;

    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.requestCodeSubmitButton {
    width: 100%;

    padding: 13px 18px;

    color: #ffffff;
    background-color: #2c4c34;
    border: none;
    border-radius: 999px;

    font-weight: 600;
    cursor: pointer;
}

.requestCodeSubmitButton:hover {
    opacity: 0.9;
}

.requestCodePartnerLogo {
    margin-bottom: 20px;
    text-align: center;
}

.requestCodePartnerLogoImg {
    position: relative;
    left: -10px;

    width: 100%;
    max-width: 150px;
    height: auto;
}

.requestCodeSuccess,
.requestCodeError {
    margin: 1rem 0;
    padding: 0.85rem 1rem;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.requestCodeSuccess {
    color: #155724;
    background-color: #eaf8ee;
    border: 1px solid #b9e5c4;
}

.requestCodeError {
    color: #842029;
    background-color: #fbeaea;
    border: 1px solid #f1b7bc;
}


/* =========================================================
   RESPONSIVE LANDING PAGE
========================================================= */

@media (max-width: 767.98px) {
    .landingPage section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .landingHeroTitle {
        margin-left: 0;

        font-size: 28px;
        text-align: center;
    }

    .landingHeroText {
        text-align: center;
    }

    .landingHeroBadges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .cultivatingTitle {
        padding-right: 20px;
        padding-left: 20px;

        font-size: 21px;
    }

    .landingFooterSection {
        height: auto;
        min-height: 360px;
    }

    .landingFooterContent {
        padding: 30px 20px;
    }

    .landingFooterTitle {
        font-size: 26px;
    }

    .landingFooterText {
        font-size: 16px;
    }

    .footerLogo {
        width: 100%;

        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
        padding-bottom: 20px;

        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }

    .footerNewsletterForm {
        margin-right: 15px;
        margin-left: 15px;
    }

    .requestCodeModalBox {
        padding: 30px 20px;
    }
}

/* =========================================================
   CORE ENOLOGY LANDING PAGE HERO
========================================================= */

.coreLandingHero {
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}

.coreLandingHeroTitle {
    margin-bottom: 28px;
    margin-left: 0;
}

.corePromoBanner {
    width: 100%;

    margin-bottom: 28px;
    padding: 14px 22px;

    color: #ffffff;
    background-color: #8c2d3c;
    border-radius: 22px;
    box-shadow: 6px 7px 4px rgba(0, 0, 0, 0.2);

    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.corePromoIntroduction {
    display: flex;
    align-items: center;

    margin-bottom: 24px;
}

.corePromoLogoColumn {
    flex: 0 0 34%;
    padding-right: 25px;
}

.corePromoLogo {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.corePromoTextColumn {
    flex: 1;
    text-align: left;
}

.corePromoTextColumn p {
    margin: 0;

    color: #000000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 350;
    line-height: 1.65;
}

.coreHeroBadges {
    justify-content: flex-start !important;

    padding-right: 0;
    padding-left: 0;

    gap: 28px !important;
}

.coreHeroComputer {
    max-width: 650px;
}

@media (max-width: 991.98px) {
    .corePromoIntroduction {
        flex-direction: column;
    }

    .corePromoLogoColumn {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .corePromoTextColumn {
        text-align: center;
    }

    .coreHeroBadges {
        justify-content: center !important;
        flex-wrap: wrap;
    }
}
/* =========================================================
   CORE ENOLOGY PROMOTIONAL PRICING
========================================================= */

.coreActivateButton {
    margin-top: auto;

    background-color: #2c4d34;
    border-color: #2c4d34;
}

.coreActivateButton:hover,
.coreActivateButton:focus {
    background-color: #426a4c;
    border-color: #426a4c;
}

.corePromotionInvalid {
	max-width: 800px;
	margin: 18px auto 0;
	padding: 10px 18px;

	background: #faf6f6;
	border: 1px solid rgba(122, 44, 55, 0.22);
	border-radius: 7px;

	color: #7a2c37;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.corePromotionInvalid::before {
	content: 'ⓘ';
	margin-right: 6px;
	font-weight: 600;
}

.corePromoBanner {
    /* keep all your existing styles */
    transition: filter 0.2s ease;
}

.corePromoBanner:hover:not(:disabled) {
    filter: brightness(1.12);
    cursor: pointer;
}