/*
  Jupiter Hotel - About page styles
  Scope: about_jupiter.html only
*/

.jupiter-about-section {
    background: #fbfaf8;
}

.jupiter-about-image,
.jupiter-location-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f1eee8;
}

.jupiter-about-image img,
.jupiter-location-image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.jupiter-about-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: 148px;
    min-height: 116px;
    padding: 22px 18px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(23, 31, 42, 0.16);
}

.jupiter-about-badge span {
    display: block;
    color: var(--theme);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.jupiter-about-badge strong {
    display: block;
    color: var(--header);
    font-size: 28px;
    line-height: 1.08;
}

.jupiter-about-content .sec-title,
.jupiter-location-content .sec-title,
.jupiter-faq-section .sec-title {
    margin-top: 8px;
    margin-bottom: 24px;
    letter-spacing: 0 !important;
}

.jupiter-about-content p,
.jupiter-story-card p,
.jupiter-location-content p,
.jupiter-faq-item p {
    color: #5f6269;
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 0;
}

.jupiter-about-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.jupiter-about-facts .fact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(193, 35, 24, 0.14);
    border-radius: 8px;
    background: #ffffff;
}

.jupiter-about-facts .fact-item i {
    color: var(--theme);
    font-size: 18px;
}

.jupiter-about-facts .fact-item span {
    color: var(--header);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.jupiter-story-section {
    padding: 0 0 100px;
    background: #fbfaf8;
}

.jupiter-story-card {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(23, 31, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(23, 31, 42, 0.06);
}

.jupiter-story-card .card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background: rgba(193, 35, 24, 0.1);
    color: var(--theme);
    font-size: 22px;
}

.jupiter-story-card h3,
.jupiter-faq-item h3 {
    color: var(--header);
    font-size: 24px;
    line-height: 1.24;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.jupiter-check-list {
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.jupiter-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #363a42;
    font-size: 15px;
    line-height: 1.6;
}

.jupiter-check-list li:not(:last-child) {
    margin-bottom: 10px;
}

.jupiter-check-list i {
    color: var(--theme);
    margin-top: 5px;
}

.jupiter-location-section {
    background: #ffffff;
}

.jupiter-distance-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(23, 31, 42, 0.1);
}

.jupiter-distance-list li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 31, 42, 0.1);
}

.jupiter-distance-list span {
    color: var(--header);
    font-weight: 700;
}

.jupiter-distance-list strong {
    color: var(--theme);
    text-align: right;
}

.location-panel {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 38px rgba(23, 31, 42, 0.16);
}

.location-panel i {
    color: var(--theme);
    font-size: 26px;
}

.location-panel span {
    display: block;
    color: #72757d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.location-panel strong {
    display: block;
    color: var(--header);
    font-size: 17px;
    line-height: 1.4;
}

.jupiter-faq-section {
    background: #f4f4f4;
}

.jupiter-faq-list {
    max-width: 980px;
    margin: 14px auto 0;
}

.jupiter-faq-item {
    padding: 28px 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(23, 31, 42, 0.08);
}

.jupiter-faq-item:not(:last-child) {
    margin-bottom: 16px;
}

.jupiter-faq-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.jupiter-faq-item a {
    color: var(--theme);
    font-weight: 700;
}

@media (max-width: 991px) {
    .jupiter-about-image img,
    .jupiter-location-image img {
        min-height: 380px;
    }

    .jupiter-story-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .jupiter-about-section,
    .jupiter-location-section,
    .jupiter-faq-section {
        padding: 60px 0 !important;
    }

    .jupiter-story-section {
        padding: 0 0 60px;
    }

    .jupiter-about-image img,
    .jupiter-location-image img {
        min-height: 300px;
    }

    .jupiter-about-badge {
        left: 16px;
        bottom: 16px;
        width: 128px;
        min-height: 96px;
        padding: 18px 16px;
    }

    .jupiter-about-badge strong {
        font-size: 23px;
    }

    .jupiter-about-facts {
        grid-template-columns: 1fr;
    }

    .jupiter-story-card,
    .jupiter-faq-item {
        padding: 24px 20px;
    }

    .jupiter-story-card h3,
    .jupiter-faq-item h3 {
        font-size: 20px;
    }

    .jupiter-about-content p,
    .jupiter-story-card p,
    .jupiter-location-content p,
    .jupiter-faq-item p {
        font-size: 15px;
        line-height: 1.72;
    }

    .jupiter-distance-list li {
        display: block;
    }

    .jupiter-distance-list strong {
        display: block;
        text-align: left;
        margin-top: 4px;
    }

    .location-panel {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: none;
    }
}

@media (max-width: 430px) {
    .jupiter-about-content .sec-title,
    .jupiter-location-content .sec-title,
    .jupiter-faq-section .sec-title {
        font-size: 24px !important;
    }

    .location-panel {
        align-items: flex-start;
    }
}
