/*
Theme Name: Mobile Home Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --color-gold: #A67C52;
    --color-gold-light: #C49A6C;
    --color-gold-dark: #8B6540;
    --color-gold-muted: rgba(166, 124, 82, 0.12);
    --color-forest: #1B2B1B;
    --color-forest-light: #2A3F2A;
    --color-cream: #FAF7F2;
    --color-cream-dark: #F0EBE3;
    --color-paper: #FFFFFF;
    --color-text: #2C2C2C;
    --color-text-muted: #7A7267;
    --color-text-light: #9E9589;
    --color-border: rgba(166, 124, 82, 0.15);
    --shadow-soft: 0 4px 24px rgba(27, 43, 27, 0.06);
    --shadow-medium: 0 8px 32px rgba(27, 43, 27, 0.1);
    --radius-organic: 2px 16px 4px 14px;
    --radius-organic-alt: 14px 2px 16px 4px;
    --transition-smooth: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    --color-sold: #B85450;
    --color-stock: #5A8B5A;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: 0.5rem 2rem;
    border-radius: 4px 14px 6px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}

.button.white {
    color: #a97c52 !important;
}

.header-main .header-button .button.secondary {
    background-color: var(--color-forest) !important;
}

.button.white.is-link {
    color: #FFF !important;
}

.white.button.is-outline {
    color: #FFF !important;
    border: 2px solid #FFF !important;
}

.white.button.is-outline:hover {
    color: #a97c52 !important;
}

.stuck .header-main .nav>li>a {
    line-height: 16px !important;
}

.copy-text p {
    margin-bottom: 0.25rem;
}

footer a {
    color: rgb(245, 238, 223) !important;
    font-family: 'Poppins', sans-serif;
}

.footer__follow-icons {
    display: flex;
    justify-content: center;
}


footer .footer__follow-icons a.button.icon:hover {
    background-color: rgb(192, 138, 82) !important;
    border: 1px solid rgb(192, 138, 82) !important;
}

.footer__follow-icons a i {
    color: rgb(245, 238, 223) !important;
}

.footer__follow-icons a:hover i {
    color: rgb(245, 238, 223) !important;
}

.footer__col {
    font-family: 'Poppins', sans-serif;
}

.footer__col h4 {
    font-weight: bold;
    position: relative;
    color: rgb(245, 238, 223) ;
}

.footer__col h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--color-gold);
    border-radius: 2px;
}

.hero__background-linear .overlay {
    background: linear-gradient(to right,
            rgba(253, 252, 251, 0.9) 30%,
            rgba(253, 252, 251, 0.80) 50%,
            transparent 100%) !important;
}

.image-card img {
    clip-path: polygon(100% 0%, 92% 41%, 100% 100%, 25% 100%, 11% 41%, 25% 0%);

}

h1,
h2,
.h1,
.h2 {
    font-weight: bold !important;
}

.accent, .highlight {
        color: var(--color-gold);
}

/*Home*/

.hero__content h1 {
    line-height: 1.1;
}

.label-divider p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.label-divider p::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--color-gold);
    border-radius: 2px;
}

.col-cta-radius {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-cta-radius__icon .icon-box-text .col {
    padding-bottom: 1rem !important;
    padding-top: 0.5rem !important;
}

.col-cta-radius__icon .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.col-cta-radius__icon .icon-box-text h2 {
    padding-left: 2.25rem;
    font-size: 22px;
    margin-bottom: 0.25rem;
}

.col-cta-radius__icon .icon svg {
    width: 28px;
}

.col-cta-radius .col-inner {
    border-radius: 4px 14px 6px 12px;
}

.col-cta-radius__button .white.button.is-outline {
    padding: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin: 0 !important;
}

.col-cta-radius__button .white.button.is-outline i {
    margin-left: 0.1rem;
    margin-right: 0;
}

.col-cta-radius,
.banner-radius,
.banner-radius .banner-bg.fill {
    border-radius: 4px 14px 6px 12px;
}

.product-card {
    background: var(--color-paper);
    border-radius: var(--radius-organic);
    box-shadow: var(--shadow-soft);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.product-card .box-image {
    border-radius: 2px 16px 0 0;
}

.product-card .box-text {
    padding: 2rem;
}

.product-card:nth-child(2) {
    border-radius: var(--radius-organic-alt);
}

.product-card:nth-child(3) {
    border-radius: 12px 4px 14px 6px;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(166, 124, 82, 0.06);
    pointer-events: none;
    z-index: 2;
}

.product-card:hover {
    transform: translateY(-6px) rotate(0.3deg);
    box-shadow: var(--shadow-medium);
}

/*ABOUT */
.hero-about__icon-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-cream);
    padding: 12px 20px;
    border-radius: 8px 2px 10px 4px;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-forest);
    border: 1px solid var(--color-border);
    width: auto;
}

.hero-about__icon-box p {
margin-bottom: 0 !important;
}

.hero-about__icon-box .icon-box-img+.icon-box-text {
    padding-left: 0;
}

.hero-about__icon-box h3 {
    margin-bottom: 0.15rem;
}

.banner__icon-box {
    background: white;
    padding: 10px 18px;
    border-radius: 6px 2px 8px 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-forest);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner__icon-box p {
    margin: 0;
}

/*CONTACT */

.info-card__content,
.info-card__form {
    background: var(--color-paper);
    border-radius: var(--radius-organic);
    padding: 40px !important;
    box-shadow: var(--shadow-medium);
    border: 1px solid var(--color-border);
    margin-top: -90px;
}

@media (max-width:849px) {
    .info-card__form {
        margin-top: 30px;
    }
}

.info-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-light);
}

.info-value {
    font-size: 15px;
    color: var(--color-text);
    line-height: 1.5;
}

.info-value a {
    color: var(--color-gold);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.info-card__content .icon-inner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-gold-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    flex-shrink: 0;
}

.info-card__content svg {
    width: 20px;
    height: 20px;
}

.info-card__content .icon-box-text {
    padding-left: 2.5em !important;
}

.info-card__content .icon-box {
    padding-bottom: 1.75rem;
}

.info-content h3 {
    display: flex;
    flex-direction: column;
}

/*FORM*/
label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-muted);
}

input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: 14px 16px;
    border: 1.5px solid var(--color-border);
    border-radius: 4px 12px 6px 10px;
    background: var(--color-cream);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--color-forest);
    transition: all 0.3s ease;
    outline: none;
}

input::placeholder {
    color: var(--color-text-light);
    font-style: italic;
}

input:focus {
    border-color: var(--color-gold);
    background: white;
    box-shadow: 0 0 0 4px var(--color-gold-muted);
}

textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

.form-note {
    font-size: 13px;
    color: var(--color-text-light);
    margin-bottom: 24px;
    font-style: italic;
}

.submit-btn {
    width: 100%;
    padding: 16px 28px;
    background: var(--color-gold);
    color: white;
    border: none;
    border-radius: 4px 14px 6px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 16px rgba(166, 124, 82, 0.3);
}

.submit-btn:hover {
    background: var(--color-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(166, 124, 82, 0.4);
}

.submit-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(4px);
}

/*FAQ*/
.accordion-item {
    background: var(--color-paper);
    border-radius: var(--radius-organic);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: var(--transition-smooth);
    margin-bottom: 1rem;
}

.accordion-item:hover {
    border-color: var(--color-gold-light);
    box-shadow: var(--shadow-soft);
}

.accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-top: none;
    padding: 1.5rem 2rem;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}


.accordion-title:hover {
    color: var(--color-gold-dark);
}

.accordion .toggle {
    position: relative;
    top: initial;
    left: initial !important;
    width: 32px;
    height: 32px;
    min-height: auto;
    min-width: auto;
    border-radius: 50%;
    background: var(--color-gold-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.accordion .toggle i {
    font-size: 1.25rem;

}

/* Seta para a esquerda */
.icon-angle-right:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Seta para a esquerda */
.icon-angle-left:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    transform: rotate(180deg);
}

/* Seta para cima */
.icon-angle-up::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    transform: rotate(-90deg);
}

/* Seta para baixo */
.icon-angle-down::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    transform: rotate(90deg);
}



/*PROPERTY SINGLE*/


body .single-property {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.property-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
}

/* ===== GALERIA ===== */
.gallery-section {
    position: relative;
}

.single-property .gallery-box .image-cover img, .single-property .image-cover {
    border-radius: var(--radius-organic);
    box-shadow: var(--shadow-soft);
}

.main-image:hover img {
    transform: scale(1.03);
}

.single-property .slider-nav-circle .flickity-prev-next-button .arrow, .single-property .slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid #fff;
}

.single-property .slider-nav-circle .flickity-prev-next-button:hover .arrow, .single-property .slider-nav-circle .flickity-prev-next-button:hover svg {
    border: 2px solid var(--color-gold);

}
.single-property .flickity-button-icon .arrow {
   fill: #fff; 
}

/* ===== HEADER INFO ===== */
.property-header {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
}

.property-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--color-forest);
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.property-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: var(--color-text-muted);
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ===== PREÇO ===== */
.price-section {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}

.price-main {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-gold);
    line-height: 1;
}

.price-note {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: var(--color-text-light);
    font-style: italic;
    font-weight: 400;
}

/* ===== QUICK SPECS ===== */
.quick-specs {
    display: flex;
    gap: 32px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-border);
    flex-wrap: wrap;
}

.spec-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.spec-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-gold-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
}

.spec-icon svg {
    width: 16px;
    height: 16px;
}

.spec-info {
    display: flex;
    flex-direction: column;
}

.spec-label {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-text-light);
    font-weight: 700;
}

.spec-value {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-forest);
}

/* ===== DESCRIÇÃO ===== */
.description-section {
    margin-top: 40px;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--color-forest);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--color-gold);
    border-radius: 2px;
}

.description-text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    max-width: 640px;
    font-weight: 400;
}

.description-text p+p {
    margin-top: 16px;
}

/* ===== CARACTERÍSTICAS ===== */
.features-section, .floor-plan-section {
    margin-top: 48px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--color-paper);
    border-radius: 8px 2px 10px 4px;
    border: 1px solid var(--color-border);
    transition: var(--transition-smooth);
}

.feature-item:hover {
    border-color: var(--color-gold-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.feature-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-check svg {
    width: 12px;
    height: 12px;
    color: white;
}

.feature-text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
}

/* ===== SIDEBAR / FORM ===== */
.sidebar {
    position: sticky;
    top: 100px;
}

.contact-card {
    background: var(--color-gold);
    border-radius: var(--radius-organic-alt);
    padding: 32px;
    color: white;
    box-shadow: var(--shadow-medium);
}

.contact-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-title {
    color: var(--color-cream);
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: var(--color-cream-dark);
    font-weight: 400;
    margin-bottom: 0;
}

/* Form fields */
.form-group {
    margin-bottom: 18px;
}

.property-grid label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.9;
    color: var(--color-cream-dark);
}

.property-grid input {
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-radius: 4px 12px 6px 10px;
    background: rgba(255, 255, 255, 0.95);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    min-height: 40px;
    color: var(--color-forest);
    transition: all 0.3s ease;
    outline: none;
}

.form-input::placeholder {
    color: var(--color-text-light);
    font-style: italic;
    font-weight: 400;
}

.property-grid input:focus {
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.form-textarea {
    min-height: 100px;
    resize: vertical;
    line-height: 1.6;
}

/* Submit button */
.property-grid .submit-btn {
    width: 100%;
    padding: 12px 24px;
    background: var(--color-forest) !important;
    color: white;
    border: none;
    border-radius: 4px 14px 6px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition-smooth);
    margin-top: 8px;
}

.submit-btn:hover {
    background: var(--color-forest-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 43, 27, 0.3);
}

.submit-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(4px);
}

/* ===== RESPONSIVO ===== */
@media (max-width: 968px) {
    .property-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sidebar {
        position: relative;
        top: 0;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .main-image {
        height: 380px;
    }

    .property-title {
        font-size: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .single-property {
        padding: 0;
    }

    .main-image {
        height: 280px;
        border-radius: 12px 2px 14px 4px;
    }

    .property-title {
        font-size: 26px;
    }

    .price-main {
        font-size: 28px;
    }

    .quick-specs {
        gap: 20px;
    }

    .spec-block {
        gap: 8px;
    }

    .spec-icon {
        width: 30px;
        height: 30px;
    }

    .contact-card {
        padding: 24px;
    }

    .thumbnail {
        width: 72px;
        height: 52px;
    }
}

/* ===== SCROLLBAR ===== */
.thumbnail-strip::-webkit-scrollbar {
    height: 4px;
}

.thumbnail-strip::-webkit-scrollbar-track {
    background: transparent;
}

.thumbnail-strip::-webkit-scrollbar-thumb {
    background: var(--color-gold-light);
    border-radius: 4px;
}

.mfp-arrow{
    width: auto;
}



    /* ===== CARD ===== */
    .property-card {
      background: var(--color-paper);
      border-radius: 2px 16px 4px 14px;
      overflow: hidden;
      box-shadow: var(--shadow-soft);
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: relative;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      max-width: 380px;
      width: 100%;
    }

    .property-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      border-radius: inherit;
      box-shadow: inset 0 0 0 1px rgba(166, 124, 82, 0.06);
      pointer-events: none;
      z-index: 2;
    }

    .property-card:hover {
      transform: translateY(-6px) rotate(0.3deg);
      box-shadow: var(--shadow-hover);
    }

    .property-card:hover .card-image img {
      transform: scale(1.06);
    }

    .property-card:hover .card-arrow {
      background: var(--color-gold);
      color: white;
      transform: translateX(4px);
    }

    /* ===== IMAGEM ===== */
    .card-image {
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden;
      background: var(--color-cream-dark);
    }

    .card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* Badge de status */
    .status-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      padding: 6px 16px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: white;
      background: var(--color-gold);
      border-radius: 2px 10px 2px 8px;
      z-index: 3;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .status-badge.sold {
      background: var(--color-sold);
    }

    .status-badge.stock {
      background: var(--color-stock);
    }

    /* Preço overlay na imagem */
    .price-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 32px 20px 16px;
      background: linear-gradient(to top, rgba(27,43,27,0.75) 0%, rgba(27,43,27,0) 100%);
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      z-index: 2;
    }

    .condition-tag {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
    }

    .price-tag {
      font-size: 28px;
      font-weight: 700;
      color: white;
      line-height: 1;
    }

    .price-tag .currency {
      font-size: 16px;
      font-weight: 500;
      margin-right: 2px;
    }

    /* ===== CONTEÚDO ===== */
    .card-content {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 12px;
    }

    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 12px;
    }

    .card-title {
      font-size: 22px;
      font-weight: bold;
      color: var(--color-forest);
      line-height: 1.2;
      letter-spacing: -0.3px;
    }

    .card-arrow {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1.5px solid var(--color-gold-light);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--color-gold);
      flex-shrink: 0;
      transition: all 0.35s ease;
      margin-top: 2px;
    }

    .card-arrow svg {
      width: 14px;
      height: 14px;
    }

    /* Specs row */
    .card-specs {
      margin-bottom: 0 !important;
      display: flex;
      gap: 16px;
      padding: 12px 0;
    }

    .card-specs__item {
      margin: 0 !important;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      color: var(--color-text-muted);
      font-weight: 500;
    }

.card-specs__icon, .footer__follow-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-gold-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
}

.card-specs__label {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-text-light);
    font-weight: 600;
}

.card-specs__value {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-forest);
}


    .card-specs__item svg {
      width: 15px;
      height: 15px;
      color: var(--color-gold);
      opacity: 0.7;
    }

    /* Descrição */
    .card-description {
      font-size: 14px;
      line-height: 1.7;
      color: var(--color-text-muted);
      font-weight: 400;
      margin-bottom: 0;
    }

    /* CTA */
    .card-cta {
      margin-top: auto;
      padding-top: 8px;
    }

    .cta-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--color-gold);
      text-decoration: none;
      transition: gap 0.3s ease;
      position: relative;
    }

    .cta-link::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 1.5px;
      background: var(--color-gold);
      transition: width 0.35s ease;
    }

    .cta-link:hover {
      gap: 14px;
    }

    .cta-link:hover::after {
      width: 100%;
    }

    .cta-link svg {
      width: 14px;
      height: 14px;
    }

    /* ===== RESPONSIVO ===== */
    @media (max-width: 480px) {
      .card-image {
        height: 200px;
      }

      .card-title {
        font-size: 20px;
      }

      .price-tag {
        font-size: 24px;
      }

      .card-content {
        padding: 20px;
      }
    }

.archive-header{
    min-height: 400px;
    background-color: #213328;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.archive-header h1{
    color: #fff;
    font-size: 3rem;
}
/* ── Barra de ordenação (archive property) ── */
.property-sort-bar {
    margin: 1.5rem auto;
    padding: 1.2rem 1.5rem 0;
}

.sort-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-right: 2rem;
}

.sort-label {
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-muted);
}

.sort-link,
.sort-reset {
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.4em 1em;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-organic-alt);
    background-color: var(--color-paper);
    color: var(--color-text);
    text-decoration: none;
    transition: var(--transition-smooth);
    display: inline-block;
}

.sort-link:hover {
    background-color: var(--color-gold-muted);
    border-color: var(--color-gold-light);
    color: var(--color-gold-dark);
}

.sort-link.active {
    background-color: var(--color-gold);
    color: var(--color-paper);
    border-color: var(--color-gold);
    box-shadow: 0 2px 8px rgba(166, 124, 82, 0.25);
}

.sort-link.active:hover {
    background-color: var(--color-gold-dark);
    border-color: var(--color-gold-dark);
}

.sort-reset {
    margin-left: 1.2rem;
    background: transparent;
    border-color: transparent;
    color: var(--color-text-light);
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0.4em 0.8em;
}

.sort-reset:hover {
    color: var(--color-gold-dark);
    background-color: var(--color-gold-muted);
}

/* Responsivo: empilhar em telas pequenas */
@media (max-width: 768px) {
    .sort-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    .sort-link,
    .sort-reset {
        width: 100%;
        text-align: center;
    }
}

.slide-property .flickity-slider > *{
    max-width: 400px;
}

.property-list-alternating {
    margin-top: 2rem;
    max-width: 1080px !important;
}

.property-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
    gap: 2rem;
    padding: 2rem;
    background: var(--color-paper);
    border-radius: var(--radius-organic-alt);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--color-border);
}

.property-row.image-right {
    flex-direction: row-reverse;
}

.property-row__image {
    flex: 1 1 45%;
    min-width: 280px;
}

.property-row__image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-organic);
    display: block;
}

.property-row__content {
    flex: 1 1 45%;
    min-width: 280px;
}

.property-row__title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.property-row__title a {
    color: var(--color-forest);
    text-decoration: none;
}

.property-row__specs {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.property-row__specs li {
    margin-bottom: 0.3rem;
}

.property-row__description {
    color: var(--color-text);
    margin: 1rem 0;
    line-height: 1.5;
}

.property-row__footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.property-row__price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-gold-dark);
}

/* Botão (usa classe .button do Flatsome ou personaliza) */
.property-row .button {
    background: var(--color-gold);
    color: #fff;
    padding: 0.3em 1.5em;
    border-radius: var(--radius-organic);
    text-decoration: none;
    transition: var(--transition-smooth);
}

.property-row .button:hover {
    background: var(--color-gold-dark);
}

/* Responsivo: empilha em mobile */
@media (max-width: 768px) {
    .property-row,
    .property-row.image-right {
        flex-direction: column;
    }
}


/* ── Swiper base ── */
.property-swiper-wrapper {
	position: relative;
	padding-bottom: 40px; /* espaço para paginação */
}

.property-swiper {
	overflow: hidden;
}

.property-swiper .swiper-slide {
	height: auto; /* cards com altura igual */
}

/* ── Navegação customizada (estilo Flatsome-like) ── */
.property-swiper-wrapper .swiper-button-next,
.property-swiper-wrapper .swiper-button-prev {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	color: #333;
	transition: all 0.3s ease;
}

.property-swiper-wrapper .swiper-button-next:hover,
.property-swiper-wrapper .swiper-button-prev:hover {
	background: #333;
	color: #fff;
}

.property-swiper-wrapper .swiper-button-next::after,
.property-swiper-wrapper .swiper-button-prev::after {
	font-size: 18px;
	font-weight: 700;
}

/* ── Paginação ── */
.property-swiper-wrapper .swiper-pagination {
	bottom: 0;
}

.property-swiper-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	opacity: 1;
}

.property-swiper-wrapper .swiper-pagination-bullet-active {
	background: #333;
}

/* ── Garantir que o card preenche a slide ── */
.property-swiper .swiper-slide .property-card {
	height: 100%;
}