.product-info a {margin-top:20px;}
.process-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 2.5rem 1.5rem; margin: 3rem 0 1rem 0;}
.process-step {position: relative;background: #fff;border: 1px solid #eee;border-radius: 12px;padding: 2rem 1.5rem 1.5rem;text-align: center;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);transition: transform 0.25s ease, box-shadow 0.25s ease;}
.process-step:hover {transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);}
.process-step:nth-child(1) { grid-column: 1; grid-row: 1; } .process-step:nth-child(2) { grid-column: 1; grid-row: 2; } .process-step:nth-child(3) { grid-column: 2; grid-row: 1; } .process-step:nth-child(4) { grid-column: 2; grid-row: 2; } .process-step:nth-child(5) { grid-column: 3; grid-row: 1; } .process-step:nth-child(6) { grid-column: 3; grid-row: 2; }
.process-step:nth-child(1)::after, .process-step:nth-child(3)::after,.process-step:nth-child(5)::after {content: "↓";position: absolute;bottom: -2.5rem;left: 50%;transform: translateX(-50%);font-size: 2rem;color: #aa7958;line-height: 1;}
.process-number {display: inline-flex;align-items: center;justify-content: center;width: 44px;height: 44px;margin: 0 auto 1rem;border-radius: 50%;background: #aa7958;color: #fff;font-weight: 600;font-size: 1rem;}
.process-step h3 {font-size: 1.05rem;}
.process-step p {font-size: 0.9rem;margin: 0;}

/* Tablet (768px–991px) — 2 columns, row-major, arrows centered between the two columns */
@media (max-width: 991px) and (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }

  .process-step:nth-child(1) { grid-column: 1; grid-row: 1; }
  .process-step:nth-child(2) { grid-column: 2; grid-row: 1; }
  .process-step:nth-child(3) { grid-column: 1; grid-row: 2; }
  .process-step:nth-child(4) { grid-column: 2; grid-row: 2; }
  .process-step:nth-child(5) { grid-column: 1; grid-row: 3; }
  .process-step:nth-child(6) { grid-column: 2; grid-row: 3; }

  /* Kill the desktop arrow rule first */
  .process-step:nth-child(1)::after,
  .process-step:nth-child(3)::after,
  .process-step:nth-child(5)::after {
    content: none;
  }

  /* Arrow sits under the right-column card, but pulled left to the grid's true center */
  .process-step:nth-child(2)::after,
  .process-step:nth-child(4)::after {
    content: "↓";
    position: absolute;
    bottom: -2rem;
    left: calc(-0.75rem); /* half the column gap, pulling it off the right card... */
    transform: translateX(-50%); /* ...then centering the glyph on that point */
    font-size: 2rem;
    color: #aa7958;
    font-weight: 300;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .process-step:nth-child(1)::after,
  .process-step:nth-child(3)::after,
  .process-step:nth-child(5)::after  {
    content: none;
  }

  .process-step:nth-child(1) { grid-column: 1; grid-row: 1; }
  .process-step:nth-child(2) { grid-column: 1; grid-row: 2; }
  .process-step:nth-child(3) { grid-column: 1; grid-row: 3; }
  .process-step:nth-child(4) { grid-column: 1; grid-row: 4; }
  .process-step:nth-child(5) { grid-column: 1; grid-row: 5; }
  .process-step:nth-child(6) { grid-column: 1; grid-row: 6; }

  .process-step {
    padding: 1.5rem 1rem 1.25rem;
  }
  .process-number {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
  .process-step h3 { font-size: 0.95rem; }
  .process-step p { font-size: 0.85rem; }
}
.personalization-list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 8px 30px;max-width: 900px;margin: 20px auto 25px;padding: 0;list-style: none;}
.personalization-list li {position: relative;padding-left: 18px;margin: 0;font-size: 1rem;line-height: 1.6;}
.personalization-list li::before {content: "•";position: absolute;left: 0;color: #aa7958;font-weight: 700;}
@media (max-width: 768px) {.personalization-list {grid-template-columns: repeat(2, 1fr); gap: 6px 20px;}}
@media (max-width: 480px) {.personalization-list {grid-template-columns: 1fr;}}
.personalization-custom {max-width: 900px;margin: 30px auto 0;padding: 20px 25px;text-align: center;background: #eae6e0;border-left: 3px solid #aa7958;border-radius: 3px;}
.accessories .products {background-color:#fff}
.gallery-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto 25px;
}

.gallery-filters button {
    border: 1px solid #d1ccbe;
    background: transparent;
    color: #043228;
    padding: 8px 18px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gallery-filters button:hover,
.gallery-filters button.active {
    background: #043228;
    color: #fff;
    border-color: #043228;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.gallery-grid a {
    display: block;
    overflow: hidden;
}

.gallery-grid a:hover img {
    transform: scale(1.03);
}
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
.security-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 35px auto 0;
}
@media (max-width: 992px) {
    .security-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
    }
}

@media (max-width: 600px) {
    .security-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }
}
.security-item {
    text-align: center;
    padding: 5px 10px;
}

.security-item h3 {
    margin: 10px 0 6px;
    color: #043228;
    font-size: 1.05rem;
    line-height: 1.25;
}

.security-item p {
    font-size: 0.9rem !important;
}
.security-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1ccbe;
    border-radius: 50%;
    color: #aa7958;
    font-size: 1.25rem;
    line-height: 1;
}
.faq-question > span:first-child {
    flex: 1;
}

.final-cta {
    background: linear-gradient(135deg,#aa7958 0,#d1ccbe 100%);
    color: #fff;
    padding: 64px 40px;
    border-radius: 4px;
    text-align: center;
    margin: 70px auto !important;
    max-width: 1100px;
}

.final-cta h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
}

.final-cta p {
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}


.final-cta .cta-secondary {
    margin-left: 10px;
    border: 1px solid rgba(255,255,255,.7);
    /* color: #fff;
    background: transparent; */
}

.final-cta .cta-secondary:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
}

/* Benefícios */
.final-cta-benefits {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
}

/* Agenda */
.production-schedule {
    max-width: 680px;
    margin: 34px auto 0;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.25);
}

.production-schedule h3 {
    font-size: 20px;
    color: #fff;
}

.production-schedule p {
    margin: 0;
    font-size: 17px!important;
    line-height: 1.65;
    color: rgba(255,255,255,.88)!important;
}

.production-schedule strong {
    color: #fff;
}

/* Mobile */
@media (max-width: 600px) {
    .final-cta {
        padding: 46px 22px;
        margin-top: 50px;
    }

    .final-cta .cta-primary,
    .final-cta .cta-secondary {
        width: 100%;
        margin-left: 0;
    }

    .final-cta .cta-secondary {
        margin-top: 10px;
    }

    .final-cta-benefits {
        line-height: 1.7;
    }

    .production-schedule {
        margin-top: 28px;
    }
}

.lead-offer {
    display: inline-block;
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 22px 35px 20px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.lead-offer strong {
    display: block;
    margin-bottom: 8px;
    color: #ede9e6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
}

.lead-offer h3 {
    margin: 0;
    color: #ede9e6;
    font-size: clamp(21px, 2.5vw, 25px);
    line-height: 1.3;
}

.lead-magnet > .container > p:last-of-type {
    margin-top: 4px;
}

@media (max-width: 600px) {

    .lead-magnet {
        padding: 50px 20px;
    }

    .lead-magnet h2 {
        margin-bottom: 22px;
    }

    .lead-offer {
        width: 100%;
        padding: 20px 18px;
    }

    .lead-magnet > .container > p {
        font-size: 15px!important;
    }
}

.gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.gallery-section h2 {
    margin-bottom: 12px;
}

.gallery-intro {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: none;
}

.gallery-filters::-webkit-scrollbar {
    display: none;
}

.gallery-filter {
    flex: 0 0 auto;
    padding: 9px 17px;
    border: 1px solid #d1ccbe;
    border-radius: 30px;
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.gallery-filter:hover {
    border-color: #aa7958;
}

.gallery-filter.active {
    background: #aa7958;
    border-color: #aa7958;
    color: #fff;
}


.gallery-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 14px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.gallery-scroll::-webkit-scrollbar {
    height: 6px;
}

.gallery-item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 220px;
    aspect-ratio: 3 / 4;
    padding: 0;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #eae6e0;
    cursor: pointer;
    scroll-snap-align: start;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gallery-item:hover img {
    transform: scale(1.035);
}

.gallery-item.is-hidden {
    display: none;
}


.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;

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

    padding: 30px;

    background: rgba(0, 0, 0, 0.88);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

    width: 100%;
    height: 100%;
}

.gallery-lightbox-content img {
    display: block;
    max-width: 92vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.gallery-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;

    width: 46px;
    height: 46px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);
    color: #fff;

    font-size: 32px;
    line-height: 1;
    font-weight: 300;

    cursor: pointer;

    transition: background-color 0.2s ease;
}

.gallery-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}


@media (max-width: 767px) {

    .gallery-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .gallery-filters {
        justify-content: flex-start;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery-item {
        flex: 0 0 76vw;
        min-width: 0;
    }

    .gallery-scroll {
        gap: 12px;
    }

    .gallery-lightbox {
        padding: 15px;
    }

    .gallery-lightbox-content img {
        max-width: 96vw;
        max-height: 85vh;
    }

    .gallery-lightbox-close {
        top: 10px;
        right: 10px;
    }
}


.social-proof {
    padding-top: 70px;
    padding-bottom: 70px;
}

.social-proof .section-header {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}


.social-proof-feedback {
    margin-bottom: 65px;
}

.social-proof-feedback > h3 {
    margin-bottom: 25px;
    text-align: center;
}

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
}

.feedback-item {
    min-width: 0;
}

.feedback-video {
    overflow: hidden;
    border-radius: 10px;
}

.feedback-video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
}

.social-proof-experience {
    margin-bottom: 65px;
}

.social-proof-experience > h3 {
    margin-bottom: 25px;
    text-align: center;
}

.social-proof-gallery {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;

    padding: 5px 2px 18px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;
}

.social-proof-gallery .gallery-item {
    flex: 0 0 230px;
    width: 230px;

    position: relative;
    overflow: hidden;

    padding: 0;
    border: 0;
    border-radius: 10px;

    background: none;
    aspect-ratio: 9 / 16;
    cursor: pointer;
    scroll-snap-align: start;
}

.social-proof-gallery .gallery-item img,
.social-proof-gallery .gallery-item video {
    display: block;

    width: 100%;
    /* height: auto; */

    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.social-proof-gallery .social-proof-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 370px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.3)
    );
}

.social-proof-moments {
    margin-bottom: 55px;
}

.social-proof-moments > h3 {
    margin-bottom: 12px;
    text-align: center;
}

.social-proof-moments .section-intro {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.social-proof-highlight {
    max-width: 600px;
    margin: 45px auto 0;
    text-align: center;
}

.social-proof-highlight-media {
    display: block;

    width: 100%;
    padding: 0;

    border: 0;
    border-radius: 12px;

    overflow: hidden;
    background: none;

    cursor: pointer;
}

.social-proof-highlight-media img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.social-proof-highlight-caption {
    margin: 18px auto 0;
    max-width: 620px;
}


/* MOBILE*/

@media (max-width: 767px) {

    .social-proof {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .social-proof-feedback {
        margin-bottom: 50px;
    }

    .feedback-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .feedback-video video {
        max-height: none;
    }

    .social-proof-experience,
    .social-proof-moments {
        margin-bottom: 50px;
    }

    .social-proof-gallery {
        gap: 14px;
        padding-bottom: 14px;
    }

    .social-proof-gallery .gallery-item {
        flex-basis: 190px;
        width: 190px;
    }

    .social-proof-highlight {
        margin-top: 35px;
    }

}
