/* =====================================================================
   FAGUNDES IMÓVEIS — Identidade visual (Raleway + Nunito / navy + gold)
   Redesign v2 · moderno, ousado, equilibrado (alterna claro/escuro)
   ===================================================================== */

/* ---------------------------------------------------------------------
   NAVEGAÇÃO SUPERIOR (compartilhada: home, imóvel, captação)
   --------------------------------------------------------------------- */
.header-sup{
    width: 100%;
    height: var(--nav-h);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 920;
    background: rgba(23,41,51,.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    user-select: none;
}
.header-sup-inner{
    position: relative;
    height: 100%;
}
.header-sup-brand{
    display: flex;
    align-items: center;
    gap: .6rem;
}
.header-sup-brand img{
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: .35rem;
}
.social-icons a{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0;
    transition: background-color .25s ease;
}
.social-icons a:hover{
    background: rgba(255,255,255,.08);
}
.social-icons a svg{
    width: 22px;
    fill: var(--secondary-3);
    transition: fill .25s ease;
}
.social-icons a:hover svg{
    fill: var(--secondary-4);
}
a[aria-label="Contato"]{
    display: none !important;
}
.header-sup-menu{
    display: flex;
    align-items: center;
    gap: 1.4rem;
}
.header-btns{
    gap: .7rem;
}
.header-btns a{
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    height: 40px;
    padding: 0 1.05rem;
    border-radius: 999px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--light-1);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.header-btns a:not(.header-btn-wpp){
    background: transparent;
    border: 1px solid rgba(192,179,95,.5);
}
.header-btns a:not(.header-btn-wpp):hover{
    background: var(--secondary-3);
    color: var(--dark-1);
}
.header-btn-wpp{
    background-image: none;
    background-color: var(--secondary-3);
    color: var(--dark-1);
    box-shadow: 0 10px 22px rgba(192,179,95,.3);
}
.header-btn-wpp:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(192,179,95,.42);
}
.header-btn-wpp svg{
    width: 1.1rem;
    fill: var(--dark-1);
    margin-right: .1rem;
}
.header-sup-toggle{
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.header-sup-toggle span{
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background-color: var(--light-1);
    transition: transform .2s ease, opacity .2s ease;
}
.header-sup.is-open .header-sup-toggle span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.header-sup.is-open .header-sup-toggle span:nth-child(2){ opacity: 0; }
.header-sup.is-open .header-sup-toggle span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------------------
   SISTEMA DE BOTÕES E RÓTULOS
   --------------------------------------------------------------------- */
.fg-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 50px;
    padding: .85rem 1.7rem;
    border-radius: 999px;
    border: 2px solid transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.fg-btn svg{ width: 1.1rem; height: 1.1rem; fill: currentColor; }
.fg-btn-gold{
    background-image: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
    box-shadow: 0 16px 34px rgba(192,179,95,.34);
}
.fg-btn-gold:hover{ transform: translateY(-3px); box-shadow: 0 22px 46px rgba(192,179,95,.5); }
.fg-btn-ghost{
    background: rgba(255,255,255,.07);
    color: var(--light-1);
    border-color: rgba(255,255,255,.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.fg-btn-ghost:hover{ transform: translateY(-3px); background: var(--light-1); color: var(--primary-3); border-color: var(--light-1); }
.fg-btn-dark{
    background-image: var(--primary-gradient);
    color: var(--light-1);
    box-shadow: var(--shadow-soft);
}
.fg-btn-dark:hover{ transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.fg-btn-outline{
    background: transparent;
    color: var(--primary-3);
    border-color: var(--primary-3);
}
.fg-btn-outline:hover{ background: var(--primary-3); color: var(--light-1); transform: translateY(-3px); }

.fg-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: .7rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--secondary-1);
}
.fg-eyebrow::before{
    content: "";
    width: 30px;
    height: 2px;
    background: currentColor;
}
.fg-eyebrow-center{ justify-content: center; }

/* ---------------------------------------------------------------------
   HERO (home)
   --------------------------------------------------------------------- */
.fg-hero{
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark-1);
    color: var(--light-1);
}
.fg-hero-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.fg-hero-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(115deg, rgba(23,41,51,.95) 0%, rgba(23,41,51,.8) 40%, rgba(48,74,109,.55) 100%);
}
.fg-hero-overlay::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 18%, rgba(192,179,95,.2), transparent 46%);
}
.fg-hero-inner{
    position: relative;
    z-index: 2;
    padding: calc(var(--nav-h) + 3rem) 0 6rem;
}
.fg-hero-content{ max-width: 780px; }
.fg-hero-logo{
    width: clamp(120px, 15vw, 168px);
    margin-bottom: 1.6rem;
}
.fg-hero .fg-eyebrow{
    color: var(--secondary-4);
    margin-bottom: 1.3rem;
}
.fg-hero-title{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(2.4rem, 5.4vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -.02em;
    margin-bottom: 1.4rem;
}
.fg-gold{
    color: transparent;
    background: linear-gradient(100deg, var(--secondary-3), var(--secondary-5), var(--secondary-3));
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    animation: fg-shine 5s linear infinite;
}
.fg-hero-sub{
    max-width: 580px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,.84);
    margin-bottom: 2.2rem;
}
.fg-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.fg-hero-scroll{
    position: absolute;
    left: 50%;
    bottom: 1.6rem;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .45rem;
    color: rgba(255,255,255,.7);
    font-size: .6rem;
    letter-spacing: .24em;
    text-transform: uppercase;
}
.fg-hero-scroll svg{
    width: 22px;
    fill: var(--secondary-3);
    animation: fg-float 1.8s ease-in-out infinite;
}

/* ---------------------------------------------------------------------
   FAIXA DE NÚMEROS (home) — contador animado
   --------------------------------------------------------------------- */
.fg-stats{
    position: relative;
    z-index: 3;
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
}
.fg-stats-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2.6rem 0;
}
.fg-stat{
    text-align: center;
    padding: .4rem 1rem;
}
.fg-stat:not(:last-child){
    border-right: 1px solid rgba(23,41,51,.18);
}
.fg-stat-num{
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1;
    color: var(--primary-1);
}
.fg-stat-plus,
.fg-stat-suffix{
    font-size: 1.3rem;
    font-weight: 800;
}
.fg-stat-label{
    display: block;
    margin-top: .55rem;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: var(--dark-2);
}

/* ---------------------------------------------------------------------
   CABEÇALHO DE SEÇÃO (compartilhado)
   --------------------------------------------------------------------- */
.title-header{
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.title-header h2{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: -.01em;
    color: var(--primary-1);
    margin-bottom: .85rem;
}
.title-header p{
    color: var(--dark-4);
    font-size: .95rem;
    line-height: 1.65;
}

/* ---------------------------------------------------------------------
   QUEM SOMOS (compartilhado) — claro
   --------------------------------------------------------------------- */
.expert-about{
    background: linear-gradient(180deg, #ffffff, var(--light-2));
}
.about-box{
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.5rem;
    align-items: flex-start;
    background: var(--light-1);
    border: 1px solid rgba(48,74,109,.10);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 1.4rem;
    box-shadow: var(--shadow-small);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.about-box:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
    border-color: var(--secondary-3);
}
.about-icon{
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: var(--secondary-weak);
    border: 1px solid rgba(192,179,95,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-icon img{
    width: 38px;
    height: auto;
}
.about-content h3{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--primary-2);
    margin-bottom: .65rem;
}
.about-content p{
    line-height: 1.7;
    color: var(--dark-4);
}
.about-content p + p{ margin-top: .7rem; }

/* ---------------------------------------------------------------------
   DIFERENCIAIS (home) — escuro
   --------------------------------------------------------------------- */
.fg-why{
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(160deg, var(--primary-1), var(--primary-3));
    color: var(--light-1);
}
.fg-why::before{
    content: "";
    position: absolute;
    top: -40%;
    right: -8%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192,179,95,.18), transparent 70%);
}
.fg-why-head{
    position: relative;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3rem;
}
.fg-why-head .fg-eyebrow{
    justify-content: center;
    color: var(--secondary-4);
    margin-bottom: 1rem;
}
.fg-why-head h2{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    line-height: 1.12;
}
.fg-why-head p{
    margin-top: .9rem;
    color: rgba(255,255,255,.78);
    line-height: 1.65;
}
.fg-why-grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}
.fg-why-card{
    padding: 2rem 1.5rem;
    border-radius: var(--radius);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    transition: transform .35s ease, background-color .35s ease, border-color .35s ease;
}
.fg-why-card:hover{
    transform: translateY(-8px);
    background: rgba(255,255,255,.09);
    border-color: var(--secondary-3);
}
.fg-why-icon{
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--secondary-2), var(--secondary-4));
    margin-bottom: 1.2rem;
}
.fg-why-icon svg{ width: 28px; fill: var(--dark-1); }
.fg-why-card h3{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.fg-why-card p{
    color: rgba(255,255,255,.74);
    font-size: .85rem;
    line-height: 1.6;
}

/* ---------------------------------------------------------------------
   LANÇAMENTOS (home) — escuro
   --------------------------------------------------------------------- */
.launch-properties{
    background: linear-gradient(160deg, var(--primary-3), var(--primary-1));
    color: var(--light-1);
}
.launch-title{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.launch-eyebrow{
    display: inline-block;
    margin-bottom: .9rem;
    padding: .42rem .9rem;
    border: 1px solid rgba(192,179,95,.45);
    border-radius: 999px;
    background: rgba(192,179,95,.16);
    color: var(--secondary-4);
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.launch-title h2{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    color: var(--light-1);
}
.launch-title p{
    margin-top: .8rem;
    color: rgba(255,255,255,.78);
}
.launch-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 1.6rem;
    margin-top: 3rem;
}
.launch-card{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 360px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--light-1);
    color: var(--primary-3);
    box-shadow: var(--shadow-strong);
    transition: transform .4s ease, box-shadow .4s ease;
}
.launch-card:hover{ transform: translateY(-8px); }
.launch-card-media{
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: var(--light-3);
}
.launch-card-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.launch-card:hover .launch-card-media img{ transform: scale(1.06); }
.launch-badge{
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: .42rem .8rem;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.launch-card-content{
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.6rem;
}
.launch-card-content h3{
    margin-bottom: .35rem;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary-2);
}
.launch-card-content p{ color: var(--dark-4); }
.launch-features{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
}
.launch-features li{
    padding: .4rem .7rem;
    border-radius: 999px;
    background: var(--light-2);
    color: var(--primary-3);
    font-weight: 600;
    font-size: .72rem;
}
.launch-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}
.launch-card-footer strong{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--primary-1);
}
.launch-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .6rem 1.1rem;
    border-radius: 999px;
    background-image: var(--primary-gradient);
    color: var(--light-1);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease;
}
.launch-btn:hover{ transform: translateY(-2px); box-shadow: var(--shadow-soft); }

/* ---------------------------------------------------------------------
   IMÓVEIS EM DESTAQUE (compartilhado) — claro
   --------------------------------------------------------------------- */
.expert-properties{
    background: linear-gradient(180deg, var(--light-2), #ffffff);
}
.properties-grid{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1.8rem;
    margin-top: 3rem;
    align-items: stretch;
}
.properties-empty{
    width: calc(100% - 2rem);
    max-width: 760px;
    margin: 0 auto;
    padding: 1.6rem 1rem;
    border: 1px solid rgba(48,74,109,.12);
    border-radius: var(--radius);
    background: var(--light-1);
    color: var(--primary-3);
    text-align: center;
}
.properties-grid .properties-empty{ grid-column: 1 / -1; }
.properties-empty p{ font-weight: 600; }
.property-card,
.property-card *{ box-sizing: border-box; }
.property-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--light-1);
    border: 1px solid rgba(48,74,109,.08);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-small);
    transition: transform .35s ease, box-shadow .35s ease;
}
.property-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-soft);
}
.property-image{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: var(--light-3);
    background-image: url('../img/loading.gif');
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.property-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.property-card:hover .property-image img{ transform: scale(1.06); }
.property-launch-ribbon{
    position: absolute;
    left: .85rem;
    top: .85rem;
    z-index: 2;
    padding: .36rem .7rem;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
    box-shadow: 0 8px 18px rgba(0,0,0,.22);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.property-content{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    padding: 1.3rem;
    gap: .85rem;
}
.property-title{
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
    color: var(--primary-2);
    overflow-wrap: break-word;
    word-break: break-word;
}
.property-features{
    width: 100%;
    min-height: auto;
    padding: .85rem 0;
    flex-wrap: wrap;
    gap: .5rem .9rem;
    list-style: none;
    border-top: 1px solid var(--light-3);
    border-bottom: 1px solid var(--light-3);
}
.property-features li{
    min-height: auto;
    gap: .3rem;
    color: var(--dark-4);
    font-weight: 600;
    font-size: .72rem;
}
.property-features li svg{ width: 16px; }
.property-price{
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--primary-1);
}
.property-code{
    width: 100%;
    min-height: auto;
    padding: 0;
    color: var(--dark-5);
    font-size: .68rem;
}
.property-link{
    width: 100%;
    margin-top: auto;
    padding: 0;
}
.property-link a,
.property-btn{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: .7rem 1.2rem;
    border-radius: 999px;
    background-image: var(--primary-gradient);
    color: var(--light-1);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: var(--shadow-small);
    transition: transform .25s ease, box-shadow .25s ease;
}
.property-link a:hover,
.property-btn:hover{ transform: translateY(-2px); box-shadow: var(--shadow-soft); }

/* ---------------------------------------------------------------------
   MISSÃO, VISÃO E VALORES (home) — claro
   --------------------------------------------------------------------- */
.expert-values{
    background: #ffffff;
}
.values-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-top: 3rem;
}
.value-card{
    position: relative;
    overflow: hidden;
    background: var(--light-1);
    border: 1px solid rgba(48,74,109,.1);
    border-radius: var(--radius);
    padding: 2.2rem 1.8rem;
    box-shadow: var(--shadow-small);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.value-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-2), var(--secondary-4));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.value-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-soft);
    border-color: var(--secondary-3);
}
.value-card:hover::before{ transform: scaleX(1); }
.value-tag{
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--secondary-1);
    margin-bottom: 1rem;
}
.value-card p{
    line-height: 1.7;
    color: var(--dark-4);
}

/* ---------------------------------------------------------------------
   AGENDAMENTO / LEAD (compartilhado) — escuro
   --------------------------------------------------------------------- */
.home-appointment{
    padding-top: 5rem;
    background: var(--dark-1);
}
.property-lead-panel{
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.1rem, 2.4vw, 1.6rem);
    align-items: start;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(48,74,109,.65), rgba(23,41,51,.92));
    border: 1px solid rgba(255,255,255,.08);
    color: var(--light-1);
    box-shadow: var(--shadow-strong);
}
.property-lead-copy{ max-width: 820px; }
.property-lead-copy h2{
    margin: .6rem 0;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    color: var(--light-1);
}
.property-lead-copy p{
    line-height: 1.6;
    color: rgba(255,255,255,.8);
}
.property-lead-form{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
}
.lead-scheduler{
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--radius);
    background: rgba(255,255,255,.07);
}
.lead-scheduler-header{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.lead-scheduler-header strong,
.lead-time-title{
    display: block;
    color: var(--light-1);
    font-weight: 700;
}
.lead-scheduler-kicker{
    display: block;
    margin-bottom: .25rem;
    color: var(--secondary-4);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.lead-scheduler-selected{
    align-self: start;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: rgba(255,255,255,.88);
    font-size: .78rem;
    font-weight: 700;
    text-align: right;
}
.lead-scheduler-grid{
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 1rem;
}
.lead-calendar,
.lead-time-panel{
    min-width: 0;
    padding: .9rem;
    border-radius: 14px;
    background: var(--light-1);
    color: var(--primary-3);
}
.lead-calendar-top{
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    text-align: center;
}
.lead-calendar-nav{
    width: 36px;
    height: 36px;
    border: 1px solid rgba(48,74,109,.14);
    border-radius: 10px;
    background: var(--light-1);
    color: var(--primary-3);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}
.lead-calendar-nav:hover{ background: var(--primary-3); color: var(--light-1); }
.lead-calendar-weekdays,
.lead-calendar-days{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: .35rem;
}
.lead-calendar-weekdays{
    margin-bottom: .35rem;
    color: var(--dark-4);
    font-size: .68rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.lead-calendar-empty,
.lead-calendar-day{ aspect-ratio: 1 / 1; }
.lead-calendar-day,
.lead-time-slot{
    border: 1px solid rgba(48,74,109,.12);
    border-radius: 10px;
    background: var(--light-1);
    color: var(--primary-3);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.lead-calendar-day:hover,
.lead-time-slot:hover{
    transform: translateY(-1px);
    border-color: var(--secondary-3);
}
.lead-calendar-day.is-selected,
.lead-time-slot.is-selected{
    border-color: var(--secondary-2);
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
}
.lead-calendar-day:disabled,
.lead-time-slot:disabled{
    cursor: not-allowed;
    opacity: .38;
    transform: none;
}
.lead-time-title{
    margin-bottom: .75rem;
    color: var(--primary-3);
}
.lead-time-slots{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: .45rem;
}
.lead-time-slot{ min-height: 38px; }
.lead-time-empty{
    grid-column: 1 / -1;
    padding: .85rem;
    border-radius: 10px;
    background: var(--light-2);
    color: var(--dark-4);
    font-weight: 600;
    text-align: center;
}
.lead-field{ display: block; }
.lead-field-full{ grid-column: 1 / -1; }
.property-lead-form .lead-field:nth-of-type(4){ grid-column: 1 / -1; }
.lead-field span{
    display: block;
    margin-bottom: .35rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: rgba(255,255,255,.82);
}
.lead-field input,
.lead-field textarea{
    width: calc(100% - 1.6rem);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    padding: .8rem;
    background: var(--light-1);
    color: var(--primary-3);
    outline: none;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-field textarea{ resize: vertical; min-height: 110px; }
.lead-field input:focus,
.lead-field textarea:focus{
    border-color: var(--secondary-3);
    box-shadow: 0 0 0 3px rgba(192,179,95,.25);
}
.lead-form-footer{
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.lead-form-return{
    min-height: 1.2rem;
    color: rgba(255,255,255,.82);
}
.lead-form-return.is-success{ color: var(--secondary-5); }
.lead-form-return.is-error{ color: #ffd0d0; }
.lead-submit-btn{
    flex: 0 0 auto;
    min-height: 50px;
    padding: .8rem 1.6rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
    box-shadow: 0 14px 30px rgba(192,179,95,.3);
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.lead-submit-btn:hover{ transform: translateY(-2px); box-shadow: 0 18px 36px rgba(192,179,95,.42); }
.lead-submit-btn.is-loading,
.lead-submit-btn:disabled{ opacity: .72; cursor: wait; transform: none; }

/* ---------------------------------------------------------------------
   CONTATO (compartilhado) — claro
   --------------------------------------------------------------------- */
.contato{
    background: linear-gradient(180deg, #ffffff, var(--light-2));
    color: var(--primary-2);
}
.contato-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    margin-bottom: 1.4rem;
}
.contato-card{
    padding: 1.8rem 1.3rem;
    border-radius: var(--radius);
    background: var(--light-1);
    border: 1px solid rgba(48,74,109,.1);
    text-align: center;
    box-shadow: var(--shadow-small);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.contato-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
    border-color: var(--secondary-3);
}
.contato-card-icon{
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-3), var(--primary-1));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(48,74,109,.25);
}
.contato-card-icon svg{ width: 24px; fill: var(--secondary-4); }
.contato-card-label{
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary-3);
    margin-bottom: .4rem;
}
.contato-card-value{
    color: var(--dark-4);
    font-weight: 500;
    line-height: 1.5;
}
.contato-socials-block{
    padding: 1.6rem;
    border-radius: var(--radius);
    background: var(--light-1);
    border: 1px solid rgba(48,74,109,.1);
    text-align: center;
    box-shadow: var(--shadow-small);
}
.contato-socials-title{
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary-3);
    margin-bottom: 1rem;
}
.social-medias{
    width: 100%;
    gap: 1rem;
}
.social-media{
    width: fit-content;
    margin-top: 0;
}
.social-medias a{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--light-2);
    transition: transform .25s ease, background-color .25s ease;
}
.social-medias a:hover{ transform: translateY(-3px); background: var(--secondary-weak); }
.social-medias a svg{ width: 24px; fill: var(--primary-3); transition: fill .25s ease; }
.social-medias a:hover svg{ fill: var(--secondary-1); }
.social-medias-wpp a svg{ padding-bottom: 0; }

/* ---------------------------------------------------------------------
   RODAPÉ (compartilhado) — escuro
   --------------------------------------------------------------------- */
.footer{
    width: 100%;
    padding: 2rem 0;
    background: var(--dark-1);
    color: var(--light-2);
    text-align: center;
    user-select: none;
    border-top: 1px solid rgba(192,179,95,.18);
}
.footer p:first-child{ margin-bottom: .25rem; color: rgba(255,255,255,.7); }
.footer a{ color: var(--secondary-3); font-weight: 600; }
.footer a:hover{ color: var(--secondary-4); }

/* ---------------------------------------------------------------------
   BOTÃO FLUTUANTE WHATSAPP (compartilhado)
   --------------------------------------------------------------------- */
.floating-whatsapp-button{
    width: 62px;
    height: 62px;
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    z-index: 980;
    animation: fg-pulse 2.6s infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}
.floating-whatsapp-button:hover{ transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 36px rgba(0,0,0,.26); }
.floating-whatsapp-button svg{ width: 30px; height: 30px; fill: #fff; }

/* ---------------------------------------------------------------------
   LIGHTBOX (página de imóvel)
   --------------------------------------------------------------------- */
.lightbox{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(23,41,51,.95);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 999;
    user-select: none;
    color: var(--light-1);
}
.lightbox-close{
    width: 64px;
    height: 64px;
    position: fixed;
    top: 20px;
    right: 20px;
    font-weight: 600;
    cursor: pointer;
}
.lightbox-left{
    width: 64px;
    height: 64px;
    position: fixed;
    top: calc(50% - 32px);
    left: 20px;
    cursor: pointer;
}
.lightbox-center{
    max-width: calc(100% - 208px);
    width: fit-content;
    height: fit-content;
    max-height: calc(100% - 40px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    background-color: var(--light-3);
    border: 1px solid var(--light-5);
    position: relative;
}
.lightbox-image{
    flex: 1;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.lightbox-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.lightbox-description{
    width: calc(100% - 1rem);
    padding: .5rem;
    position: absolute;
    color: var(--light-1);
    bottom: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.lightbox-right{
    width: 64px;
    height: 64px;
    position: fixed;
    top: calc(50% - 32px);
    right: 20px;
    cursor: pointer;
}

/* ---------------------------------------------------------------------
   PÁGINA DE IMÓVEL (single + lançamento)
   --------------------------------------------------------------------- */
.property-single{
    width: 100%;
    background-color: var(--light-1);
}
.property-body-launch{ background: var(--primary-1); }
.property-launch-hero{
    position: relative;
    min-height: min(760px, 92vh);
    padding-top: calc(4rem + var(--nav-h));
    padding-bottom: 4rem;
    overflow: hidden;
    background: var(--primary-1);
    color: var(--light-1);
}
.property-launch-bg{ position: absolute; inset: 0; }
.property-launch-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23,41,51,.94), rgba(23,41,51,.68) 48%, rgba(23,41,51,.25));
}
.property-launch-bg img{ width: 100%; height: 100%; object-fit: cover; }
.property-launch-hero-grid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr);
    align-items: end;
    gap: clamp(1.5rem, 4vw, 3rem);
    min-height: calc(min(760px, 92vh) - 8rem);
}
.property-launch-copy{ max-width: 760px; }
.property-launch-copy h1{
    margin-bottom: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: var(--light-1);
}
.property-launch-copy p{
    max-width: 620px;
    color: rgba(255,255,255,.82);
    line-height: 1.6;
}
.property-launch-price{
    margin: 1.4rem 0;
    font-family: "Raleway", sans-serif;
    color: var(--secondary-5);
    font-weight: 800;
}
.property-launch-cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: .85rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    color: var(--dark-1);
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(0,0,0,.24);
    transition: transform .25s ease, box-shadow .25s ease;
}
.property-launch-cta:hover{ transform: translateY(-3px); box-shadow: 0 22px 44px rgba(0,0,0,.3); }
.property-launch-panel{
    padding: 1.4rem;
    border-radius: var(--radius);
    background: rgba(255,255,255,.95);
    color: var(--primary-3);
    box-shadow: 0 24px 52px rgba(0,0,0,.28);
}
.property-launch-panel span{
    display: block;
    margin-bottom: .4rem;
    color: var(--dark-4);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.property-launch-panel strong{
    display: block;
    margin-bottom: 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
}
.property-launch-panel ul{ display: grid; gap: .6rem; list-style: none; }
.property-launch-panel li{
    padding: .7rem .8rem;
    border-radius: 10px;
    background: var(--light-2);
    font-weight: 600;
}
.property-single-launch{ background: linear-gradient(180deg, var(--light-1), var(--light-2)); }
.property-single h1{ width: 100%; padding-top: calc(2rem + var(--nav-h)); }
.property-header{ text-align: center; max-width: 820px; margin: 0 auto; }
.property-header h1{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    color: var(--primary-1);
}
.property-header p{ margin-top: .5rem; color: var(--dark-4); }
.property-single-launch .property-gallery{ margin-top: 0; }
.property-single-launch .gallery-item{ border-radius: var(--radius); box-shadow: 0 12px 28px rgba(48,74,109,.12); }
.property-single-launch .property-info{ grid-template-columns: .85fr 1.15fr; align-items: start; }
.property-single-launch .property-details{
    position: sticky;
    top: 4.5rem;
    border-radius: var(--radius);
    background: var(--primary-3);
    color: var(--light-1);
}
.property-single-launch .details-list li{ border-color: rgba(255,255,255,.18); }
.property-single-launch .property-price-highlight{ color: var(--secondary-5); }
.property-single-launch .property-description{
    padding: 1.4rem;
    border-radius: var(--radius);
    background: var(--light-1);
    box-shadow: 0 12px 28px rgba(48,74,109,.08);
}
.property-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin: 30px 0;
}
.gallery-item{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius);
    background: #f2f2f2;
    background-image: url('../img/loading.gif');
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}
.gallery-item:hover img{ transform: scale(1.05); }
.marca-dagua-small{
    position: absolute;
    width: 40px;
    bottom: 20px;
    right: 20px;
    aspect-ratio: 306 / 527;
    opacity: .45;
    background-image: url("../img/logo-mark-gold.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.marca-dagua-large{
    position: absolute;
    width: 12%;
    max-width: 58px;
    bottom: 70px;
    right: 20px;
    aspect-ratio: 306 / 527;
    opacity: .5;
    background-image: url("../img/logo-mark-gold.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.property-info{ display: grid; gap: 30px; }
.property-details{
    background: var(--gray-1);
    padding: 22px;
    border-radius: var(--radius);
}
.details-list{ list-style: none; padding: 0; margin: 0; }
.details-list li{ padding: 8px 0; border-bottom: 1px solid var(--gray-2); }
.property-price-highlight{
    margin-top: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: var(--primary-1);
}
.property-description{ line-height: 1.7; }
.property-cta{ margin-top: 30px; }
.property-share{ margin-top: 20px; }
.property-share-title{ margin-bottom: 12px; color: var(--dark-2); font-weight: 700; }
.property-share-actions{ display: flex; flex-wrap: wrap; gap: 12px; }
.btn-whatsapp{
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-whatsapp:hover{ transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.btn-whatsapp svg{ width: 22px; height: 22px; fill: #fff; }
.btn-share{
    gap: 10px;
    border: none;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn-share:hover{ transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.btn-share svg{ width: 20px; height: 20px; fill: #fff; }
.btn-share-whatsapp{ background: #25D366; }
.btn-share-facebook{ background: #1877F2; }
.btn-share-instagram{ background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF); }
.btn-share-copy{ background: var(--primary-3); }

/* ---------------------------------------------------------------------
   PÁGINA DE CAPTAÇÃO
   --------------------------------------------------------------------- */
.capture-hero{
    padding-top: calc(3.5rem + var(--nav-h));
    padding-bottom: 2rem;
    background:
        radial-gradient(circle at top left, rgba(192,179,95,.22), transparent 32%),
        linear-gradient(180deg, var(--primary-2), var(--primary-1));
}
.capture-hero-card{
    display: grid;
    grid-template-columns: 1.6fr 0.8fr;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--light-1);
    box-shadow: 0 24px 50px rgba(0,0,0,.18);
}
.capture-badge{
    display: inline-block;
    margin-bottom: 1rem;
    padding: .4rem .9rem;
    border-radius: 999px;
    background: rgba(192,179,95,.18);
    border: 1px solid rgba(192,179,95,.45);
    color: var(--secondary-5);
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.capture-hero-copy h1{
    margin-bottom: .75rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
}
.capture-purpose-preview{ display: grid; gap: .8rem; }
.capture-purpose-preview span{
    display: block;
    padding: .9rem 1rem;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    text-align: center;
    font-weight: 600;
}
.capture-page{ background: linear-gradient(180deg, var(--light-2), #ffffff); }
.capture-form{ margin-top: -1rem; }
.capture-section{
    margin-bottom: 1.25rem;
    padding: 1.6rem;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid rgba(48,74,109,.08);
    box-shadow: var(--shadow-small);
}
.capture-section-head{ margin-bottom: 1rem; }
.capture-section-head h2{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: var(--primary-3);
    margin-bottom: .2rem;
}
.capture-grid{ display: grid; gap: 1rem; }
.capture-grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.capture-grid-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
.capture-grid-6{ grid-template-columns: repeat(6, minmax(0, 1fr)); }
.capture-field{ display: block; }
.capture-field span{
    display: block;
    margin-bottom: .35rem;
    font-size: .68rem;
    font-weight: 700;
    color: var(--dark-4);
}
.capture-field-span-2{ grid-column: span 2; }
.capture-inline-options{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    min-height: 1.5rem;
    padding: .7rem .9rem;
    border: 1px solid var(--light-4);
    border-radius: 10px;
    background: var(--light-1);
}
.capture-inline-options label,
.capture-check-grid label,
.capture-doc-options label{
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
}
.capture-check-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 14px;
    background: var(--light-2);
}
.capture-doc-layout{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 1rem;
}
.capture-doc-options{
    display: grid;
    align-content: start;
    gap: .7rem;
    padding: 1rem;
    border-radius: 14px;
    background: var(--light-2);
}
.capture-doc-notes{ display: grid; gap: 1rem; }
.capture-photo-uploader{ display: grid; gap: 1rem; }
.capture-photo-dropzone{
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .55rem;
    padding: 1.2rem;
    border: 1px dashed rgba(48,74,109,.34);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(48,74,109,.04), rgba(192,179,95,.12)),
        var(--light-1);
    color: var(--primary-3);
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.capture-photo-dropzone:hover,
.capture-photo-uploader.is-dragging .capture-photo-dropzone{
    transform: translateY(-2px);
    border-color: var(--secondary-3);
    box-shadow: 0 14px 28px rgba(48,74,109,.1);
}
.capture-photo-dropzone input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.capture-photo-icon{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-3);
    box-shadow: 0 12px 24px rgba(48,74,109,.18);
}
.capture-photo-icon svg{ width: 28px; height: 28px; fill: var(--light-1); }
.capture-photo-title{ display: block; color: var(--primary-3); font-weight: 700; }
.capture-photo-help,
.capture-photo-status{ color: var(--dark-4); }
.capture-photo-preview{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: .75rem;
}
.capture-photo-item{
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: var(--light-2);
    border: 1px solid rgba(48,74,109,.08);
    box-shadow: 0 10px 22px rgba(48,74,109,.08);
}
.capture-photo-item img{ width: 100%; height: 100%; display: block; object-fit: cover; }
.capture-photo-remove{
    position: absolute;
    top: .45rem;
    right: .45rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(14,20,25,.78);
    color: var(--light-1);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}
.capture-photo-index{
    position: absolute;
    left: .45rem;
    bottom: .45rem;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: var(--primary-3);
    font-size: .72rem;
    font-weight: 800;
}
.capture-submit{ text-align: center; padding-top: .75rem; }
.capture-submit-btn{
    min-width: 320px;
    padding: .95rem 1.5rem;
    border: none;
    border-radius: 999px;
    color: var(--dark-1);
    background: linear-gradient(120deg, var(--secondary-2), var(--secondary-4));
    box-shadow: 0 16px 32px rgba(192,179,95,.32);
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.capture-submit-btn:hover{ transform: translateY(-2px); box-shadow: 0 20px 40px rgba(192,179,95,.42); }
.capture-submit-btn.is-loading,
.capture-submit-btn:disabled{ opacity: .65; cursor: wait; }

/* ---------------------------------------------------------------------
   RESPONSIVO
   --------------------------------------------------------------------- */
@media screen and (max-width: 1100px){
    .capture-hero-card,
    .capture-doc-layout{ grid-template-columns: 1fr; }
    .capture-grid-6{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .fg-stats-grid{ grid-template-columns: repeat(2, 1fr); }
    .fg-stat:nth-child(2)::after{ display: none; }
    .fg-why-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 960px){
    /* navegação mobile */
    .header-sup-inner{ justify-content: space-between; }
    .header-sup-toggle{ display: flex; }
    .header-sup-menu{
        display: none;
        position: absolute;
        top: calc(100% + .5rem);
        right: 0;
        width: min(330px, calc(100vw - 40px));
        padding: 1rem;
        border-radius: var(--radius);
        background: rgba(23,41,51,.96);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255,255,255,.1);
        box-shadow: 0 20px 40px rgba(0,0,0,.35);
        align-items: stretch;
        flex-direction: column;
        gap: .85rem;
    }
    .header-sup.is-open .header-sup-menu{ display: flex; }
    .header-sup-menu .social-icons{ width: 100%; justify-content: center; }
    .header-sup-menu .header-btns{
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: .6rem;
    }
    .header-sup-menu .header-btns a{ width: 100%; min-height: 44px; justify-content: center; }

    /* layouts que viram coluna única */
    .launch-card,
    .property-launch-hero-grid,
    .property-single-launch .property-info,
    .property-lead-panel{ grid-template-columns: 1fr; }
    .property-lead-form{ grid-template-columns: 1fr; }
    .lead-scheduler-header,
    .lead-scheduler-grid{ grid-template-columns: 1fr; }
    .lead-scheduler-header{ flex-direction: column; }
    .lead-scheduler-selected{ width: fit-content; text-align: left; }
    .lead-time-slots{ grid-template-columns: repeat(auto-fill, minmax(66px, 1fr)); }
    .lead-form-footer{ align-items: stretch; flex-direction: column; }
    .lead-submit-btn{ width: 100%; }
    .launch-card-media{ min-height: 280px; }
    .property-launch-hero{ min-height: auto; padding-top: calc(3rem + var(--nav-h)); }
    .property-launch-hero-grid{ min-height: auto; align-items: start; }
    .property-launch-panel,
    .property-single-launch .property-details{ position: static; }
    .properties-grid{ grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1rem; }

    /* faixa de números e diferenciais */
    .fg-stat:not(:last-child){ border-right: none; }
    .fg-stat{ padding: .8rem; }

    /* quem somos / valores */
    .about-box{ grid-template-columns: 1fr; }
    .about-icon{ margin-bottom: .5rem; }
    .values-grid{ grid-template-columns: 1fr; }
    .value-card{ padding: 1.8rem 1.5rem; }

    /* lightbox */
    .lightbox-close, .lightbox-left, .lightbox-right{ width: 32px; height: 32px; }
    .lightbox-center{ max-width: calc(100% - 144px); }

    /* botão flutuante */
    .floating-whatsapp-button{ width: 56px; height: 56px; }
    .floating-whatsapp-button svg{ width: 28px; height: 28px; }
}

@media screen and (max-width: 820px){
    .capture-grid-3,
    .capture-grid-4,
    .capture-grid-6,
    .capture-check-grid{ grid-template-columns: 1fr 1fr; }
    .capture-field-span-2{ grid-column: auto; }
    .capture-submit-btn{ min-width: 100%; }
    .fg-why-grid{ grid-template-columns: 1fr; }
}

@media screen and (max-width: 560px){
    .capture-hero-card,
    .capture-section{ padding: 1.1rem; }
    .capture-grid-3,
    .capture-grid-4,
    .capture-grid-6,
    .capture-check-grid{ grid-template-columns: 1fr; }
    .capture-inline-options{ flex-direction: column; align-items: flex-start; gap: .6rem; }
    .fg-stats-grid{ grid-template-columns: 1fr 1fr; }
    .fg-hero-actions{ flex-direction: column; align-items: stretch; }
    .fg-hero-actions .fg-btn{ width: 100%; }
}
