body,
html {
    padding: 0;
    margin: 0;
    background-color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(90deg,
            #ffd700 0%,
            #ffed4e 20%,
            #ffffff 40%,
            #ffed4e 45%,
            #ffd700 50%,
            #ffcc00 70%,
            #ffa500 85%,
            #ffd700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 100%;
    background-position: 0% 50%;
}

h1 span {
    -webkit-text-fill-color: #ffffff;
    background: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
        padding: 0 20px;
    }
}

@media (min-width: 769px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

@media (max-width: 768px) {
    h2 {
        font-size: 16px;
        padding: 0 20px;
    }
}

@media (min-width: 769px) {
    h2 {
        font-size: 18px;
    }
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
    p {
        padding: 0 20px;
    }
}

.container {
    display: inline-block;
    width: 1000px;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Header e Menu */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.logo-empreendimento {
    background-image: url("../logo/logo_ultraview_site.png");
    width: 300px;
    aspect-ratio: 5.7/1;
    display: inline-block;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.main-menu {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.menu-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.menu-item:hover {
    color: #ffd700;
}

.menu-item::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #ffcc00);
    transition: width 0.3s ease;
}

.menu-item:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        gap: 20px;
    }

    .logo-empreendimento {
        width: 300px;
    }

    .main-menu {
        gap: 20px;
        justify-content: center;
    }

    .menu-item {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .logo-imersao {
        width: 200px;
    }
}

.half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

@media (max-width: 768px) {
    .half {
        width: 100%;
    }
}

.padding10 {
    padding: 10px;
}

.thumb {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.planta-baixa {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pb-shell {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pb-aspect {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.pb-stack {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pb-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.35s ease;
    background: #000;
    z-index: 1;
}

.pb-layer.is-active {
    opacity: 1;
    z-index: 2;
}

.pb-layer.is-reverse {
    filter: saturate(0.9);
}

.pb-marker {
    position: absolute;
    z-index: 5;
    min-width: 70px;
    height: 44px;
    border-radius: 11px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 16px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.95) 0%, rgba(255, 204, 0, 0.95) 50%, rgba(255, 165, 0, 0.95) 100%);
    color: #2c2c2c;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(255, 215, 0, 0.4);
    border: none;
    cursor: pointer;
}

.pb-marker-a {
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pb-marker-b {
    left: 80%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.95) 0%, rgba(255, 204, 0, 0.95) 50%, rgba(255, 165, 0, 0.95) 100%);
    color: #2c2c2c;
}

.pb-home-btn {
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    color: #2c2c2c;
    border: 1px solid rgba(255, 215, 0, 0.8);
    border-radius: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.pb-home-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 50%, #ffcc00 100%);
}

.pb-final-message {
    display: none !important;
}

.pb-controls {
    width: 90%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.pb-title {
    color: #aaa;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-nav,
.pb-branch {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #ffd700;
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pb-arrow {
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin: 0 6px;
}


.pb-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.pb-btn:active {
    transform: translateY(0);
}

.pb-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.pb-btn-ghost {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    border-color: #ffd700;
}

.pb-btn-secondary {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    border-color: #ffd700;
}

.pb-status {
    margin-left: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.videos-experience {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 16px;
    padding: 0;
}

.experience-controls {
    position: absolute;
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    pointer-events: auto;
}

.experience-controls .tour-vol-btn {
    pointer-events: auto;
}

.experience-full,
.experience-full body {
    overflow: hidden;
}

.experience-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 12000;
    display: none;
    overflow: hidden;
    position: fixed;
}

.experience-overlay.is-active {
    display: block;
}

.experience-overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
}

.experience-overlay-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    gap: 0;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.experience-overlay.is-landscape .experience-overlay-body {
    margin-top: 0;
}

.experience-overlay-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
}

.experience-overlay video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    background: #000;
    object-fit: contain;
}

.experience-overlay:not(.is-landscape) .experience-overlay-body,
.experience-overlay.is-landscape .experience-overlay-body {
    flex: 1 1 auto;
    align-items: stretch;
    padding: 0;
    margin-top: 0;
}

.experience-overlay:not(.is-landscape) .experience-overlay-video {
    width: 100%;
    height: auto;
    max-height: none;
}

.experience-overlay:not(.is-landscape) .experience-overlay video {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
}

.experience-overlay.is-landscape video {
    height: 100vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.experience-overlay-controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    pointer-events: auto;
    margin-top: 0;
    z-index: 15;
}

.experience-overlay-controls .tour-vol-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.experience-overlay-close {
    position: absolute !important;
    top: 8px;
    right: 8px;
    z-index: 30;
    width: 44px;
    height: 44px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.experience-orientation-hint {
    display: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.experience-orientation-hint.is-visible {
    display: block;
}

.experience-overlay-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
    overflow: auto;
}

.experience-overlay-nav .half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.experience-overlay.is-landscape .experience-overlay-inner {
    flex-direction: row;
    padding: 0;
    gap: 8px;
}

.experience-overlay.is-landscape .experience-overlay-body {
    flex: 1 1 auto;
    padding: 0;
    justify-content: center;
}

.experience-overlay.is-landscape .experience-overlay-nav {
    width: 240px;
    max-width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 8px 0 0;
}

.experience-overlay.is-landscape .experience-overlay-nav .half {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

.experience-inline {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
}

.preloading-videos #experience-home-slot,
.preloading-videos #experience-inline {
    opacity: 0;
    pointer-events: none;
}

.tour-block {
    position: relative;
}

.tour-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000 url('../ref/academia.jpg') center center/cover no-repeat;
    touch-action: pan-y;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.tour-inline-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12vw;
    min-width: 120px;
    max-width: 20%;
    background: rgba(255, 0, 0, 0);
    z-index: 50;
    pointer-events: auto;
    touch-action: pan-y;
}

.tour-inline-bar.left {
    left: 0;
}

.tour-inline-bar.right {
    right: 0;
}

.tour-drag-hint {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    pointer-events: none;
    z-index: 80;
    gap: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.tour-drag-icon {
    width: 120px;
    height: 80px;
}

.tour-drag-text {
    font-size: 14px;
    font-weight: 700;
}

.tour-drag-hint.is-hidden {
    display: none;
}

.pb-inline-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 215, 0, 0.8);
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 60;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.pb-inline-arrow.is-visible {
    display: flex;
}

.pb-inline-arrow.left {
    left: 16px;
}

.pb-inline-arrow.right {
    right: 16px;
}

.tour-wrapper a-scene,
.tour-overlay a-scene,
#tour-scene,
#tour-scene-overlay {
    touch-action: none !important;
}

.tour-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.tour-placeholder.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.tour-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* força a cena inline a preencher o wrapper e centralizar o canvas */
#tour-scene {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

#tour-scene canvas,
#tour-scene .a-canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    background: transparent !important;
}

#tour-scene-overlay canvas,
#tour-scene-overlay .a-canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    background: transparent !important;
}

.tour-vol-btn {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
}

.tour-vol-btn.is-on {
    background: rgba(0, 0, 0, 0.9);
    color: #ffd700;
    border-color: #ffd700;
}

.tour-wrapper .tour-vol-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    pointer-events: auto;
    touch-action: manipulation;
}

.experience-vol-btn {
    position: relative;
    right: auto;
    bottom: auto;
}

.experience-fs-btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.experience-close-btn {
    display: none;
}

.videos-experience:fullscreen,
.videos-experience:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none;
    max-height: none;
    background: #000;
}

.videos-experience:fullscreen .experience-inline,
.videos-experience:-webkit-full-screen .experience-inline {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    background: #000;
}

.experience-inline:fullscreen,
.experience-inline:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    background: #000;
}

.a-enter-vr,
.a-enter-ar,
.a-enter-vr-button,
.a-enter-ar-button {
    display: none !important;
}

.site-preloader {
    position: fixed;
    inset: 0;
    background: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.site-preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.site-preloader-inner {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.site-preloader-coffee {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-preloader-coffee-svg {
    width: 56px;
    height: 56px;
}

.site-preloader-logo {
    width: 140px;
    aspect-ratio: 7/5;
    background: url('../logo/logo_ultraview_site.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-preloader-track {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #f5f5f5;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    margin-bottom: 6px;
}

.site-preloader-track.secondary {
    height: 10px;
    opacity: 0.9;
}

.site-preloader-track.secondary.is-hidden {
    display: none;
}

.site-preloader-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ffd700 0%, #ffcc00 100%);
    transition: width 0.2s ease;
}

.site-preloader-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #f5f5f5;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.site-preloader-msg {
    color: #ffffff;
    font-weight: 600;
}

.site-preloader-pct {
    color: #f5f5f5;
}

.site-preloader-pct-videos {
    color: #dcdcdc;
    font-weight: 600;
}

.site-preloader-pct-videos.is-hidden {
    display: none;
}

.tour-wrapper video#tour360-inline {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tour-fs-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    padding: 10px 12px;
    border: 1px solid rgba(51, 123, 133, 0.8);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #337b85;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.tour-fs-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.85);
}

.tour-exit-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 6;
    padding: 8px 10px;
    border: 1px solid rgba(51, 123, 133, 0.8);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    display: none;
}

.tour-exit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 900px) {

    .tour-fs-btn,
    .tour-exit-btn {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 14px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .tour-exit-btn {
        bottom: 52px;
        /* fica acima do botão de entrar em tela cheia */
    }
}

.tour-wrapper.full {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
    background: #000;
}

.tour-scene.full {
    height: 100vh !important;
}

body.no-scroll {
    overflow: hidden !important;
}

.pb-buffer {
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    margin-top: 6px;
}

.pb-buffer-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pb-buffer-coffee {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    pointer-events: none;
    z-index: 2;
}

.pb-coffee-svg {
    width: 28px;
    height: 28px;
}

.pb-buffer-bar {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ffd700, #ffcc00);
    transition: width 0.2s ease;
    z-index: 1;
}


@media (max-width: 768px) {
    .pb-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .pb-status {
        margin-left: 0;
    }

    .pb-marker {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

.thumb iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;
    background: #000;
}


.card-line {
    padding: 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #72530A;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(114, 83, 10, 0.12), rgba(114, 83, 10, 0.22));
}

.card-produtos {
    position: relative;
    display: inline-block;
    width: 500px;
    max-width: 80%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    padding: 20px;
    background-color: #f5f5f5;
}

.card-produtos-left {
    position: relative;
    float: left;
    width: 70%;
    height: auto;
    box-sizing: border-box;
}

.card-produtos-right {
    position: relative;
    float: left;
    width: 30%;
    height: auto;
    box-sizing: border-box;
}

.card-total {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #282828;
}

.card-cursos {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #636363;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-cursos-texto {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-cursos-img {
    position: relative;
    flex: 0 0 300px;
    width: 300px;
    height: 400px;
    box-sizing: border-box;
}

.curso-modelagem {
    background-image: url("../ref/thumb-cursos-modelagem.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.curso-cenarios {
    background-image: url("../ref/thumb-cursos-cenarios.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .card-cursos {
        flex-direction: column;
        height: auto;
    }

    .card-cursos-img {
        width: 100%;
        flex: 0 0 auto;
        height: 300px;
    }

    .card-cursos-texto {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

.card-bonus {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #636363;
    background: #241703;
    background: radial-gradient(circle, rgba(36, 23, 3, 1) 0%, rgba(87, 65, 45, 1) 64%, rgba(31, 24, 12, 1) 100%);

}

.foto-autoridade {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url("../ref/foto-autoridade.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 20px;
    max-width: 420px;
    justify-items: start;
}

.logo-item {
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    height: 48px;
    object-fit: contain;
    display: block;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.depoimento {
    background: #1a1a1a;
    border: 1px solid #555555;
    border-radius: 12px;
    padding: 10px;
}

.depoimento img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.footer {
    color: #ffffff;
    text-align: center;
    padding: 30px 20px 40px;
    margin-top: 40px;
}

.footer a {
    color: #ffd700;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-inner {
    display: grid;
    gap: 8px;
    justify-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.footer-links {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.footer-links .separator {
    color: #666;
}

.footer-info {
    color: #444444;
    font-weight: 600;
}

.footer-copy {
    color: #888;
}

.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
}

.whatsapp-float svg path {
    fill: #fff;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .depoimentos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bonus-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.bonus-title .gift-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 8px 10px;
    background: transparent;
    color: #ffd700;
    border: 1px solid #ffd700;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: none;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    white-space: nowrap;
    margin: 0;
}

.botao:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
}

.botao:active {
    transform: translateY(0);
    box-shadow: none;
}

.botao.is-active {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.video-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    z-index: 1000;
}

.overlay-inner {
    position: relative;
    width: 100vw;
    max-width: none;
}

.video-overlay.hidden {
    display: none;
}

.overlay-video {
    width: 100vw;
    max-height: calc(100vh - 80px);
    height: auto;
    object-fit: contain;
    background: #000;
    transition: opacity 0.2s ease;
    display: block;
    border-radius: 0;
}

.overlay-iframe {
    position: relative;
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #000;
    margin: 0;
}

.overlay-iframe iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
    display: block;
    background: #000;
    border-radius: 0;
}

.replay-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #337b85;
    border: 1px solid rgba(51, 123, 133, 0.7);
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.replay-button:hover {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.82);
}

.is-hidden {
    display: none !important;
}

.is-hidden-media {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.overlay-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    display: grid;
    place-items: center;
    transition: background 0.2s ease;
    z-index: 10;
}

.overlay-close:hover {
    background: rgba(255, 255, 255, 0.18);
}

.audio-toggle {
    position: fixed;
    left: 16px;
    bottom: 90px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.7);
    color: #337b85;
    border: 1px solid rgba(51, 123, 133, 0.7);
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
    z-index: 1100;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.audio-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.85);
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.overlay-loading {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-overlay.loading .overlay-loading {
    display: flex;
}

.video-overlay.loading .overlay-video {
    opacity: 0;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 6px solid rgba(255, 255, 255, 0.15);
    border-top-color: #337b85;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .video-overlay {
        padding: 0;
    }

    .overlay-inner {
        width: 100vw;
        max-width: none;
    }

    .overlay-video,
    .overlay-iframe iframe {
        border-radius: 0;
    }

    .overlay-iframe {
        padding-bottom: 56.25vw;
    }
}

/* Landing layout */
.section {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 16px;
    text-align: left;
    box-sizing: border-box;
}

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

.section .muted {
    color: #c8c8c8;
}

.hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: center;
    margin-top: 20px;
}

.hero-media img,
.hero-media video {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.hero-text .display {
    font-size: 28px;
    line-height: 1.2;
}

.lead {
    color: #e0e0e0;
    margin: 12px 0 20px;
    font-size: 16px;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-primary,
.cta-secondary {
    display: inline-block;
    padding: 14px 18px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-align: center;
    min-width: 180px;
}

.cta-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    box-shadow: 0 6px 14px rgba(255, 215, 0, 0.4);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 50%, #ffcc00 100%);
}

.cta-secondary {
    background: transparent;
    color: #ffd700;
    border: 1px solid #ffd700;
}

.cta-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.35);
    background: rgba(255, 215, 0, 0.1);
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #72530A;
    border-radius: 999px;
    color: #337b85;
    background: rgba(114, 83, 10, 0.15);
    font-size: 14px;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.list-clean {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    color: #fff;
}

.list-clean li {
    margin-bottom: 6px;
}

.comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.comparison-col {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 16px;
    background: #ffffff;
}

.comparison-col.highlight {
    border-color: #72530A;
    background: linear-gradient(180deg, rgba(114, 83, 10, 0.22), rgba(114, 83, 10, 0.35));
}

.manifesto p {
    margin: 6px 0;
    font-size: 16px;
    color: #f1f1f1;
}

.cta-final {
    text-align: center;
}

.cta-final .cta-primary {
    min-width: 220px;
}

/* Tour overlay (layout similar ao de experiências) */
.tour-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
    display: none;
    overflow: hidden;
    touch-action: pan-y;
}

.tour-overlay.is-active {
    display: block;
}

.tour-overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    gap: 12px;
}

.tour-overlay-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    gap: 0;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 0;
}

.tour-overlay:not(.is-landscape) .tour-overlay-inner {
    padding: 56px 0 0 0;
}

.tour-overlay.is-landscape .tour-overlay-inner {
    padding: 0;
}

.tour-overlay:not(.is-landscape) .tour-overlay-body {
    flex: 1 1 auto;
    align-items: stretch;
    padding: 0;
    margin-top: 0;
}

.tour-overlay.is-landscape .tour-overlay-body {
    margin-top: 0;
    align-items: stretch;
    padding: 0;
}

.tour-overlay-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
}

.tour-overlay video {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.tour-overlay:not(.is-landscape) .tour-overlay-body {
    flex: 0 0 auto;
    align-items: center;
    padding: 12px 12px 0;
}

.tour-overlay:not(.is-landscape) .tour-overlay-video {
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    height: 56.25vw;
    max-height: 60vh;
    min-height: 40vh;
}

.tour-overlay:not(.is-landscape) .tour-overlay video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.tour-overlay:not(.is-landscape) .tour-overlay-body,
.tour-overlay.is-landscape .tour-overlay-body {
    flex: 1 1 auto;
    align-items: stretch;
    padding: 0;
    margin-top: 0;
}

.tour-scene-overlay {
    width: 100%;
    height: 100%;
}

.tour-overlay-controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    pointer-events: auto;
    z-index: 25;
}

.tour-overlay-vol {
    position: relative;
}

.refresh-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 12000;
    width: 44px;
    height: 44px;
    border: 2px solid #ffd700;
    border-radius: 8px;
    background: transparent;
    color: #ffd700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.refresh-btn:hover {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
}

/* Modal de atalho / PWA */
.shortcut-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 14000;
}

.shortcut-modal[aria-hidden="false"] {
    display: flex;
}

.shortcut-modal-dialog {
    background: #f5f5f5;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
}

.shortcut-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shortcut-text {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.4;
}

.shortcut-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.shortcut-btn {
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #ffd700;
    background: transparent;
    color: #ffd700;
    cursor: pointer;
    font-size: 15px;
}

.shortcut-btn.primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
}

.shortcut-btn.ghost {
    background: transparent;
    color: #ffd700;
}

.tour-overlay-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
    overflow: auto;
    box-sizing: border-box;
}

.tour-overlay-nav .half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.tour-overlay-close {
    position: absolute !important;
    top: 8px;
    right: 8px;
    z-index: 30;
    width: 44px;
    height: 44px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}

.tour-overlay.is-landscape .tour-overlay-inner {
    flex-direction: row;
    padding: 56px 0 0 0;
    gap: 8px;
}

.tour-overlay.is-landscape .tour-overlay-body {
    flex: 1 1 auto;
    padding: 0;
    justify-content: center;
    gap: 0;
    align-items: stretch;
}

.tour-overlay.is-landscape .tour-overlay-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12vw;
    min-width: 140px;
    max-width: 22%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
    box-sizing: border-box;
    overflow-y: auto;
    background: rgba(255, 0, 0, 0.4);
    z-index: 50;
}

.tour-overlay.is-landscape .tour-overlay-nav .half {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    flex: 1 1 0;
    justify-content: space-around;
    gap: 16px;
    align-items: stretch;
}

.tour-overlay.is-landscape .tour-overlay video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

/* Simulador de propostas */
.simulador-area h1 {
    margin-bottom: 12px;
}

.form-simulador-container {
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    padding: 32px;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

.form-header-simulador {
    text-align: center;
    margin-bottom: 28px;
}

.form-header-simulador h1 {
    color: #ffd700;
    margin-bottom: 8px;
    font-weight: 700;
    background: none;
    -webkit-text-fill-color: #ffd700;
    font-family: inherit;
}

.form-header-simulador p {
    color: #ffffff;
    font-size: 15px;
    padding: 0;
    font-weight: 400;
    text-align: center;
    font-family: inherit;
}

.logo_garden_form {
    width: 200px;
    height: auto;
    margin: 0 auto 16px;
    background-image: url("../logo/logo_ultraview_site.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2.33/1;
}

.form-grid-simulador {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}

.form-group-simulador {
    display: flex;
    flex-direction: column;
}

.form-group-simulador.full-width-simulador {
    grid-column: 1 / -1;
}

.form-group-simulador.form-group-trio {
    min-width: 200px;
}

@media (min-width: 769px) {
    .form-grid-simulador {
        grid-template-columns: 1fr 1fr;
    }

    .form-grid-simulador:has(.form-group-trio) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.form-block-simulador {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #4d4d4d;
}

.form-block-simulador:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group-simulador label {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: inherit;
}

.form-group-simulador input,
.form-group-simulador select,
.form-group-simulador textarea {
    padding: 14px;
    border: 1px solid #555555;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.2s ease;
    background: #1a1a1a;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.form-group-simulador textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group-simulador input:focus,
.form-group-simulador select:focus,
.form-group-simulador textarea:focus {
    outline: none;
    border-color: #337b85;
    box-shadow: 0 0 0 2px rgba(51, 123, 133, 0.25);
}

.currency-input-simulador {
    position: relative;
}

.currency-symbol-simulador {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #b5b5b5;
    font-weight: 600;
}

.currency-input-simulador input {
    padding-left: 36px;
}

.submit-btn-simulador {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #ffa500 100%);
    color: #2c2c2c;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 12px;
    box-shadow: 0 6px 14px rgba(255, 215, 0, 0.4);
}

.submit-btn-simulador:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 50%, #ffcc00 100%);
}

.submit-btn-simulador:active {
    transform: translateY(0);
}

.visualizar-proposta-btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    background: transparent;
    color: #ffd700;
    border: 1px solid #ffd700;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 10px auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}

.visualizar-proposta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255, 215, 0, 0.35);
    background: rgba(255, 215, 0, 0.1);
}

.visualizar-proposta-btn:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .visualizar-proposta-btn {
        padding: 16px 20px;
        margin: 10px 20px;
        width: calc(100% - 40px);
    }

    .form-grid-simulador {
        grid-template-columns: 1fr;
    }

    .form-simulador-container {
        padding: 24px 18px;
        width: 96%;
    }

    .form-header-simulador h1 {
        font-size: 22px;
    }
}

/* Painel administrativo embed */
.admin-panel-area h1 {
    margin-bottom: 12px;
}

.admin-panel-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    aspect-ratio: 16 / 9;
}

.admin-panel-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}

@media (max-width: 768px) {
    .section {
        margin: 28px auto;
    }

    .hero-text .display {
        font-size: 24px;
    }

    .cta-row {
        flex-direction: column;
    }
}

/* Cards de Problema */
.problema-cards {
    margin: 40px 0;
    text-align: center;
}

.problema-titulo {
    margin-bottom: 30px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.6;
}

.problema-texto-rotativo {
    display: inline-block;
    color: #ffd700;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
    min-width: 200px;
    text-align: left;
}

@media (max-width: 768px) {
    .problema-titulo {
        font-size: 20px;
    }

    .problema-texto-rotativo {
        min-width: 150px;
        font-size: 18px;
    }
}

/* Card de Decisão */
.decisao-card {
    position: relative;
    display: inline-block;
    padding: 30px 40px;
    margin: 40px auto;
    border-radius: 12px;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid #ffd700;
    min-width: 400px;
    max-width: 600px;
}

/* Contorno estático amarelo - usando CSS border */

.decisao-card h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .decisao-card {
        min-width: auto;
        max-width: 100%;
        padding: 25px 20px;
        margin: 30px 10px;
    }

    .decisao-card h2 {
        font-size: 16px;
    }
}

/* Setas piscantes para planta baixa */
.pb-click-hint {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    pointer-events: none;
    animation: pb-hint-blink 1.5s ease-in-out infinite;
}

.pb-hint-arrow {
    font-size: 32px;
    color: #000000;
    margin-bottom: 5px;
    animation: pb-arrow-bounce 1.5s ease-in-out infinite;
}

.pb-hint-text {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(44, 44, 44, 0.9);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.hint-living {
    left: 20%;
    top: calc(50% - 120px);
    transform: translateX(-50%);
}

.hint-suite {
    left: 80%;
    top: calc(70% - 120px);
    transform: translateX(-50%);
}

@keyframes pb-hint-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes pb-arrow-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .pb-click-hint {
        font-size: 10px;
    }

    .pb-hint-arrow {
        font-size: 24px;
    }

    .pb-hint-text {
        font-size: 10px;
        padding: 3px 6px;
    }

    .hint-living {
        left: 20%;
        top: calc(50% - 100px);
        transform: translateX(-50%);
    }

    .hint-suite {
        left: 80%;
        top: calc(70% - 100px);
        transform: translateX(-50%);
    }
}

/* Foto Quem Somos */
.foto-quem-somos {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #ffd700;
    background-image: url('../ref/ronan.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.nome-quem-somos {
    text-align: center;
    color: #ffd700;
    font-size: 24px;
    font-weight: 700;
    margin: 15px auto 25px;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .nome-quem-somos {
        font-size: 20px;
    }
}

/* Card Fale Conosco */
#fale-conosco.problema-cards {
    display: inline-block;
    padding: 30px 40px;
    margin: 40px auto;
    border-radius: 12px;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid #ffd700;
    min-width: 400px;
    max-width: 600px;
}

#fale-conosco.problema-cards h2 {
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

/* Link WhatsApp em fale-conosco */
.problema-cards .whatsapp-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.problema-cards .whatsapp-link:hover {
    color: #ffed4e;
    border-bottom-color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

@media (max-width: 768px) {
    #fale-conosco.problema-cards {
        min-width: auto;
        max-width: 100%;
        padding: 25px 20px;
        margin: 30px 10px;
    }

    #fale-conosco.problema-cards h2 {
        font-size: 16px;
    }
}