/* ==========================================================================
   1. CSS GLOBAL 
   (Fontes, Reset, Header, Footer, Menu Mobile e Elementos Comuns)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Mansalva&family=Teko:wght@400;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Jost', sans-serif; background-color: #ffffff; color: #7A7A7A; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: 'Teko', sans-serif; text-transform: uppercase; color: #333333; line-height: 1.1; }
.subtitulo { font-family: 'Mansalva', cursive; font-size: 2.1rem; color: #3D819B; font-weight: normal; margin-bottom: -10px; display: block; text-transform: uppercase; }
.subtitulo.branco { color: #ffffff; }
.titulo-grande { font-size: 7rem; font-weight: 700; color: #333333; }
.titulo-grande.branco { color: #ffffff; }

.btn { display: inline-block; background-color: #333333; color: #ffffff; font-family: 'Teko', sans-serif; font-size: 1.5rem; font-weight: 600; padding: 8px 25px 5px; border-radius: 12px; transition: background 0.3s; text-transform: uppercase; }
.btn:hover { background-color: #3D819B; }

.rasgo-top { background-image: url('/images/wp/separador-1.png'); background-size: 100% 100px; background-repeat: no-repeat; background-position: center top; height: 100px; width: 100%; margin-top: -95px; position: relative; z-index: 20; }
.rasgo-bottom { background-image: url('/images/wp/separador_2.png'); background-size: 100% 100px; background-repeat: no-repeat; background-position: center bottom; height: 100px; width: 100%; margin-bottom: -95px; position: relative; z-index: 20; }
.section-padding { padding: 80px 20px; text-align: center; background: #fff; position: relative; z-index: 10; }

/* Header e Menu Desktop */
header { background-color: rgba(30, 30, 30, 0.55); position: fixed; width: 100%; top: 0; z-index: 1000; display: flex; align-items: stretch; height: 80px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.header-lang { display: flex; align-items: center; justify-content: center; padding: 0 40px; border-right: 1px solid rgba(255,255,255,0.4); color: #fff; font-family: 'Teko', sans-serif; font-size: 1.6rem; font-weight: 600; }
.header-logo { display: flex; align-items: center; padding: 0 40px; }
.header-logo img { height: 45px; }
.header-nav { flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.header-nav > ul { display: flex; gap: 30px; height: 100%; }
.header-nav > ul > li { display: flex; align-items: center; position: relative; height: 100%; }
.header-nav a { color: #ffffff; font-family: 'Teko', sans-serif; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s; }
.header-nav > ul > li > a:hover, .header-nav > ul > li > a.active, .header-nav .has-dropdown:hover > a { color: #3D819B; }
.header-nav .dropdown-arrow { display: none; }

.header-nav .dropdown { position: absolute; top: 100%; left: 0; background-color: rgba(30, 30, 30, 0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); min-width: 240px; border-top: 2px solid #3D819B; display: none; flex-direction: column; box-shadow: 0 8px 15px rgba(0,0,0,0.3); height: auto; gap: 0; }
.header-nav .has-dropdown:hover > .dropdown { display: flex; }
.header-nav .dropdown li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.15); display: block; width: 100%; }
.header-nav .dropdown li:last-child { border-bottom: none; }
.header-nav .dropdown a { font-family: 'Jost', sans-serif; font-size: 1.05rem; text-transform: none; font-weight: 500; padding: 12px 20px; display: block; width: 100%; color: #ffffff; transition: all 0.3s; }
.header-nav .dropdown a:hover, .header-nav .has-sub-dropdown:hover > a { background-color: rgba(255, 255, 255, 0.05); color: #3D819B; padding-left: 25px; }
.header-nav .sub-dropdown { position: absolute; top: -2px; left: 100%; background-color: rgba(30, 30, 30, 0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); min-width: 240px; border-top: 2px solid #3D819B; display: none; flex-direction: column; box-shadow: 0 8px 15px rgba(0,0,0,0.3); }
.header-nav .has-sub-dropdown:hover > .sub-dropdown { display: flex; }

.header-icons { display: flex; align-items: stretch; }
.icon-box { display: flex; align-items: center; justify-content: center; padding: 0 25px; border-left: 1px solid rgba(255,255,255,0.4); color: #fff; transition: color 0.3s; }
.icon-box:hover { color: #3D819B; }
.header-cta { display: flex; align-items: center; justify-content: center; padding: 0 40px; border-left: 1px solid rgba(255,255,255,0.4); }
.header-cta a { color: #fff; font-family: 'Teko', sans-serif; font-size: 1.5rem; font-weight: 600; letter-spacing: 1px; transition: color 0.3s; }
.header-cta a:hover { color: #3D819B; }

.social-floating { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 15px; }
.social-floating a { color: #fff; border: 2px solid #fff; border-radius: 5px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: background 0.3s; }
.social-floating a:hover { background: #3D819B; border-color: #3D819B; }

/* Site Footer */
.site-footer { background-image: url('/images/wp/Ativo-19.png'); background-size: cover; background-position: center; color: #ffffff; position: relative; padding-bottom: 40px; text-align: left; }
.footer-container { max-width: 1700px; margin: 0 auto; padding: 150px 80px 20px; position: relative; z-index: 10; }
.newsletter-wrapper { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; margin-bottom: 30px; gap: 40px; }
.newsletter-text { flex: 0 0 auto; }
.newsletter-text .subtitulo { color: #fff; font-size: 2.2rem; margin-bottom: -5px; }
.newsletter-text h2 { font-size: 4.5rem; color: #fff; margin-top: 0; line-height: 0.9; }
.newsletter-form { display: flex; gap: 15px; flex: 1; justify-content: flex-end; align-items: center; }
.newsletter-form input { flex: 1; max-width: 420px; height: 52px; padding: 0 20px; border-radius: 4px; border: none; font-family: 'Jost', sans-serif; font-size: 1.1rem; outline: none; background: #ffffff; color: #333333; }
.newsletter-form input::placeholder { color: #a0a0a0; }
.newsletter-form button { height: 52px; background-color: #3D819B; color: #fff; font-family: 'Teko', sans-serif; font-size: 1.7rem; border: none; border-radius: 4px; padding: 0 35px; cursor: pointer; text-transform: uppercase; display: flex; align-items: center; justify-content: center; line-height: 1; white-space: nowrap; }
.newsletter-form button:hover { background-color: #2f667a; }
.footer-columns { display: flex; width: 100%; border: 1px solid rgba(255,255,255,0.4); }
.footer-col { padding: 40px 35px; display: flex; flex-direction: column; }
.footer-col:nth-child(1) { width: 40%; border-right: 1px solid rgba(255,255,255,0.4); }
.footer-col:nth-child(2) { width: 35%; border-right: 1px solid rgba(255,255,255,0.4); justify-content: center; }
.footer-col:nth-child(3) { width: 25%; justify-content: center; }
.footer-logo { margin-bottom: 25px; max-width: 160px; display: block; }
.footer-about { font-size: 1.05rem; font-weight: 300; line-height: 1.6; margin-bottom: 25px; color: #ffffff; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.6); border-radius: 3px; font-size: 1.15rem; color: #fff; transition: all 0.3s; }
.footer-socials a:hover { background: #3D819B; border-color: #3D819B; }
.footer-links-wrapper { display: flex; justify-content: flex-start; gap: 60px; }
.footer-col h3 { font-size: 2.2rem; color: #fff; margin-bottom: 25px; letter-spacing: 0.5px; }
.footer-col ul li { margin-bottom: 12px; font-size: 1.05rem; font-weight: 300; color: #ffffff; }
.footer-col ul li a { transition: color 0.3s; }
.footer-col ul li a:hover { color: #3D819B; }
.footer-contact-list { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 5px; font-size: 1.05rem; font-weight: 300; line-height: 1.5; color: #ffffff; }
.contact-item svg, .contact-item i { margin-top: 4px; font-size: 1.2rem; width: 22px; height: 22px; flex-shrink: 0; text-align: center; color: #fff; }
.footer-bottom { max-width: 1700px; margin: 25px auto 0; padding: 0 80px; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; font-weight: 300; position: relative; z-index: 10; color: #e0e0e0; }
.made-by img { height: 20px; opacity: 0.8; }
.selo-cinco-estrelas { position: fixed; bottom: 20px; right: 20px; width: 120px; z-index: 9999; pointer-events: none; }
body.menu-aberto .selo-cinco-estrelas { display: none !important; }

/* Menu Gaveta Mobile Overlay */
.menu-hamburguer { display: none; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }
.mobile-menu-overlay { position: fixed; top: 0; right: -100%; width: 320px; max-width: 100%; height: 100vh; background-color: #2b2b2b; z-index: 2000; transition: right 0.4s ease-in-out; overflow-y: auto; box-shadow: -5px 0 15px rgba(0,0,0,0.5); }
.mobile-menu-overlay.open { right: 0; }
.close-menu { position: absolute; top: 15px; right: 20px; background: none; border: none; color: #fff; font-size: 1.8rem; cursor: pointer; z-index: 2010; }
.mobile-menu-content { padding: 30px 20px 50px 20px; display: flex; flex-direction: column; gap: 30px; }
.mobile-menu-logo { text-align: center; margin-bottom: 10px; }
.mobile-menu-logo img { height: 110px; display: inline-block; }
.mobile-section-title { font-family: 'Teko', sans-serif; color: #ffffff; font-size: 1.8rem; text-transform: uppercase; margin-bottom: 15px; position: relative; padding-bottom: 5px; }
.mobile-section-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 1px; background-color: rgba(255,255,255,0.4); }
.mobile-nav ul, .mobile-utilizador { display: flex; flex-direction: column; width: 100%; }
.mobile-nav li { width: 100%; }
.mobile-nav a, .mobile-utilizador a { color: #ffffff; font-family: 'Jost', sans-serif; font-size: 1.2rem; font-weight: 400; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; text-transform: none; border-radius: 4px; margin-bottom: 2px; border: 1px solid transparent; }
.mobile-nav a i { transition: transform 0.3s ease; font-size: 1rem; }
.mobile-nav a.active, .mobile-has-dropdown.open > a { background-color: rgba(255, 255, 255, 0.12); }
.mobile-submenu { display: none !important; flex-direction: column; width: 100%; }
.mobile-has-dropdown.open > .mobile-submenu { display: flex !important; }
.mobile-has-dropdown.open > a > i { transform: rotate(180deg); }
.mobile-submenu > li > a { font-size: 1.1rem; padding-left: 30px; color: #cccccc; background-color: transparent; border: 1px solid transparent; }
.mobile-submenu .mobile-submenu > li > a { padding-left: 45px; font-size: 1.05rem; }
.mobile-submenu .mobile-has-dropdown.open > a { background-color: rgba(255, 255, 255, 0.12); }
.mobile-socials { display: flex; gap: 15px; margin-top: 10px; }
.mobile-socials a { color: #fff; font-size: 1.2rem; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; }

/* Media Queries Globais (Mobile) */
@media (max-width: 1024px) {
    .desktop-only { display: none !important; }
    .social-floating { display: none !important; }
    .menu-hamburguer { display: block; }
    header { justify-content: space-between; padding: 0 20px; }
    .header-logo { padding: 0; }
    .newsletter-wrapper { flex-direction: column; align-items: flex-start; gap: 20px; }
    .newsletter-form { width: 100%; flex-direction: row; align-items: stretch; }
    .newsletter-form input { flex: 1; max-width: none; border-radius: 3px 0 0 3px; }
    .footer-columns { flex-direction: column; }
    .footer-col { width: 100% !important; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.4); }
    .footer-links-wrapper { flex-direction: column; gap: 30px; }
    .footer-container { padding-top: 120px; }
}


/* ==========================================================================
   2. CSS PÁGINA PRINCIPAL 
   (Hero Section, Círculos, Cartões Verticais, Testemunhos)
   ========================================================================== */

.hero { height: calc(100vh + 95px); min-height: 850px; background-image: url('/images/wp/mountaintop-sunset.jpg'); background-size: cover; background-position: left bottom; display: flex; align-items: center; padding-left: 10%; position: relative; }
.hero-bg-2 { background-image: url('/images/wp/Ativo-6.png'); height: 900px; justify-content: flex-start; background-position: center; }
.hero-bg-3 { background-image: url('/images/wp/Ativo-7.png'); height: 900px; justify-content: flex-start; background-position: center; }
.hero-bg-4 { background-image: url('/images/wp/Ativo-13.png'); height: 900px; justify-content: flex-start; background-position: center; }
.hero-content { position: relative; z-index: 10; max-width: 1200px; }

.circulos-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; max-width: 1200px; margin: 50px auto 0; }
.circulo-item { width: 250px; text-align: center; }
.circulo-item img { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.circulo-item h3 { font-size: 2rem; margin-bottom: 10px; }
.circulo-item p { font-size: 1.1rem; margin-bottom: 20px; font-weight: 300; }

.cards-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 50px auto 0; }
.card-vertical { width: 320px; text-align: left; }
.card-img-wrapper { display: flex; height: 400px; margin-bottom: 20px; position: relative; }

/* 🌟 IMAGEM COM MÁSCARA MAIS ENTRADA (Efeito rasgado ligeiramente mais profundo) 🌟 */
.imagem-rasgada {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    
    /* Puxámos as coordenadas das curvas um pouco mais para dentro (cerca de 20px nos eixos) */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400' preserveAspectRatio='none'><path d='M 20 20 C 50 15, 80 25, 110 16 C 140 12, 170 24, 200 15 C 230 11, 260 22, 280 20 C 275 60, 285 110, 278 150 C 272 190, 282 230, 276 270 C 272 310, 282 350, 280 380 C 250 375, 220 385, 190 378 C 160 372, 130 382, 100 376 C 70 372, 40 380, 20 380 C 25 350, 15 310, 20 270 C 25 230, 14 190, 22 150 C 28 110, 16 60, 20 20 Z' fill='black'/></svg>");
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400' preserveAspectRatio='none'><path d='M 20 20 C 50 15, 80 25, 110 16 C 140 12, 170 24, 200 15 C 230 11, 260 22, 280 20 C 275 60, 285 110, 278 150 C 272 190, 282 230, 276 270 C 272 310, 282 350, 280 380 C 250 375, 220 385, 190 378 C 160 372, 130 382, 100 376 C 70 372, 40 380, 20 380 C 25 350, 15 310, 20 270 C 25 230, 14 190, 22 150 C 28 110, 16 60, 20 20 Z' fill='black'/></svg>");
    mask-size: 100% 100%;
}

.card-vertical h3 { font-size: 2.5rem; color: #3D819B; margin-bottom: 5px; }
.card-vertical p { font-size: 1.3rem; font-weight: 400; color: #7a7a7a; }

.testemunhos-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; max-width: 1000px; margin: 50px auto 0; }
.testemunho { width: 300px; text-align: center; }
.testemunho img { width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 50%; }
.testemunho p { font-size: 1.1rem; font-style: italic; margin-bottom: 20px; }
.testemunho h4 { font-size: 1.5rem; color: #333; margin-bottom: 0; }
.testemunho span { font-size: 1rem; color: #7a7a7a; }

@media (max-width: 1024px) {
    .hero { background-position: left bottom; padding-left: 5%; }
}


/* ==========================================================================
   3. CSS PÁGINA SOBRE NÓS 
   (Hero Sobre, Componentes, Grelhas de Texto, Form, Parcerias e Certificados)
   ========================================================================== */

/* Hero Sobre Nós */
.hero-sobre { 
    /* Imagem igual à do Paintball e posição centrada */
    background-image: url('/images/wp/Ativo-3@150x-scaled.png') !important; 
    height: 471px !important; 
    min-height: auto !important; 
    justify-content: center !important; 
    align-items: center !important; 
    text-align: center !important; 
    padding-left: 0 !important; 
    background-position: center center !important; 
    background-size: cover !important; 
}

.hero-parque { background-image: url('/images/wp/Ativo-6.png'); background-position: center center; justify-content: flex-start; }
.hero-adrenalina { background-image: url('/images/wp/Ativo-7.png'); background-position: center center; justify-content: flex-start; }

/* 🌟 FOTO DA EQUIPA COM ROTAÇÃO E RASGOS LIGEIRAMENTE MAIS AJUSTADOS 🌟 */
.sobre-equipa-img { 
    max-width: 1240px; 
    width: 100%; 
    margin: 50px auto; 
    display: block; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
    
    /* 1. Inclinação para a direita */
    transform: rotate(2deg);

    /* 2. Máscara com rasgos afinados (um "cheirinho" mais profundos nas curvas) */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 500' preserveAspectRatio='none'><path d='M 25 25 C 300 16, 600 32, 900 20 C 1000 15, 1100 30, 1175 25 C 1168 150, 1178 300, 1170 475 C 900 468, 600 476, 300 468 C 200 470, 100 466, 25 475 C 32 350, 18 150, 25 25 Z' fill='black'/></svg>");
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 500' preserveAspectRatio='none'><path d='M 25 25 C 300 16, 600 32, 900 20 C 1000 15, 1100 30, 1175 25 C 1168 150, 1178 300, 1170 475 C 900 468, 600 476, 300 468 C 200 470, 100 466, 25 475 C 32 350, 18 150, 25 25 Z' fill='black'/></svg>");
    mask-size: 100% 100%;
}

.sobre-texto { max-width: 1140px; margin: 35px auto 20px; font-size: 1.25rem; line-height: 1.7; font-weight: 300; }
.video-wrapper { max-width: 1240px; margin: 40px auto 0; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.15); aspect-ratio: 16 / 9; }
.video-wrapper iframe { width: 100%; height: 100%; }

.text-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1200px; margin: 50px auto 0; text-align: center; }
.text-grid-3 p { font-size: 1.15rem; line-height: 1.6; font-weight: 300; }
.text-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; max-width: 1100px; margin: 50px auto 0; text-align: left; }
.text-grid-2 h3 { font-size: 4rem; color: #333; margin-bottom: 20px; text-transform: uppercase; font-family: 'Teko', sans-serif; text-align: center; line-height: 1; }
.text-grid-2 p { font-size: 1.15rem; line-height: 1.7; font-weight: 300; margin-bottom: 10px; }

/* Formulário Contacto */
.contact-form-sobre { max-width: 600px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 20px; }
.contact-form-sobre input, .contact-form-sobre textarea { width: 100%; border: 1px solid #3D819B; border-radius: 30px; padding: 15px 25px; font-family: 'Jost', sans-serif; font-size: 1.1rem; outline: none; background: #fff; color: #333; }
.contact-form-sobre input::placeholder, .contact-form-sobre textarea::placeholder { color: #a0a0a0; }
.contact-form-sobre textarea { border-radius: 15px; resize: vertical; }
.contact-form-sobre button { background-color: #3D819B; color: #fff; font-family: 'Teko', sans-serif; font-size: 1.8rem; border: none; border-radius: 30px; padding: 12px 0; cursor: pointer; text-transform: uppercase; transition: background 0.3s; }
.contact-form-sobre button:hover { background-color: #2f667a; }

/* Carrossel: Parcerias (4 por vez) */
.parcerias-section { background-color: #3D819B; padding: 60px 0 220px 0; text-align: center; position: relative; z-index: 10; overflow: hidden; }
.parcerias-carousel-container { width: 100%; overflow-x: hidden; margin: 90px auto 0; cursor: grab; position: relative; }
.parcerias-carousel-container:active { cursor: grabbing; }
.parcerias-track { display: flex; align-items: center; gap: 60px; width: max-content; }
.parcerias-track img { width: calc((100vw - 180px) / 4) !important; height: 135px !important; object-fit: contain; pointer-events: none; user-select: none; flex-shrink: 0; }

/* Carrossel: Certificados e Selos (1 por vez com Fade Out) */
.certificados-carousel-container { width: 100%; overflow-x: hidden; margin-top: 60px; padding: 20px 0; position: relative; cursor: grab; -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent); mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent); }
.certificados-carousel-container:active { cursor: grabbing; }
.certificados-track { display: flex; align-items: center; gap: 60vw; padding: 0 30vw; width: max-content; margin: 0 auto; }
.certificados-track img { width: 300px !important; height: 200px !important; object-fit: contain; pointer-events: none; user-select: none; flex-shrink: 0; }

/* Media Queries Especificas - Sobre Nós */
@media (max-width: 1024px) {
    .text-grid-3, .text-grid-2 { grid-template-columns: 1fr; text-align: center; }
    .text-grid-2 { gap: 40px; text-align: left; }
    .hero-sobre { height: 350px !important; background-position: center top !important; }
}

@media (max-width: 768px) {
    .parcerias-track img { width: calc((100vw - 60px) / 2) !important; height: 80px !important; }
    .parcerias-section { padding: 60px 0 100px 0; }
    .certificados-track { gap: 30vw; padding: 0 15vw; }
    .certificados-track img { width: 220px !important; height: 140px !important; }
}
/* ==========================================================================
   4. CSS PÁGINAS DE PRODUTO (GERAL PARA TODAS AS ATIVIDADES)
   (Hero, Galeria Zoom, Lightbox, Acordeões, Formulários e WIDGET DE RESERVAS)
   ========================================================================== */

/* Alinhamento perfeito do banner para QUALQUER página de produto */
.single-product main > .elementor > .e-con-parent:first-of-type,
.elementor-331 .elementor-element.elementor-element-c8dee9a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 471px !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   🌟 ESTRUTURA DA GALERIA 🌟
   ========================================================================== */
.product-gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.main-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
    cursor: crosshair; 
    
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400' preserveAspectRatio='none'><path d='M 20 20 C 50 15, 80 25, 110 16 C 140 12, 170 24, 200 15 C 230 11, 260 22, 280 20 C 275 60, 285 110, 278 150 C 272 190, 282 230, 276 270 C 272 310, 282 350, 280 380 C 250 375, 220 385, 190 378 C 160 372, 130 382, 100 376 C 70 372, 40 380, 20 380 C 25 350, 15 310, 20 270 C 25 230, 14 190, 22 150 C 28 110, 16 60, 20 20 Z' fill='black'/></svg>");
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400' preserveAspectRatio='none'><path d='M 20 20 C 50 15, 80 25, 110 16 C 140 12, 170 24, 200 15 C 230 11, 260 22, 280 20 C 275 60, 285 110, 278 150 C 272 190, 282 230, 276 270 C 272 310, 282 350, 280 380 C 250 375, 220 385, 190 378 C 160 372, 130 382, 100 376 C 70 372, 40 380, 20 380 C 25 350, 15 310, 20 270 C 25 230, 14 190, 22 150 C 28 110, 16 60, 20 20 Z' fill='black'/></svg>");
    mask-size: 100% 100%;
}

.main-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease-in-out;
}

.zoom-icon {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
    transition: all 0.3s ease;
}

.zoom-icon:hover {
    background-color: #3D819B;
    color: #ffffff;
    transform: scale(1.1);
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.thumb-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.thumb-img:hover { opacity: 0.9; }
.thumb-img.active {
    opacity: 1;
    border: 2px solid #3D819B;
}

/* ==========================================================================
   🌟 LIGHTBOX (ECRÃ INTEIRO) 🌟
   ========================================================================== */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.85);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 85vh;
    border-radius: 6px;
    box-shadow: 0 0 35px rgba(0,0,0,0.6);
    animation: zoomEfeito 0.25s ease;
}

@keyframes zoomEfeito {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.lightbox-close:hover { color: #3D819B; }

.lightbox-prev, .lightbox-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: transparent;
    border: none;
    outline: none;
}

.lightbox-prev { left: 5%; border-radius: 3px 0 0 3px; }
.lightbox-next { right: 5%; border-radius: 0 3px 3px 0; }
.lightbox-prev:hover, .lightbox-next:hover { background-color: rgba(0, 0, 0, 0.6); }

/* ==========================================================================
   🌟 ACORDEÕES E BOTÕES DE PARTILHA 🌟
   ========================================================================== */
.e-n-accordion-item {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.e-n-accordion-item-title {
    padding: 15px 20px;
    font-family: 'Teko', sans-serif;
    font-size: 1.6rem;
    color: #3D819B;
    cursor: pointer;
    background: #f8fafc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.e-n-accordion-item-title::-webkit-details-marker { display: none; }

.social-share-buttons { display: flex; gap: 8px; margin-bottom: 30px; }
.share-btn { display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 4px; color: #ffffff; font-size: 1.1rem; text-decoration: none; transition: opacity 0.2s ease; }
.share-btn:hover { opacity: 0.8; }
.share-facebook { background-color: #1877f2; }
.share-messenger { background-color: #0084ff; }
.share-whatsapp { background-color: #25d366; }
.share-pinterest { background-color: #e60023; }

/* ==========================================================================
   🌟 BOTÕES DE ACÇÃO ESPECÍFICOS (Documentação Campo de Férias) 🌟
   ========================================================================== */
.action-buttons-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.action-btn {
    background-color: #3D819B;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 1.6rem;
    padding: 8px 30px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(61, 129, 155, 0.2);
}

.action-btn:hover {
    background-color: #2f667a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(61, 129, 155, 0.3);
}

/* ==========================================================================
   🌟 FORMULÁRIOS PREMIUM (FICHA DE INSCRIÇÃO) 🌟
   ========================================================================== */
.premium-form-container {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    font-family: 'Jost', sans-serif;
    width: 100%;
}

.premium-form-title {
    font-family: 'Teko', sans-serif;
    font-size: 4rem;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.premium-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.premium-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.premium-form-label {
    font-size: 1.1rem;
    color: #3D819B;
    font-weight: 600;
}

.premium-form-input, .premium-form-select, .premium-form-textarea {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 1.1rem;
    color: #333;
    font-family: 'Jost', sans-serif;
    transition: all 0.3s ease;
}

.premium-form-input:focus, .premium-form-select:focus, .premium-form-textarea:focus {
    border-color: #3D819B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(61, 129, 155, 0.15);
}

.premium-form-radio-group {
    display: flex;
    gap: 25px;
    align-items: center;
    background: #f8fafc;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.premium-form-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 1.1rem;
    color: #333;
}

.btn-enviar-inscricao {
    background-color: #3D819B;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 12px 50px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(61, 129, 155, 0.3);
}

.btn-enviar-inscricao:hover {
    background-color: #2f667a;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(61, 129, 155, 0.4);
}

/* ==================================================
   BANNER DE ATIVIDADES (Cabeçalhos)
   ================================================== */

.banner-atividade-bg {
    background-size: cover;
    background-position: center;
    /* Recomendo adicionar um pouco de padding (ex: 80px 20px) 
       se quiseres dar espaço ao redor do título noutras páginas */
}

.titulo-atividade-destaque {
    color: #ffffff;
    font-size: 7rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif; /* Adicionado o fallback sans-serif por segurança */
    margin: 0;
}

/* Regra extra opcional para telemóveis: o 7rem fica gigante num ecrã pequeno! */
@media (max-width: 768px) {
    .titulo-atividade-destaque {
        font-size: 4.5rem;
    }
}

/* ==========================================================================
   🌟 WIDGET DE RESERVAS PREMIUM (EXPANDIDO) 🌟
   ========================================================================== */
.booking-widget-premium {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    font-family: 'Jost', sans-serif;
    width: 100%;
}

/* =========================================================
   CAIXA DOS PARTICIPANTES (FORÇAR LADO A LADO)
   ========================================================= */

.participants-box {
    display: flex !important;
    flex-direction: row !important; /* Obriga a ficar na mesma linha horizontal */
    justify-content: space-between !important; /* Empurra o texto para a esquerda e o botão para a direita */
    align-items: center !important; /* Centra verticalmente */
    flex-wrap: nowrap !important; /* Proíbe de saltar para a linha de baixo */
    background-color: #f8fafc !important; /* Fundo cinza claro */
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 20px 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
}

.participants-info {
    display: flex !important;
    flex-direction: column !important; /* O Título fica por cima do detalhe */
    justify-content: center !important;
    margin: 0 !important; /* Retira margens intrusas do tema */
    padding: 0 !important;
}

.participants-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 4px !important;
}

.participants-detail {
    font-size: 0.95rem !important;
    color: #64748b !important;
}

/* Selector de + e - */
.qty-selector {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin: 0 !important; /* Garante que não cai por causa de margens externas */
    flex-shrink: 0 !important; /* Impede o botão de encolher se o texto for muito grande */
}

/* =========================================================
   TÍTULO PRINCIPAL (Mantido o teu design)
   ========================================================= */
.booking-title {
    text-align: left;
    font-family: 'Mansalva', cursive;
    font-size: 2.1rem;
    color: #3D819B;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

/* =========================================================
   1. ESTRUTURA GLOBAL (Substitui o booking-steps-container)
   ========================================================= */
.reserva-layout-principal {
    display: flex;
    flex-direction: column; 
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
}

/* =========================================================
   2. TÍTULOS DOS PASSOS (Substitui o booking-step label)
   ========================================================= */
.step-label {
    display: block;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* =========================================================
   3. PARTICIPANTES (Fora das colunas, 100% de largura)
   ========================================================= */
.reserva-seccao-topo {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.participants-box {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 20px 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.participants-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.participants-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 4px !important;
}

.participants-detail {
    font-size: 0.95rem !important;
    color: #64748b !important;
}

/* O Teu Selector de Pessoas (com !important para o tema não estragar) */
.qty-selector {
    display: flex !important;
    align-items: center !important;
    background: #f8fafc !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    width: fit-content !important;
    flex-shrink: 0 !important;
}

.qty-btn {
    background: transparent !important;
    border: none !important;
    padding: 15px 25px !important;
    font-size: 1.2rem !important;
    color: #3D819B !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}

.qty-btn:hover { background: #e2e8f0 !important; }

.qty-selector input {
    width: 80px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    outline: none !important;
    pointer-events: none !important; /* Impede escrita manual */
}

/* =========================================================
   4. COLUNAS DO CALENDÁRIO E HORAS (Substitui o booking-step)
   ========================================================= */
.reserva-seccao-colunas {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    align-items: start !important;
    width: 100% !important;
    align-items: stretch !important;
}

.reserva-coluna {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* =========================================================
   CAIXA DAS HORAS E PLACEHOLDER (TRACEJADO FIXO)
   ========================================================= */

/* 1. A Caixa Moldura (Fica sempre no ecrã com o tracejado) */
.caixa-tracejada-fixa {
    flex-grow: 1 !important;
    border: 1px dashed #cbd5e1 !important;
    border-radius: 12px !important;
    background-color: #fcfcfc !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. O Texto e Ícone lá dentro (O JS esconde isto) */
.conteudo-placeholder {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    flex-grow: 1 !important;
    color: #64748b !important;
    text-align: center !important;
    font-size: 1.1rem !important;
}

.conteudo-placeholder i {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    color: #cbd5e1 !important;
}

/* 3. A Grelha de Horas lá dentro (O JS mostra isto) */
.time-slots-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
}
/* =========================================================
   5. O TEU CALENDÁRIO PREMIUM (Design Intocável)
   ========================================================= */
.premium-calendar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    flex-grow: 1;
}

.calendar-header {
    background: #3D819B;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-family: 'Teko', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.calendar-header button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    transition: transform 0.2s;
}

.calendar-header button:hover { transform: scale(1.2); }

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    padding: 20px;
    text-align: center;
}

.day-name {
    font-weight: bold;
    color: #94a3b8;
    font-size: 1rem;
    margin-bottom: 12px;
}

.day {
    padding: 15px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s;
    color: #333;
}

.day.empty { visibility: hidden; pointer-events: none; }
.day.bookable { background: #f1f5f9; font-weight: 500; }
.day.bookable:hover { background: #e2e8f0; color: #3D819B; transform: scale(1.05); }
.day.bookable.selected { background: #3D819B; color: #fff; box-shadow: 0 4px 10px rgba(61, 129, 155, 0.4); transform: scale(1.05); }

/* Os dias bloqueados que configurámos no JS */
.day.disabled {
    color: #cbd5e1;
    background: repeating-linear-gradient(45deg, #f8fafc, #f8fafc 10px, #f1f5f9 10px, #f1f5f9 20px);
    cursor: not-allowed;
    text-decoration: line-through;
}

/* =========================================================
   6. RESPONSIVIDADE (Telemóveis)
   ========================================================= */
@media (max-width: 768px) {
    .reserva-seccao-colunas { grid-template-columns: 1fr !important; gap: 40px !important; }
    .participants-box { flex-direction: column !important; align-items: flex-start !important; gap: 15px !important; }
    .hora-placeholder { height: 180px !important; }
}
/* 🌟 BARRA DIAGONAL NOS DIAS (do canto superior esquerdo ao inferior direito \) 🌟 */
.day.disabled { 
    color: #cbd5e1; 
    cursor: not-allowed; 
    background-image: linear-gradient(to bottom right, transparent 48%, #cbd5e1 49%, #cbd5e1 51%, transparent 52%);
}

/* Horas espalhadas em colunas fluidas */
.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}

/* O Botão Base (Estado Normal) */
.time-btn {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 15px 10px !important;
    font-size: 1.2rem !important;
    color: #1e293b !important; /* Texto escuro normal */
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    text-align: center !important;
    width: 100% !important;
}

/* Efeito ao Passar o Rato (Hover) */
.time-btn:hover:not(.disabled) {
    background: #3D819B !important; 
    border-color: #3D819B !important; 
    color: #ffffff !important; /* 🌟 AQUI: Força o texto a ficar BRANCO no hover */
    transform: translateY(-2px) !important;
}

/* Estado Selecionado (Clicado/Azul Fixo) */
.time-btn.selected {
    background: #3D819B !important; 
    border-color: #3D819B !important;
    color: #ffffff !important; /* 🌟 AQUI: Força o texto a ficar BRANCO quando selecionado */
    box-shadow: 0 4px 10px rgba(61, 129, 155, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Estado Bloqueado (Passado/Pausas) */
.time-btn.disabled {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #94a3b8 !important; /* Texto cinzento */
    cursor: not-allowed !important;
    text-decoration: line-through !important;
}

/* Footer de Resumo */
.booking-footer-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 20px;
}

.price-summary span {
    font-size: 1.2rem;
    color: #64748b;
    display: block;
}

.price-summary strong {
    font-size: 2.8rem;
    color: #333;
    font-weight: bold;
}

.btn-marcar-agora {
    background-color: #3D819B;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 12px 45px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(61, 129, 155, 0.3);
}

.btn-marcar-agora:hover {
    background-color: #2f667a;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(61, 129, 155, 0.4);
}

/* ============================================================
   TIMEOUT AVENTURA — GLOBAL STYLESHEET
   Organizado por: Base → Layout → Componentes → Páginas
   ============================================================ */

/* ------------------------------------------------------------
   1. CABEÇALHOS DE PÁGINA (hero de cada página de atividade/evento)
   Substitui todos os blocos elementor de banner com fundo
   ------------------------------------------------------------ */
.page-hero {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 80px 20px 60px;
    position: relative;
}

.subtitulo-produto {
    display: block;
    color: #ffffff;
    font-size: 2.2rem;
    font-family: 'Mansalva', cursive;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    margin: 0 0 15px 0; 
    position: relative;
    z-index: 2; 
}

/* 3. O Título Gigante (PAINTBALL) */
.page-hero-title {
    color: #ffffff;
    font-size: 7rem;
    font-family: 'Teko', sans-serif;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/* ------------------------------------------------------------
   2. SEPARADORES RASGADOS
   ------------------------------------------------------------ */
.rasgo-top {
    background-image: url('/images/wp/separador-1.png');
    height: 100px;
    margin-top: -95px;
    position: relative;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
}

.rasgo-bottom {
    background-image: url('/images/wp/separador_2.png');
    height: 100px;
    margin-bottom: -95px;
    position: relative;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------
   3. LAYOUT PRINCIPAL DE CONTEÚDO (substitui e-con-inner)
   ------------------------------------------------------------ */
.produto-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.produto-galeria {
    flex: 1;
    min-width: 300px;
}

.produto-info {
    flex: 1;
    min-width: 300px;
    font-family: 'Jost', sans-serif;
}

/* ------------------------------------------------------------
   4. TIPOGRAFIA GLOBAL
   ------------------------------------------------------------ */
.produto-titulo {
    font-family: 'Teko';
    font-size: 4rem;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.produto-titulo1 {
    font-family: 'Mansalva', cursive;
    font-size: 4rem;
    color: #3D819B;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
}

.produto-descricao {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #7A7A7A;
    margin-bottom: 25px;
}

.secao-subtitulo {
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    color: #3D819B;
    margin-bottom: 10px;
}

.lista-info {
    color: #7A7A7A;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-left: 20px;
    list-style-type: disc;
}

/* ------------------------------------------------------------
   5. GALERIA DE PRODUTO
   ------------------------------------------------------------ */
.product-gallery-wrapper {
    width: 100%;
}

.main-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}

.main-image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

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

.zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.zoom-icon:hover {
    background: rgba(61,129,155,0.9);
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0 37px;
}

.thumb-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s, opacity 0.2s;
    opacity: 0.7;
}

.thumb-img:hover,
.thumb-img.active {
    border-color: #3D819B;
    opacity: 1;
}

/* ------------------------------------------------------------
   6. PARTILHA NAS REDES SOCIAIS
   ------------------------------------------------------------ */
.social-share-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.share-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.share-facebook  { background: #1877F2; }
.share-messenger { background: #0084FF; }
.share-whatsapp  { background: #25D366; }
.share-pinterest { background: #E60023; }

/* ------------------------------------------------------------
   7. ACORDEÃO DE DETALHES DO PRODUTO
   ------------------------------------------------------------ */
.e-n-accordion {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

.e-n-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.e-n-accordion-item summary {
    list-style: none;
}

.e-n-accordion-item summary::-webkit-details-marker {
    display: none;
}

.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 5px;
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #333;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.e-n-accordion-item-title:hover {
    color: #3D819B;
}

.e-n-accordion-item[open] .e-n-accordion-item-title {
    color: #3D819B;
}

.e-n-accordion-item[open] .e-n-accordion-item-title i {
    transform: rotate(45deg);
}

.e-n-accordion-item-title i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-body {
    padding: 0 5px 20px;
    color: #7A7A7A;
    font-size: 1.1rem;
    font-family: 'Jost', sans-serif;
}

.accordion-body ul {
    padding-left: 20px;
    list-style: disc;
    line-height: 2;
}

/* ------------------------------------------------------------
   8. WIDGET DE RESERVA
   ------------------------------------------------------------ */
.booking-widget-premium {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.booking-title {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.booking-steps-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    align-items: flex-start;
}

.booking-step {
    flex: 1;
    min-width: 220px;
}

.booking-step label {
    display: block;
    font-family: 'Teko', sans-serif;
    font-size: 1.4rem;
    color: #555;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

/* Seletor de quantidade */
.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.qty-btn {
    padding: 10px 18px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #3D819B;
    transition: background 0.2s;
}

.qty-btn:hover {
    background: #e0ecf1;
}

.qty-selector input[type="number"] {
    width: 60px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    outline: none;
    padding: 8px 0;
    background: #fff;
    /*-moz-appearance: textfield;*/
}

.qty-selector input[type="number"]::-webkit-outer-spin-button,
.qty-selector input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Calendário */
.premium-calendar {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #3D819B;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.calendar-header button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 2px 8px;
    border-radius: 4px;
    transition: background 0.2s;
}

.calendar-header button:hover {
    background: rgba(255,255,255,0.2);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    padding: 10px;
    background: #f9f9f9;
}

.calendar-grid .day-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
    padding: 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.calendar-grid .day-btn {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    border-radius: 50%;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    color: #333;
}

.calendar-grid .day-btn:hover:not(:disabled) {
    background: #e0ecf1;
    color: #3D819B;
}

.calendar-grid .day-btn.selected {
    background: #3D819B;
    color: #fff;
    font-weight: 700;
}

.calendar-grid .day-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Slots de hora */
.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.time-slot {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fff;
}

.time-slot:hover {
    border-color: #3D819B;
    color: #3D819B;
    background: #f0f7fa;
}

.time-slot.selected {
    background: #3D819B;
    color: #fff;
    border-color: #3D819B;
    font-weight: 600;
}

/* Rodapé do widget de reserva */
.booking-footer-action {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.price-summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-summary span {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-summary strong {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
    color: #3D819B;
    line-height: 1;
}

.btn-marcar-agora {
    background: #3D819B;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-marcar-agora:hover {
    background: #2f6880;
    transform: translateY(-1px);
}

/* ------------------------------------------------------------
   9. LIGHTBOX DE GALERIA
   ------------------------------------------------------------ */
.lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lightbox-modal.active {
    display: flex;
}

.lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.lightbox-close:hover {
    color: #3D819B;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(61,129,155,0.7);
}

/* ------------------------------------------------------------
   10. FORMULÁRIO PREMIUM (Campo de Férias / Formação Monitores)
   ------------------------------------------------------------ */
.premium-form-container {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

.premium-form-title {
    font-family: 'Teko', sans-serif;
    font-size: 5rem;
    color: #333;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.premium-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    align-items: start;
}

.premium-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.premium-form-label {
    font-family: 'Teko', sans-serif;
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 0.3px;
}

.premium-form-input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    color: #333;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.premium-form-input:focus {
    outline: none;
    border-color: #3D819B;
    box-shadow: 0 0 0 3px rgba(61,129,155,0.12);
    background: #fff;
}

.premium-form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    color: #333;
    background: #fafafa;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.premium-form-textarea:focus {
    outline: none;
    border-color: #3D819B;
    box-shadow: 0 0 0 3px rgba(61,129,155,0.12);
    background: #fff;
}

.premium-form-select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 40px 0 15px;
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.premium-form-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.premium-form-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    transition: color 0.2s;
}

.premium-form-radio-label:hover {
    color: #3D819B;
}

.premium-form-radio-label input {
    accent-color: #3D819B;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.btn-enviar-inscricao {
    background: #3D819B;
    color: #fff;
    border: none;
    padding: 18px 50px;
    font-family: 'Teko', sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-enviar-inscricao:hover {
    background: #2f6880;
    transform: translateY(-2px);
}

/* ------------------------------------------------------------
   11. BOTÕES DE AÇÃO (Programa, Para os Pais, Autorização)
   ------------------------------------------------------------ */
.action-buttons-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.action-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #3D819B;
    color: #fff;
    text-decoration: none;
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: background 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}

.action-btn:hover {
    background: #2f6880;
    transform: translateY(-2px);
}

/* ------------------------------------------------------------
   12. CAMPO DE FÉRIAS — BLOCO DE PARTICIPANTE
   ------------------------------------------------------------ */
.participant-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.participante-titulo {
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    color: #3D819B;
    margin-bottom: 20px;
}


/* =========================================================
       HERO DO CARRINHO (A imagem de topo com o rasgo)
       ========================================================= */
    .cart-hero {
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 400px;
        position: relative;
        text-align: center;
    }

    .cart-hero-title {
        color: #ffffff;
        font-size: 6.5rem;
        font-family: 'Teko', sans-serif;
        text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
        margin: 0;
        text-transform: uppercase;
        z-index: 2;
    }

    .rasgo-bottom-branco {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 10;
    }
    .rasgo-bottom-branco svg {
        display: block;
        width: 100%;
        height: 60px;
    }

    /* =========================================================
       LAYOUT PRINCIPAL DO CARRINHO (Duas colunas)
       ========================================================= */
    .cart-page-wrapper {
        background-color: #ffffff;
        padding: 60px 20px 100px;
        width: 100%;
    }

    .cart-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 40px;
        align-items: start;
    }

    .cart-items-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    }

    /* Cabeçalho da Tabela */
    .cart-header {
        display: grid;
        grid-template-columns: 60px 3fr 1fr 1fr 1fr;
        padding-bottom: 15px;
        border-bottom: 2px solid #f1f5f9;
        font-family: 'Teko', sans-serif;
        font-size: 1.5rem;
        color: #3D819B;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .cart-header div { text-align: center; }
    .cart-header .header-prod { text-align: left; padding-left: 20px; }

    /* Linhas das Atividades */
    .cart-item-row {
        display: grid;
        grid-template-columns: 60px 3fr 1fr 1fr 1fr;
        align-items: center;
        padding: 25px 0;
        border-bottom: 1px solid #f1f5f9;
    }
    .cart-item-row:last-child { border-bottom: none; }

    .cart-remove-btn {
        color: #1e293b;
        font-size: 1.2rem;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.2s;
        text-align: center;
    }
    .cart-remove-btn:hover { color: #ef4444; }

    .cart-product-info { display: flex; align-items: center; gap: 20px; padding-left: 20px; }
    .cart-product-img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
    
    .cart-product-details h4 { margin: 0 0 5px 0; font-size: 1.2rem; color: #3D819B; font-weight: 700; }
    .cart-product-details p { margin: 0; font-size: 0.85rem; color: #64748b; line-height: 1.4; }

    .cart-val { text-align: center; font-size: 1.05rem; color: #64748b; }
    .cart-subtotal-val { text-align: center; font-size: 1.1rem; color: #1e293b; font-weight: 600; }

    /* Cupão de Desconto */
    .cart-coupon-box {
        margin-top: 30px;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        display: flex;
        gap: 15px;
    }
    .cart-coupon-box input {
        flex-grow: 1;
        padding: 15px 20px;
        border: 1px solid #cbd5e1;
        border-radius: 30px;
        font-size: 1rem;
        color: #1e293b;
        outline: none;
    }
    .btn-cupao {
        background: #3D819B;
        color: #fff;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        font-family: 'Teko', sans-serif;
        font-size: 1.4rem;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.2s;
    }
    .btn-cupao:hover { background: #2f657a; }

    /* Caixa Lateral de Totais */
    .cart-totals-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
        position: sticky;
        top: 100px;
    }
    .cart-totals-title { font-family: 'Teko', sans-serif; font-size: 2rem; color: #3D819B; text-transform: uppercase; margin: 0 0 25px 0; }
    .totals-row { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #f1f5f9; color: #64748b; }
    .totals-row.grand-total { border-bottom: none; padding-top: 25px; color: #1e293b; font-weight: 700; font-size: 1.2rem; }
    
    .btn-finalizar {
        display: block;
        width: 100%;
        background: #3D819B;
        color: #fff;
        text-align: center;
        padding: 18px 20px;
        border-radius: 30px;
        font-family: 'Teko', sans-serif;
        font-size: 1.6rem;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 30px;
        transition: background 0.2s;
    }
    .btn-finalizar:hover { background: #2f657a; }

    /* Mensagem caso o carrinho esteja vazio */
    .cart-empty-msg { text-align: center; padding: 50px 20px; color: #64748b; font-size: 1.2rem; }
    .cart-empty-msg i { font-size: 3.5rem; color: #cbd5e1; margin-bottom: 20px; display: block; }

    /* Responsividade */
    @media (max-width: 992px) {
        .cart-container { grid-template-columns: 1fr; }
        .cart-header { display: none; }
        .cart-item-row { grid-template-columns: 1fr; gap: 15px; position: relative; padding: 20px 10px; }
        .cart-remove-btn { position: absolute; top: 20px; right: 10px; }
        .cart-product-info { padding-left: 0; }
        .cart-val::before { content: attr(data-label); font-weight: 700; margin-right: 10px; color: #1e293b; }
        .cart-val, .cart-subtotal-val { text-align: left; display: flex; justify-content: space-between; }
        .cart-coupon-box { flex-direction: column; }
    }
  /* ESTRUTURA PRINCIPAL */
.payment-col-left {
    flex: 1.8;
    min-width: 300px;
}

.payment-methods-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

/* CARTÕES DE PAGAMENTO */
.payment-card {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Empurra o rádio para a direita */
    padding: 20px 25px;
    background: #f8fafc;
    border: 2px solid #e2e8f0; /* Cor de borda por defeito */
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

/* Quando o cartão está selecionado */
.payment-card.active {
    border-color: #3D819B;
}

/* CONTEÚDO DENTRO DO CARTÃO */
.payment-card-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-brand {
    font-weight: 900;
    font-size: 1.2rem;
    border-right: 1px solid #e2e8f0;
    padding-right: 15px;
    width: 60px;
    text-align: center;
}

.brand-mbway { color: #E3001B; }
.brand-mb { color: #0071BC; }
.brand-visa { color: #1e293b; }

.payment-details strong {
    color: #1e293b;
    font-size: 1.1rem;
    display: block;
}

.payment-details span {
    color: #64748b;
    font-size: 0.85rem;
}

.payment-radio {
    accent-color: #3D819B;
    transform: scale(1.3);
}

/* CAIXA DE GAVETAS EM BAIXO */
.payment-drawer-box {
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.drawer-text {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
}

.drawer-text strong {
    color: #1e293b;
}

.mb-ref-box {
    background-color: #f1f5f9;
    border-left: 4px solid #3D819B;
    padding: 20px;
    border-radius: 4px;
}

.mb-ref-box p {
    margin: 0 0 10px 0;
    color: #64748b;
}

.mb-ref-box p:last-child {
    margin: 0;
}

.mb-ref-box strong {
    color: #1e293b;
    letter-spacing: 1px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}
/* ========================================= */
/* COLUNA DIREITA: RESUMO DO PEDIDO          */
/* ========================================= */

.payment-summary-box {
    position: sticky;
    top: 30px;
    width: 350px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-summary-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #3D819B;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 0.95rem;
}

/* Extensão para a linha de desconto */
.summary-row.discount-row {
    margin-bottom: 20px;
    color: #198754;
    font-weight: bold;
}

.summary-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 20px 0;
}

.summary-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.summary-total-label {
    font-weight: bold;
    color: #1e293b;
}

.summary-total-val {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1e293b;
}

/* Modificador extra para o botão do Pagamento */
.btn-submit.btn-pay {
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    border-radius: 8px;
}

.security-badge {
    text-align: center;
    margin-top: 15px;
    font-size: 0.85rem;
    color: #94a3b8;
}
    /* =========================================================
       HERO DO CHECKOUT (Topo da Página)
       ========================================================= */
    .checkout-hero {
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 400px;
        position: relative;
        text-align: center;
    }

    .checkout-hero-title {
        color: #ffffff;
        font-size: 6.5rem;
        font-family: 'Teko', sans-serif;
        text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
        margin: 0;
        text-transform: uppercase;
        z-index: 2;
    }

    .rasgo-bottom-branco {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 10;
    }
    
    .rasgo-bottom-branco svg {
        display: block;
        width: 100%;
        height: 60px;
    }

    /* =========================================================
       GERAL & BARRA DE PROGRESSO
       ========================================================= */
    .checkout-wrapper {
        background-color: #ffffff; /* Fundo branco para ligar com o rasgo da imagem */
        padding: 50px 20px 100px;
        font-family: 'Open Sans', sans-serif;
    }

    .checkout-steps {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 50px;
        font-family: 'Teko', sans-serif;
        font-size: 1.4rem;
        text-transform: uppercase;
        color: #cbd5e1;
    }

    .step {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .step.active {
        color: #3D819B;
        font-weight: 600;
    }

    .step-num {
        background: #cbd5e1;
        color: white;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 1.2rem;
    }

    .step.active .step-num {
        background: #3D819B;
    }

    /* =========================================================
       LAYOUT COLUNAS
       ========================================================= */
    .checkout-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 30px;
        align-items: start;
    }

    .checkout-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 40px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }

    .checkout-title {
        font-family: 'Teko', sans-serif;
        font-size: 2.2rem;
        color: #000000;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 15px;
        letter-spacing: 1px;
    }


    /* ========================================= */
/* PÁGINA DE SUCESSO (PASSO 3)               */
/* ========================================= */

/* Ajuste das cores da barra de progresso concluída */
.checkout-steps .step.completed {
    color: #198754;
    font-weight: bold;
}

.checkout-steps .step.completed .step-num {
    background-color: #198754;
    color: white;
}

/* Estrutura principal da caixa de sucesso */
.success-box {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Ícone de Sucesso */
.success-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #d1fae5;
    color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px auto;
}

/* Textos e Mensagens */
.success-title {
    font-size: 2rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 10px;
}

.success-message {
    color: #64748b;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* Caixa interior cinza com o número da reserva */
.success-details-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.success-reserva-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.reserva-label {
    color: #64748b;
    font-weight: bold;
}

.reserva-number {
    color: #1e293b;
    font-weight: 900;
    font-size: 1.1rem;
}

.success-payment-instructions {
    color: #64748b;
    font-size: 0.95rem;
    text-align: center;
    margin-top: 15px;
}

/* Área do botão */
.success-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-submit.btn-home {
    background-color: #3D819B;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
}

.btn-submit.btn-home:hover {
    background-color: #2b5f73;
}
    /* =========================================================
       FORMULÁRIO (ESQUERDA)
       ========================================================= */
    .form-group { margin-bottom: 20px; }
    .form-group label { display: block; font-weight: 600; color: #1e293b; margin-bottom: 8px; font-size: 0.95rem; }
    .form-control { width: 100%; padding: 12px 15px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; outline: none; transition: 0.2s; }
    .form-control:focus { border-color: #3D819B; }
    textarea.form-control { resize: vertical; min-height: 120px; }

    /* Caixa do NIF */
    .nif-box { border: 1px dashed #3D819B; border-radius: 6px; padding: 15px; background: #f8fafc; margin-top: 30px; margin-bottom: 30px; }
    .checkbox-label { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #1e293b; cursor: pointer; margin: 0; }
    .checkbox-label input[type="checkbox"] { width: 18px; height: 18px; accent-color: #3D819B; }

    /* =========================================================
       RESUMO DA ENCOMENDA (DIREITA)
       ========================================================= */
    .order-summary-table { width: 100%; border-collapse: collapse; margin-bottom: 25px; }
    .order-summary-table th { text-align: left; padding-bottom: 15px; font-weight: 700; color: #1e293b; border-bottom: 2px solid #f1f5f9; }
    .order-summary-table td { padding: 20px 0; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
    
    .order-prod-title { color: #64748b; font-weight: 600; margin-bottom: 5px; }
    .order-prod-title strong { color: #1e293b; }
    .order-prod-meta { font-size: 0.85rem; color: #94a3b8; line-height: 1.5; }
    .order-val { text-align: right; font-weight: 600; color: #64748b; }

    .order-total-row th, .order-total-row td { font-family: 'Teko', sans-serif; font-size: 1.8rem; color: #3D819B; border-bottom: none; padding-top: 25px; }
    .order-total-row td { text-align: right; }

    /* Textos legais e Botão */
    .legal-text { font-size: 0.85rem; color: #94a3b8; line-height: 1.6; margin-bottom: 20px; }
    .legal-text a { color: #3D819B; text-decoration: underline; }
    
    .btn-submit {
        display: block; width: 100%; background: #3D819B; color: #fff; border: none; padding: 18px 20px; 
        border-radius: 30px; font-family: 'Teko', sans-serif; font-size: 1.6rem; text-transform: uppercase; 
        cursor: pointer; transition: 0.3s; margin-top: 25px;
    }
    .btn-submit:hover { background: #2f657a; transform: translateY(-2px); }
    .text-danger { color: #ef4444; font-size: 0.85rem; margin-top: 5px; display: block; }

    @media (max-width: 992px) {
        .checkout-container { grid-template-columns: 1fr; }
        .checkout-steps { font-size: 1.1rem; gap: 15px; }
    }

/* ------------------------------------------------------------
   13. RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 768px) {
    .page-hero-title {
        font-size: 3.5rem;
    }

    .produto-container {
        flex-direction: column;
        margin: 30px auto;
    }

    .produto-galeria,
    .produto-info {
        min-width: unset;
        width: 100%;
    }

    .booking-widget-premium {
        padding: 25px 20px;
    }

    .booking-steps-container {
        flex-direction: column;
    }

    .booking-step {
        min-width: unset;
        width: 100%;
    }

    .booking-footer-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-marcar-agora {
        width: 100%;
        justify-content: center;
    }

    .premium-form-container {
        padding: 25px 20px;
    }

    .premium-form-title {
        font-size: 3rem;
    }

    .thumbnails-grid {
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }

    .action-buttons-group {
        flex-direction: column;
    }
    
}

/* ==========================================================================
   🌟 AJUSTES RESPONSIVOS (MOBILE) 🌟
   ========================================================================== */
@media (max-width: 768px) {
    .premium-form-grid { grid-template-columns: 1fr; }
    .booking-footer-action { flex-direction: column; align-items: stretch; text-align: center; }
    .btn-marcar-agora, .btn-enviar-inscricao { width: 100%; }
    .time-slots-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
    .premium-form-radio-group { flex-direction: column; align-items: flex-start; gap: 10px; }
    .time-slots-grid { grid-template-columns: repeat(2, 1fr); }
}