/* Homepage Normal */
:root {
    --amber_color: #f59e0b;
    --amber-light: #fffbeb;
    --amber-border: #fcd34d;
    --brand: #2e7d32;
    --brand-dark: #1b5e20;
    --brand-light: #4caf50;
}

.page-header {
    z-index: 10;
}

.homepage-view {
    display: flex;
    align-items: flex-start;
}

.homepage-column-left-side {
    padding: 90px 40px;
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    background-color: var(--light_green);
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0px;
}

.homepage-column-left-side .image {
    max-height: 925px;
    border-radius: 15px;
}

.homepage-column-left-side #map {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.homepage-column-left-side .homepage-info {
    display: none;
}

.homepage-column-right-side {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-left: 72px;
    padding-right: 72px;
    align-content: start;
}
.homepage-column-right-side.a-center {
    align-content: center;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .homepage-column-right-side {
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .homepage-column-right-side {
        padding-left: 1.5em;
        padding-right: 1.5em;
        align-content: start;
    }
}

.homepage-title {
    font-size: 72px;
    line-height: 1.2em;
    font-size: 4.5vw;
    line-height: 5.25vw;
    font-weight: bold;
    color: var(--secondary_color);
}

.homepage-title p {
    line-height: 1.3;
    margin: 0;
}

.homepage-description {
    margin-top: 1em;
    font-size: 1vw;
}

.homepage-description p > a {
    text-decoration: underline;
}

.homepage-view .btn.btn-secondary {
    margin-top: 1em;
    /* margin-bottom: 0.5em; */
    font-size: 18px;
    font-family: var(--title_font);
}

.homepage-view .treatment-input {
    display: flex;
    margin-top: 1em;
}

.homepage-view #treatment_address {
    padding: 13px 20px 14px;
    border-radius: 15px 0 0 15px;
    border: 1px solid var(--secondary_color);
    width: 26vw;
}

.homepage-view .input-button {
    margin-top: 0 !important;
    border-radius: 0 15px 15px 0;
}

.homepage-stats {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
    flex-wrap: nowrap;
    margin-top: 1em;
    font-size: 1vw;
}

.homepage-stats div {
    width: 12vw;
}

.homepage-stats span {
    font-weight: bold;
    color: var(--green_color);
}

.homepage-view.customer-reviewed .homepage-column-right-side {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 75px;
    padding-bottom: 75px;
    flex-wrap: nowrap;
    min-width: 60%;
    float: right;
    height: unset;
    position: relative;
}
.homepage-view .wishlist-area, .homepage-view .recommendation-area {
    width: 100%;
}
.homepage-view .wishlist-area {
    margin-top: 1em;
}
.homepage-view .recommendation-area {
    margin-top: 0;
}
#main_reviewed {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    min-height: calc(100vh - 150px);
}

@media (max-width: 1280px) {
    .homepage-view {
        flex-direction: column-reverse;
        height: auto;
    }
    .homepage-title {
        font-size: 72px;
        line-height: 1.2em;
        font-size: 6.5vw;
        line-height: 7vw;
        font-weight: bold;
        color: var(--secondary_color);
    }
    .homepage-description {
        margin-top: 1em;
        font-size: 1em;
    }
    .homepage-view #treatment_address {
        width: 49vw;
    }
    .homepage-column-right-side {
        height: auto;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-top: 75px;
        max-width: unset !important;
    }
    .homepage-column-left-side {
        padding: 35px 20px;
        max-width: 100%;
        height: 66vh;
    }
    .homepage-column-left-side .image {
        max-height: 100%;
        width: auto;
    }
    .homepage-stats {
        font-size: 1em;
    }
    .homepage-stats div {
        width: 16vw;
    }
    .homepage-view.customer-reviewed .homepage-column-right-side {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
        padding-bottom: 24px;
        margin-top: 0;
    }
    #main_reviewed {
        flex-direction: column;
        min-height: unset;
    }
    .homepage-view .wishlist-area {
        margin-top: 0;
    }
    .homepage-view .recommendation-area {
        margin-top: 2em;
    }
}

@media (max-width: 767px) {
    .homepage-column-left-side {
        padding: 35px 20px;
        min-width: auto;
        margin-top: 0;
        min-height: 50vh;
    }
    .homepage-title p {
        font-size: 48px;
    }
    .homepage-stats {
        flex-direction: column;
    }
    .homepage-stats div {
        width: unset;
    }
}

@media (max-width: 590px) {
    .homepage-view .treatment-input {
        flex-direction: column;
        width: 100%;
    }
    .homepage-view .treatment-address {
        margin-bottom: 1em;
    }
    .homepage-view #treatment_address {
        width: 100%;
        border-radius: 15px;
    }
    .homepage-view .input-button {
        border-radius: 15px;
    }
}

@media (max-width: 479px) {
    .homepage-title p {
        font-size: 8.5vw;
    }
    .btn.btn-secondary {
        width: 100%;
    }
}

/* Homepage Category */

.homepage-category-view {
    display: flex;
    background-color: #FDECE5;
    align-items: center;
    margin-top: -74px;
}

.homepage-category-left-side {
    padding: 10px 40px;
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    margin-top: 30px;
}

.homepage-category-title {
    width: 100%;
    max-width: 400px;
    align-self: flex-end;
    margin-bottom: 0;
}

.homepage-category-title h2 {
    font-size: var(--heading_H2);
    color: var(--secondary_color);
    font-weight: 700;
    margin-bottom: 25px;
}

.homepage-category-left-side .homepage-category-title,
.homepage-category-left-side .homepage-category-description {
    width: 100%;
    max-width: 400px;
    align-self: flex-end;
    margin-bottom: 0;
}

.homepage-category-left-side .homepage-category-description p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.homepage-category-view .homepage-category-right-side {
    margin-bottom: 0;
}

.homepage-category-right-side .category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .homepage-category-left-side {
        padding: 10px 20px 10px 40px;
        min-width: 420px;
    }
    .homepage-category-right-side .image {
        min-height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .homepage-category-left-side .homepage-category-title,
    .homepage-category-left-side .homepage-category-description {
        align-self: flex-start;
    }
}

@media only screen and (max-width: 959px) {
    .homepage-category-left-side {
        padding: 10px 20px 10px 35px;
        min-width: 345px;
    }
    .homepage-category-title h2 {
        font-size: 24px;
    }
    .homepage-category-left-side .homepage-category-description p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-category-view {
        flex-direction: column-reverse;
    }
    .homepage-category-left-side {
        padding: 35px 20px;
        min-width: auto;
        max-width: 400px;
        margin-top: 0;
    }
    .homepage-category-right-side .image {
        min-height: 260px;
    }
    .homepage-category-title h2,
    .homepage-category-left-side .homepage-category-description p {
        text-align: center;
    }
    .homepage-category-title h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .homepage-category-right-side .image {
        min-height: 200px;
    }
}

/* Homepage w/ Program */

.customer-reviewed .homepage-column-left-side #map {
    height: 50%;
    min-height: 250px;
}

.customer-reviewed .homepage-column-left-side {
    display: flex;
}

.customer-reviewed .homepage-column-left-side .homepage-info {
    display: flex;
    border-radius: 12px;
    background-color: var(--light_grey);
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    flex-direction: column;
}

.homepage-column-left-side #wishlist_form {
    width: 100%;
}

.homepage-info-column-wrapper {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    height: 100%;
}

.homepage-info-left, .homepage-info-right {
    width: 50%;
}

.homepage-info-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.homepage-info-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-around;
}

.homepage-info-content {
    margin-top: 10px;
    background-color: #fff;
    height: calc(100% - 10px);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.homepage-info-content i {
    font-size: 14px;
    padding: 7px;
    color: #265d36;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    width: 30px;
    text-align: center;
}

.homepage-info-hotbar {
    row-gap: 5px;
}

.homepage-info-hotbar div {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.homepage-info-header {
    font-weight: bold;
    margin-right: 5px;
}

.homepage-info-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.homerec-container {
    width: 100%;
}

.homerec-title {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.homerec-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    counter-reset: steps;
    flex-direction: row;
    justify-content: center;
}

.homerec-step {
    border-radius: 12px;
    background-color: var(--light_grey);
    width: 100%;
    padding: 10px;
    max-width: 900px;
}

.homerec-step:before {
    counter-increment: steps;
    content: counter(steps);
    border-radius: 50%;
    padding: 4px 11px;
    background: #fff;
    border: 2px solid var(--green_color);
    color: #000;
    text-align: center;
    font-weight: bold;
}

.homerec-name-wrapper {
    display: inline-flex;
    flex-direction: row;
    width: calc(100% - 40px);
    justify-content: space-between;
}

.homerec-button button {
    height: 24px;
    padding: 0 5px;
    float: inline-end;
}

.homerec-name {
    display: inline;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.homerec-name-wrapper:after {
    content: "\276F";
    width: 24px;
    height: 24px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.15s;
  }

.homerec-name-wrapper.open:after {
    transform: rotate(270deg);
}

.homerec-routine-wrapper {
    margin-top: 10px;
    background-color: #fff;
    height: calc(100% - 37px);
    /* padding: 10px; */
    border-radius: 12px;
}

.homerec-routine-wrapper ol > li {
    list-style: decimal;
    margin-bottom: 0;
}

.homerec-routine-wrapper ul > li {
    list-style: disc;
    margin-bottom: 0;
}

.homerec-routine-wrapper p,
.homerec-routine-wrapper ul,
.homerec-routine-wrapper ol {
    margin-bottom: 0;
}

.homerec-img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    object-fit: cover;
    height: 125px;
}

.homerec-routine {
    padding: 5px 10px 10px;
    height: 100%;
    max-height: calc(100% - 125px);
}

@media (max-width: 1458px) {
    .homerec-postapp {
        display: none;
    }
}

@media (max-width: 1280px) {
    .homepage-view.customer-reviewed {
        flex-direction: column;
        height: auto;
    }
    .customer-reviewed .homepage-column-left-side {
        padding-top: 75px;
        position: unset;
        height: unset;
    }
    .homepage-info-name {
        font-size: 2.4vw;
    }
    .homerec-title {
        margin-top: 25px;
    }
    .homerec-postapp {
        display: inline;
    }
}

@media (max-width: 842px) {
    .homerec-title,
    .homepage-info-name {
        font-size: 22px;
    }
    .homerec-postapp {
        display: none;
    }
}

@media (max-width: 768px) {
    .homepage-info-column-wrapper {
        flex-direction: column;
    }
    .homepage-info-left, .homepage-info-right {
        width: 100%;
    }
}

@media (max-width: 690px) {
    .homerec-step {
        width: 100%;
        min-height: unset;
        height: unset;
    }
}

@media (max-width: 479px) {
    .homerec-routine-wrapper p,
    .homerec-routine-wrapper ul,
    .homerec-routine-wrapper ul li,
    .homerec-routine-wrapper ol {
        font-size: 16px;
    }
}

/* Homepage for Professionals */
.pro-reviewed .homepage-column-left-side {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 10%;
    align-items: start;
}
.pro-reviewed .homepage-column-right-side {
    background-color: var(--light_green);
    align-content: center;
    padding: 0;
}
.pro-reviewed .homepage-column-left-side, .pro-reviewed .homepage-column-right-side {
    height: 475px;
}
.pro-home-header {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.pro-home-header .typewrite {
    padding-left: 0.3em;
}
.pro-home-header .typewrite > .wrap {
    padding-right: 10px;
}
#btn_pro_edit_profile {
    margin: 10px 0 12px 0;
}
#pro_chat_trigger {
    color: var(--primary_color);
    text-decoration: underline;
}
.pro-home-main {
    display: flex;
    height: 100%;
    padding-top: 46px;
    align-items: center;
}
.pro-home-main img {
    max-height: 360px;
    width: auto;
}

.pro-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light_green);
}

#homepage_ws_area .homepage-grid {
    display: flex;
    padding: 0;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
#homepage_ws_area .owl-carousel {
    z-index: 0;
}
#homepage_ws_area .homepage-grid.owl-loaded {
    gap: 0;
    overflow: visible;
}
#homepage_ws_area .owl-nav .owl-prev {
    left: -30px;
}
#homepage_ws_area .owl-nav .owl-next {
    right: -30px;
}
#homepage_ws_area .owl-nav > div {
    top: calc((100vw - 140px) / 6 * 1.1567 / 2 - 20px);
}
#homepage_ws_area .homepage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc((100% - 100px) / 6);
    overflow: hidden;
}
@media (max-width: 1440px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 60px) / 4);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 100px) / 4 * 1.1567 / 2 - 20px);
    }
}
@media (max-width: 1024px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 40px) / 3);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 80px) / 3 * 1.1567 / 2 - 20px);
    }
}
@media (max-width: 1280px) {
    .pro-reviewed .homepage-column-left-side, .pro-reviewed .homepage-column-right-side {
        height: auto;
    }
    .pro-reviewed .homepage-column-left-side {
        padding: 20px;
        text-align: center;
        min-height: 0;
        align-items: center;
        background-color: var(--light_grey);
    }
    .pro-reviewed .homepage-column-right-side {
        background-color: transparent;
    }
    .pro-home-main {
        padding-top: 0;
    }
}
#homepage_ws_area .custom-reviews {
    margin: 0;
}
.wishlist-grid-container {
    padding: 50px 10px;
    border-bottom: 1px solid #ddd;
    /* position: relative; */
    /* display: flex; */
}
.wishlist-grid-container > h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
.wishlist-grid-container > h3 span {
    font-weight: normal;
    font-size: 90%;
}
.wk-ap-category-image-container {
    width: 100%;
    position: relative;
}
.pro-wishlist-container, .pro-default-wishlist-container {
    padding: 0 40px 40px;
}
@media (max-width: 767px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 20px) / 2);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 60px) / 2 * 1.1567 / 2 - 20px);
    }
    .pro-home-header {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .pro-wishlist-container, .pro-default-wishlist-container {
        padding: 0 20px 20px;
    }
    .wishlist-grid-container {
        padding: 30px 0px;
    }
    .pro-video {
        height: unset;
        padding: 0;
    }
    #homepage_ws_area .owl-nav .owl-prev {
        left: -15px;
    }
    #homepage_ws_area .owl-nav .owl-next {
        right: -15px;
    }
}

/* Homepage Print CSS */

@media print {
    a.logo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -12%);
    }
    .page-wrapper {
        display: flex;
        min-height: unset;
    }
    li.link.authorization-link {
        display: none;
    }
    img#sc-home-image, div#map, .homepage-info-bottom,.homepage-info-print,.homepage-info-question,.homerec-img {
        display: none !important;
    }
    .customer-reviewed .homepage-column-left-side {
        padding-top: 50px;
        padding-bottom: 0;
        min-height: unset;
    }
    a.logo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -12%);
    }
    h3.homerec-title {
        margin: 0px 0px 5px;
    }
    .homepage-info-column-wrapper {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
    }
    .homerec-routine-wrapper {
        display: block !important;
        height: unset !important;
    }
    .homerec-name-wrapper:after {
        content: none;
    }
    .homerec-name {
        text-decoration: underline;
    }
    .customer-reviewed .homepage-column-left-side .homepage-info {
        padding: 0 10px 10px;
    }
    .homepage-info-content {
        height: unset !important;
        margin-top: 5px;
    }
}
.typewrite {
    color: #265d33;
    padding-left: 0.3em;
    position: relative;
}
.typewrite > .wrap {
    padding-right: 0.2em;
}
.typewrite > .wrap:after {
    content: '';
    width: 0.1em;
    position: absolute;
    right: 0;
    height: 1em;
    bottom: 0.2em;
    background-color: #265d33;
    animation: caret 1s steps(1) infinite;
}
@keyframes caret {
    50% {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    #main_incomplete .homepage-title br:not(.mobile-br) {
        display: none;
    }
    #main_incomplete .typewrite {
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    #main_incomplete .homepage-title br.mobile-br {
        display: none;
    }
}
#homepage_ws_area .homepage-item:hover .akeans-swatch-wrapper {
    display: block;
}
#homepage_ws_area .product-item-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 11px 11px;
    overflow: hidden;
}
#homepage_ws_area .product-item-actions .actions-primary {
    width: 100%;
}
#homepage_ws_area button.action.tocart.primary {
    background: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    width: 100%;
    padding: 11px 15px;
    line-height: 1;
    font-family: var(--title_font);
    font-weight: 600;
    transition-delay: 0.05s;
    border-radius: 0;
}
#homepage_ws_area button.action.tocart.primary:hover {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
#homepage_ws_area button.action.tocart[title="Choose a size"] {
    pointer-events: none;
}
@media (min-width: 768px) {
    #homepage_ws_area .product-item-inner {
        background: #ffffff;
        display: none;
    }
    #homepage_ws_area .homepage-item:hover .product-item-inner {
        display: block;
    }
}
@media (max-width: 767px) {
    #homepage_ws_area button.action.tocart.primary {
        font-size: 14px !important;
        padding: 9px 15px;
    }
}

/* ============================================================
   Seasonal Calendar — Reviewed Customer Homepage
   ============================================================ */
.sc-page {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    font-size: 16px;
}
.sc-page.sc-init {
    min-height: 700px;
    background: var(--light_green);
}

/* HERO */
.sc-hero {
    background-color: var(--light_grey);
    border-bottom: 1px solid #c8e6c9;
    padding-top: 60px;
    margin-bottom: 0;
    overflow: hidden;
}

.sc-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1440px;
    margin: 0 auto;
}

.sc-hero-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px;
}

.sc-hero-left #map {
    width: 100%;
    height: 452px;
    border-radius: 12px;
}

.sc-hero-left img#sc-home-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 422px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    position: relative;
}

.hero-map-wrap {
    width: 100%;
    max-width: 440px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    position: relative;
}

.sc-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 40px 120px 32px;
}

.sc-hero h1 {
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.sc-hero-right > p {
    color: #6b6b6b;
    max-width: 520px;
    margin: 0 0 20px;
}

.hero-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.hero-stat {
    background: var(--body_bg);
    border: 1px solid #eee;
    border-radius: 10px;
    flex: 1;
    padding: 12px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.hero-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #9e9e9e;
    font-weight: 600;
    margin-bottom: 2px;
}

.hero-stat-value {
    font-weight: 700;
    color: #1a1a1a;
}

.hero-stat-detail {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 1px;
}

.advisor-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--body_bg);
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.advisor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #a5d6a7;
}

.advisor-text {
    display: flex;
    flex-direction: column;
}

.advisor-name {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.2;
}

.advisor-role {
    font-size: 13px;
    color: var(--brand);
    font-weight: 600;
}

.advisor-co {
    font-size: 12px;
    color: #9e9e9e;
}

body a.advisor-contact-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1979c3;
    text-decoration: none;
    line-height: 1.4;
}

body a.advisor-contact-btn:hover {
    text-decoration: underline;
    color: #1565a3;
}

.advisor-divider {
    width: 1px;
    height: 36px;
    background: #eee;
    flex-shrink: 0;
    margin: 0 4px;
}

.advisor-stats {
    display: flex;
    gap: 16px;
    margin-left: auto;
    flex-shrink: 0;
}

.advisor-stat {
    text-align: center;
}

.advisor-stat-val {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.2;
}

.advisor-stat-lbl {
    font-size: 10px;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
}

/* COST */

.cost-section {
    background-color: var(--light_green);
    border-bottom: 1px solid #c8e6c9;
    padding: 24px 0;
}

.cost-heading {
    text-align: center;
    margin-bottom: 16px;
}

.cost-heading-title {
    font-size: 1.5em;
    font-weight: 800;
    color: #1a1a1a;
}

.cost-heading-sub {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 2px;
}

.cost-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.cost-card {
    background: var(--body_bg);
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 24px 16px 30px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    flex: 1;
}

.cost-card-icon {
    font-size: 1.6em;
    margin-bottom: 4px;
}

.cost-card-label {
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #4a4a4a;
    font-weight: 700;
}

.cost-card-value {
    font-size: 1.35em;
    font-weight: 800;
    color: #1a1a1a;
}

.cost-card-value-label {
    font-size: 12px;
    font-weight: 400;
}

.cost-card-apps {
    font-size: 13px;
    color: var(--brand);
    font-weight: 600;
    margin-top: 4px;
}

.cost-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 4px;
}

.cost-tooltip-wrap {
    position: relative;
    display: inline-flex;
}

.cost-info-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #bdbdbd;
    background: var(--body_bg);
    color: #9e9e9e;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    transition: all .15s;
    flex-shrink: 0;
}

.cost-info-btn:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.cost-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    width: 220px;
    white-space: normal;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    text-align: left;
}

.cost-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1a1a1a;
}

.cost-tooltip-wrap:hover .cost-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

button.btn-subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s;
    border: 1.5px solid var(--brand);
    background: var(--body_bg);
    color: var(--brand);
}

.btn-subscribe:hover,
.btn-subscribe.subscribed {
    background: var(--brand);
    color: #fff;
}

.btn-subscribe svg {
    width: 13px;
    height: 13px;
}

.cost-total {
    background: var(--brand);
    box-shadow: 0 2px 8px rgba(46,125,50,.2);
}

.cost-total-label {
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #c8e6c9;
    font-weight: 700;
    margin-bottom: 2px;
}

.cost-total-value {
    font-size: 1.35em;
    font-weight: 800;
    color: #fff;
}

.cost-total-sub {
    font-size: 13px;
    color: #c8e6c9;
    margin-top: 4px;
}

.cost-original {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 4px;
}

.cost-save {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,.2);
    padding: 1px 6px;
    border-radius: 3px;
}

button.btn-subscribe-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 10px 16px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-subscribe-all:hover,
.btn-subscribe-all.subscribed {
    background: #fff;
    color: var(--brand);
}

.btn-subscribe-all svg {
    width: 14px;
    height: 14px;
}

/* CALENDAR SECTION */

.sc-cal-section {
    padding: 36px 0 0;
}

.sc-cal-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.sc-section-title {
    font-size: 1.4em;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.sc-section-subtitle {
    color: #9e9e9e;
    font-size: 13px;
    margin-bottom: 20px;
}

/* TIMELINE */

.timeline-wrap {
    display: flex;
    background: #fafafa;
    border-radius: 14px;
    padding: 4px;
    border: 1px solid #eee;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 2px;
}

.tl-btn {
    flex: 1;
    min-width: 0;
    padding: 10px 2px;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    transition: all .2s;
    position: relative;
}

.tl-btn:hover {
    background: #e8f5e9;
}

.tl-btn .tl-m {
    font-size: 13px;
    font-weight: 700;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tl-btn .tl-n {
    font-size: 11px;
    color: #bdbdbd;
    margin-top: 1px;
}

.tl-btn.active {
    background: var(--brand) !important;
    box-shadow: 0 2px 8px rgba(46,125,50,.3);
}

.tl-btn.active .tl-m {
    color: #fff;
}

.tl-btn.active .tl-n {
    color: rgba(255,255,255,.65);
}

.tl-btn.cur::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand-light);
}

.tl-btn.active.cur::after {
    background: #fff;
}

/* Past months — clearly faded/inactive */
.tl-btn.past {
    opacity: 0.38;
}
.tl-btn.past:hover {
    opacity: 0.55;
    background: #f5f5f5;
}

/* Current month (today) — clearly highlighted when not selected */
.tl-btn.cur:not(.active) {
    background: #e8f5e9;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #66bb6a;
}
.tl-btn.cur:not(.active) .tl-m {
    color: var(--brand-dark);
    font-weight: 800;
}
.tl-btn.cur:not(.active) .tl-n {
    color: #388e3c;
}

/* Future months — slightly brighter than past so the contrast is obvious */
.tl-btn:not(.active):not(.past):not(.cur) .tl-m {
    color: #616161;
}
.tl-btn:not(.active):not(.past):not(.cur) .tl-n {
    color: #9e9e9e;
}

/* Progress ring inside each month button */
.tl-ring {
    display: block;
    margin: 0 auto 4px;
    flex-shrink: 0;
}

/* MONTH CARD */

.month-card {
    background: var(--body_bg);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    border: 1px solid #eee;
    margin-top: 20px;
    animation: fadeUp .3s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.month-top {
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: stretch;
}

.month-info {
    padding: 18px 22px;
    flex-shrink: 0;
}

.month-name {
    font-size: 1.6em;
    font-weight: 800;
    color: #1a1a1a;
}

.month-climate-section {
    margin-top: 8px;
}

.month-climate-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 4px;
}

.month-climate-tags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.mc-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 600;
    white-space: nowrap;
}
.mc-tag .hi {
    color: #c62828;
    font-weight: 700;
}
.mc-tag .lo {
    color: #1565c0;
}
.mc-tag svg {
    width: 12px;
    height: 12px;
    color: #1565c0;
}

.forecast-strip {
	display: flex;
	align-items: stretch;
	margin-left: auto;
	border-left: 1px solid #eee;
	flex-shrink: 0;
	background: #fafafa;
	overflow: visible;
}
.fc-label {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #bdbdbd;
	padding: 6px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-right: 1px solid #eee;
}
.fc-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 11px;
	min-width: 58px;
	border-right: 1px solid #eee;
	transition: background 0.15s;
    white-space: nowrap;
}
.fc-day:last-child {
	border-right: none;
}
.fc-day:hover {
	background: #f1f8e9;
}
.fc-day-name {
	font-size: 10px;
	font-weight: 700;
	color: #6b6b6b;
	text-transform: uppercase;
}
.fc-day-date {
	font-size: 10px;
	color: #bdbdbd;
	margin-bottom: 3px;
}
.fc-day-icon {
	font-size: 1.1rem;
	margin: 1px 0;
}
.fc-day-icon img {
    width: 20px;
    border-radius: 50%;
}
.fc-day-temps {
	font-size: 13px;
	font-weight: 700;
	color: #2d2d2d;
}
.fc-day-temps small {
	font-weight: 400;
	color: #bdbdbd;
}
.fc-day-precip {
	font-size: 10px;
	color: #1565c0;
	margin-top: 1px;
}
.fc-day.fc-rain {
	background: #fff5f5;
	border: 1px solid #ffcdd2;
	position: relative;
}
.fc-day.fc-rain .fc-day-name {
	color: #c62828;
}
.fc-day.fc-rain .fc-day-precip {
	color: #c62828;
	font-weight: 700;
}
.fc-day.fc-rain:hover .fc-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.fc-tooltip {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	background: #1a1a1a;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 8px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	z-index: 10;
	pointer-events: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.fc-tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-bottom-color: #1a1a1a;
}

/* TIPS */

.month-tips {
    padding: 14px 22px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.month-tips-title {
    font-size: 13px;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.month-tips-text {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.6;
}

/* FILTERS */

.filters-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    border-bottom: 1px solid #f5f5f5;
    flex-wrap: wrap;
}

.filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-right: 4px;
}

.filter-btn {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid;
    transition: all .15s;
}

.filter-btn.pest {
    border-color: #ef5350;
    color: #c62828;
    background: transparent;
}

.filter-btn.pest.active {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}

.filter-btn.fert {
    border-color: var(--brand);
    color: var(--brand);
    background: transparent;
}

.filter-btn.fert.active {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.filter-btn.rodent {
    border-color: #f57f17;
    color: #f57f17;
    background: transparent;
}

.filter-btn.rodent.active {
    background: #f57f17;
    color: #fff;
}

.filter-btn.weed {
    border-color: #e65100;
    color: #e65100;
    background: transparent;
}

.filter-btn.weed.active {
    background: #e65100;
    color: #fff;
}

/* TASKS */

.task-list {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.task-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
    transition: all .2s;
}

.task-item:hover {
    border-color: #a5d6a7;
    background: #f1f8e9;
}

.task-item.completed {
    opacity: .4;
}

.task-item.completed .task-title {
    text-decoration: line-through;
}

.task-img {
    width: 96px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.task-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    background: var(--body_bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-buy, .btn-buy:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3px 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid var(--brand);
    background: var(--body_bg);
    color: var(--brand);
    transition: all .15s;
}

.btn-buy:hover {
    background: var(--brand);
    color: #fff;
}

.task-body {
    min-width: 0;
}

.task-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.task-cat {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #eee;
}

.task-cat-recommended {
    background: #3a3a3a;
    color: #fff;
}

.pest-problems-section {
    border-top: 1px solid #eee;
}

.pest-problems-header {
    background: #fafafa;
    border-bottom: 1px solid #eee;
    padding: 16px 22px;
}

.task-window {
    font-size: 13px;
    color: #9e9e9e;
}

.task-title {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.task-desc {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.55;
}

.task-prod-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.task-prod-name {
    font-size: 13px;
}

body a.task-prod-link {
    color: #6b6b6b;
}

body a.task-prod-link:hover {
    color: var(--primary_color);
}

.task-amt {
    font-size: 13px;
    color: var(--brand);
}

.task-amt-missing {
    font-size: 13px;
    color: #f57f17;
}

.task-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}

button.btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background: var(--body_bg);
    color: #4a4a4a;
    transition: all .15s;
    white-space: nowrap;
}

.btn-action:hover {
    background: #f1f8e9;
    border-color: var(--brand);
    color: var(--brand);
}

.btn-action.is-done {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.btn-action svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* PROGRESS */

.progress-strip {
    padding: 14px 22px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 14px;
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--brand);
    border-radius: 3px;
    transition: width .5s ease;
}

.progress-text {
    font-size: 13px;
    color: #9e9e9e;
    white-space: nowrap;
}

/* TOAST */

.sc-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1a1a1a;
    color: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    font-size: 14px;
    font-weight: 500;
    transform: translateY(80px);
    opacity: 0;
    transition: all .3s ease;
    z-index: 9999;
}

.sc-toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* Seasonal Calendar — No Zone State */

#scNoZone {
    background-color: var(--light_green);
    padding: 40px 24px 56px;
}

.sc-no-zone-card {
    background: #fff;
    border-radius: 16px;
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 40px 40px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.sc-no-zone-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff8e1;
    border: 1px solid #ffe082;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.sc-no-zone-icon svg {
    width: 28px;
    height: 28px;
    color: #f57f17;
}

.sc-no-zone-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fffde7;
    border: 1px solid #ffe082;
    color: #e65100;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 24px;
}

.sc-no-zone-heading {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.sc-no-zone-desc {
    font-size: 15px;
    color: #555;
    max-width: 560px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.sc-no-zone-cols {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
    padding-top: 32px;
}

.sc-no-zone-divider {
    width: 1px;
    background: #e8e8e8;
    margin: 0 40px;
}

.sc-no-zone-col-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sc-no-zone-col-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.sc-no-zone-col-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin: 0 0 16px;
}

.sc-no-zone-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--brand);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sc-no-zone-link:active, .sc-no-zone-link:visited {
    color: var(--brand);
}
.sc-no-zone-link:hover, .sc-no-zone-link:focus {
    color: var(--brand-dark);
}

.sc-no-zone-link svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 700px) {
    .sc-no-zone-card {
        padding: 32px 20px 28px;
    }

    .sc-no-zone-cols {
        grid-template-columns: 1fr;
    }

    .sc-no-zone-divider {
        width: 100%;
        height: 1px;
        margin: 24px 0;
    }
}

/* Seasonal Calendar Responsive */

@media (max-width: 900px) {
    .sc-hero-grid {
        grid-template-columns: 1fr;
    }

    .sc-hero-left {
        min-height: 280px;
        order: 2;
    }

    .sc-hero-left #map {
        min-height: 280px;
    }

    .sc-hero-right {
        padding: 0 16px 24px 16px;
        order: 1;
    }
}

@media (max-width: 768px) {
    .sc-hero-left {
        padding: 30px 20px;
    }

    .sc-hero-right {
        padding: 24px 16px;
    }

    .cost-inner {
        flex-direction: column;
        gap: 10px;
    }

    .task-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .task-img {
        width: 100%;
    }

    .task-actions {
        flex-direction: row;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        width: 100%;
    }

    .advisor-card {
        flex-wrap: wrap;
    }

    .advisor-divider {
        display: none;
    }

    .advisor-stats {
        margin-left: 0;
        width: 100%;
        justify-content: space-around;
        margin-top: 4px;
    }
    .tl-btn {
        min-width: 56px;
    }
}

@media (max-width: 500px) {
    .sc-hero h1 {
        font-size: 1.55em;
    }

    .hero-stats {
        flex-direction: row;
    }

    .hero-stat {
        padding: 10px 6px;
    }

    .hero-stat-enter-btn svg {
        display: none;
    }

    .hero-stat-size-type {
        display: none;
    }
}

@media (max-width: 767px) {
    .month-top {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .homepage-stats div {
        width: 21vw;
    }
    .forecast-strip {
        flex: 1;
        max-width: 100%;
        overflow: auto hidden;
    }
}

/* ===== Property Size CTA (replaces hero-stats when sizes are missing) ===== */
.hero-property-cta {
    margin-bottom: 20px;
}

.hero-property-placeholder {
    text-align: center;
    border: 1.5px dashed #b0c4b1;
    border-radius: 10px;
    padding: 14px 18px;
    color: #9e9e9e;
    font-size: 14px;
    background: rgba(255,255,255,0.6);
    margin-bottom: 12px;
}

.hero-property-placeholder svg {
    flex-shrink: 0;
    opacity: 0.55;
}

.hero-property-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid var(--brand);
    color: var(--brand);
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.hero-property-edit-btn:hover {
    background: #f1f8e9;
    border: 1.5px solid var(--brand);
    color: var(--brand);
}

.hero-property-edit-btn svg {
    width: 16px;
    height: 16px;
}

/* ===== Inline missing-stat action (Enter Home/Lawn Size) ===== */
.hero-stat-missing-action {
    margin-top: 6px;
}

.hero-stat-enter-btn {
    display: flex;
    margin: 0 auto;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--brand);
    background: none;
    border: 1px solid var(--brand);
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background .15s, color .15s;
    line-height: 1.6;
}

.hero-stat-enter-btn svg {
    width: 14px;
}

.hero-stat-enter-btn:hover, .hero-stat-enter-btn:focus, .hero-stat-enter-btn:active {
    background: #f1f8e9;
    border: 1px solid var(--brand);
    color: var(--brand);
}

/* ===== Lawn-size tooltip (? button + popup) ===== */
.hero-stat-info-wrap {
    position: absolute;
    right: 8px;
    top: 4px;
}

.hero-stat-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--bs-gray-700);
    color: white;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.hero-stat-info-btn:hover {
    transition: all .3s;
}

.hero-stat-info-popup {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    color: #424242;
    line-height: 1.5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    z-index: 10;
    pointer-events: none;
}

.hero-stat-info-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #fff;
}

/* ===== Property Size Modal ===== */
.sc-propsize-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-propsize-modal {
    background: #fff;
    border-radius: 18px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    position: relative;
}

.sc-propsize-modal-header {
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    color: #fff;
    text-align: center;
    padding: 32px 28px 28px;
}

.sc-propsize-modal-header .sc-propsize-icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.sc-propsize-modal-header h3 {
    font-size: 1.3em;
    font-weight: 800;
    margin: 0 0 8px;
    color: #fff;
}

.sc-propsize-modal-header p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
    line-height: 1.5;
}

.sc-propsize-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-propsize-modal-close:hover {
    background: rgba(255,255,255,0.35);
}

.sc-propsize-modal-body {
    padding: 28px 28px 24px;
}

.sc-propsize-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.sc-propsize-input-group label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #666;
    margin-bottom: 6px;
}

.sc-propsize-input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fafafa;
}

.sc-propsize-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 10px;
    font-size: 15px;
    outline: none;
    min-width: 0;
    color: #1a1a1a;
}

.sc-propsize-input-wrap input:focus {
    outline: none;
}

.sc-propsize-input-wrap:focus-within {
    border-color: var(--brand-dark);
}

.sc-propsize-unit {
    padding: 0 10px;
    font-size: 13px;
    color: #9e9e9e;
    font-weight: 500;
    border-left: 1px solid #eee;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.sc-propsize-submit-btn {
    display: block;
    width: 100%;
    background: var(--brand-dark);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 14px;
    transition: background .15s;
}

.sc-propsize-submit-btn:hover {
    background: var(--brand-dark);
    color: #fff;
}

.sc-propsize-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.sc-propsize-clear-link {
    display: block;
    text-align: center;
    color: #9e9e9e;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
}

.sc-propsize-clear-link:hover {
    background: none;
    color: #555;
}

@media (max-width: 600px) {
    .sc-propsize-modal {
        max-width: calc(100vw - 32px);
    }

    .sc-propsize-inputs {
        grid-template-columns: 1fr;
    }
}

/* ── Update-Requested SC State ──────────────────────────── */

.sc-ur-wrap {
    padding: 48px 24px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--light_green);
    min-height: 400px;
}

.sc-ur-section-header {
    text-align: center;
    max-width: 860px;
    width: 100%;
    margin-bottom: 24px;
}

.sc-ur-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.sc-ur-section-subtitle {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.sc-ur-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    padding: 48px 48px 40px;
    max-width: 860px;
    width: 100%;
    text-align: center;
}

.sc-ur-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e3f0fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid #90caf9;
    color: #1976d2;
}

.sc-ur-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    border: 1px solid #90caf9;
    color: #1976d2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sc-ur-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1976d2;
    flex-shrink: 0;
}

.sc-ur-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.sc-ur-desc {
    font-size: 15px;
    color: #555;
    max-width: 560px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.sc-ur-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 24px;
    margin-bottom: 36px;
}

.sc-ur-cols {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0 32px;
    text-align: left;
    border-top: 1px solid #e8e8e8;
    padding-top: 32px;
    margin-top: 4px;
}

.sc-ur-divider {
    width: 1px;
    background: #e8e8e8;
    align-self: stretch;
}

.sc-ur-col-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sc-ur-col-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.sc-ur-col-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.55;
    margin-bottom: 16px;
}

@media (max-width: 700px) {
    .sc-ur-card {
        padding: 32px 20px 28px;
    }

    .sc-ur-cols {
        grid-template-columns: 1fr;
    }

    .sc-ur-divider {
        width: 100%;
        height: 1px;
        margin: 4px 0;
    }
}

/* ============================================================
   Not-logged-in page  (standalone — inspired by SC hero styles)
   ============================================================ */

/* ---- Hero layout ---- */

.nli-hero {
    background-color: var(--light_grey);
    border-bottom: 1px solid #c8e6c9;
    overflow: hidden;
    padding-top: 60px;
}

.nli-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
}

.nli-hero-left {
    padding: 36px 40px;
    background-color: var(--light_grey);
    position: relative;
}

.nli-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 48px 120px 44px;
}

/* ---- QA state selector ---- */

#nli-state-selector-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #fff3cd;
    border: 1px dashed #f0a500;
    border-radius: 8px;
    font-size: 13px;
    position: absolute;
    top: -18px;
    left: 40px;
    width: 300px;
    opacity: 0.7;
}

.nli-state-selector-label {
    font-weight: 600;
    color: #7a5500;
    white-space: nowrap;
}

.nli-state-selector {
    flex: 1;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
}

/* ---- Neighborhood SVG map ---- */

#neighborhood-map-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #e8ece8;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 452px;
}
#nli_map_wrapper {
    height: 452px;
}

.neighborhood-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.nli-map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.nli-map-wrapper #map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Live pulse dot */
.neighborhood-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--brand-light);
    border-radius: 50%;
    animation: live-pulse 1.6s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.45; transform: scale(0.7); }
}

/* ---- Counter card ---- */

.nli-counter-card {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: #fff;
    border-radius: 14px;
    padding: 14px 20px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    min-width: 175px;
}

.nli-counter-status {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #666;
}

.nli-counter-live-label {
    font-weight: 600;
    color: #333;
}

.nli-counter-number {
    font-size: 3em;
    font-weight: 800;
    line-height: 1;
    color: var(--secondary_color);
    font-family: var(--title_font, sans-serif);
    margin-bottom: 3px;
}

.nli-counter-label {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 9px;
}

.nli-counter-label strong {
    color: var(--green_color);
}

.nli-counter-privacy {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #999;
}

/* ---- Title ---- */

.nli-title {
    color: #1a1a1a;
    margin: 0 0 16px;
}

.nli-title p {
    font-size: 3.5em;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.nli-title-accent {
    color: var(--green_color);
}

.nli-hero-right > p {
    color: #6b6b6b;
    margin: 0 0 20px;
    font-size: 15px;
}

/* ---- Stat cards ---- */

.nli-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
    padding: 20px 0;
}

.nli-stat {
    background: var(--body_bg, #fff);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px 10px 12px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nli-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9e9e9e;
    font-weight: 600;
    margin-bottom: 2px;
}

.nli-stat-icon {
    color: #c8852a;
    font-size: 15px;
    margin: 4px 0 3px;
}

.nli-stat-value {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 3px;
}

body a.nli-stat-link {
    font-size: 11px;
    font-weight: 600;
    color: var(--green_color);
    text-decoration: none;
}

.nli-stat-link:hover {
    text-decoration: underline;
}

/* ---- Address input + button ---- */

.nli-treatment-input {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.nli-input-wrap {
    flex: 1;
}

.nli-input-wrap #treatment_address {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 14px 18px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.nli-hero button.nli-cta-btn {
    border-radius: 0;
    margin-top: 0;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
}

/* ---- Below-input row ---- */

.nli-below-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 12px;
    flex-wrap: wrap;
}

.homepage-address-note {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}

.homepage-login-prompt {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
}

.homepage-login-prompt a {
    font-weight: 700;
    color: var(--secondary_color);
    text-decoration: underline;
}

/* ---- Social proof bar ---- */

.not-loggedin-proof-bar {
    background-color: var(--light_green, #e8f5e8);
    padding: 32px 0;
}

.not-loggedin-proof-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 72px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.proof-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.proof-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--green_color);
    font-family: var(--title_font, sans-serif);
    line-height: 1;
}

.proof-stat-star {
    color: #f5a623;
    font-size: 28px;
}

.proof-stat-label {
    font-size: 14px;
    color: #555;
    text-align: center;
}

/* ---- Why section ---- */

.not-loggedin-why {
    padding: 72px 24px;
    background: #fff;
}

.not-loggedin-why-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.not-loggedin-why-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary_color);
    margin-bottom: 12px;
}

.not-loggedin-why-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 48px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.not-loggedin-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    text-align: left;
}

.not-loggedin-feature-card {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 28px 28px 24px;
}

.not-loggedin-feature-card .feature-card-icon {
    width: 40px;
    height: 40px;
    background-color: var(--light_green, #e8f5e8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green_color);
    font-size: 18px;
    margin-bottom: 14px;
}

.not-loggedin-feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.not-loggedin-feature-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ---- Responsive ---- */

@media (max-width: 900px) {
    .nli-hero-grid {
        grid-template-columns: 1fr;
    }
    .nli-hero-left {
        min-height: unset;
        padding: 24px 24px 36px 24px;
        order: 2;
    }
    .nli-hero-right {
        padding: 36px 28px 0;
        order: 1;
    }
    .not-loggedin-proof-bar-inner {
        gap: 40px;
    }
    #nli-state-selector-wrap {
        top: 0;
        left: 24px;
        z-index: 3;
    }
    #neighborhood-map-wrapper {
        height: calc(70vw);
    }
    .nli-counter-number {
        font-size: 2em;
    }
    .nli-stats {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .nli-title p {
        font-size: 2em;
    }
    .not-loggedin-features {
        grid-template-columns: 1fr;
    }
    .not-loggedin-why-title {
        font-size: 24px;
    }
    .not-loggedin-why {
        padding: 48px 16px;
    }
    .proof-stat-number {
        font-size: 28px;
    }
}

@media (max-width: 590px) {
    .nli-treatment-input {
        flex-direction: column;
    }
    .nli-below-input {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .not-loggedin-proof-bar-inner {
        flex-direction: column;
        gap: 20px;
    }
}

#main_reviewed_sc .btn.edit-profile {
    background-color: var(--brand);
    margin: 0 auto 24px;
    display: flex;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 15px;
}
#main_reviewed_sc .btn.edit-profile:hover {
    background-color: var(--brand-dark);
}
#main_reviewed_sc .btn.edit-profile svg {
    width: 18px;
}
#updateProfileCta .btn.edit-profile {
    margin: 0;
}
#scIncompleteContent .sc-ur-card {
    max-width: 900px;
}
#scIncompleteContent .sc-ur-icon {
    background: var(--amber-light);
    border-color: var(--amber-border);
}
#scIncompleteContent .sc-ur-icon svg {
    width: 28px;
    color: var(--amber_color);
}
#scIncompleteContent .sc-ur-badge {
    background: var(--amber-light);
    border-color: var(--amber-border);
    color: #92400e;
}
#scIncompleteContent .sc-ur-badge-dot {
    background: var(--amber_color);
}
#scIncompleteContent .sc-ur-col-title {
    font-size: 16px;
}
#scIncompleteContent .sc-ur-col-desc {
    font-size: 13px;
    margin-bottom: 12px;
}
#scIncompleteContent .sc-no-zone-link {
    font-size: 13px;
}
#scIncompleteContent .sc-ur-cols {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 20px;
    padding-top: 24px;
}
@media (max-width: 700px) {
    #scIncompleteContent .sc-ur-cols {
        grid-template-columns: 1fr;
    }
}
.pending-opt-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.lock-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #bdbdbd;
    margin-bottom: 6px;
}
.lock-tag svg {
    width: 12px;
    height: 12px;
}
.opt-locked {
    opacity: .5;
    pointer-events: none;
}
