/* ===========================
   CENTRO DE EVENTOS V2
   =========================== */
.ce-page { font-family: 'Montserrat', sans-serif; color: #1A1A1A; background: #F7F8FA; -webkit-font-smoothing: antialiased; }
.ce-page *, .ce-page *::before, .ce-page *::after { box-sizing: border-box; }
.ce-page a { text-decoration: none; }
.ce-page img { max-width: 100%; display: block; }

/* Hero CTA */
/* Hero sem imagem de fundo (09/09/2026) — altura acompanha o conteudo, com folga.
   Texto a esquerda e CTA a direita, na mesma linha, para enxugar a altura. */
.ce-hero { position: relative; overflow: hidden; background: #00573D; padding: 40px 80px 44px; }
.ce-hero::after { content: ""; position: absolute; top: -45%; right: -6%; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(145,193,77,0.16) 0%, rgba(145,193,77,0) 70%); pointer-events: none; }
.ce-hero__bg, .ce-hero__overlay { display: none; }
.ce-hero__content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px 56px; flex-wrap: wrap; }
.ce-hero__text { flex: 1 1 560px; min-width: 0; }
.ce-hero__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,87,61,0.9); color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 6px 14px; border-radius: 4px; margin-bottom: 12px; backdrop-filter: blur(4px); }
.ce-hero__title { font-size: 40px; font-weight: 800; color: #fff; margin: 0 0 10px; line-height: 1.15; max-width: 640px; }
.ce-hero__subtitle { font-size: 16px; color: rgba(255,255,255,0.85); margin: 0; max-width: 520px; line-height: 1.6; }
.ce-hero__cta { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; background: #91C14D; color: #fff !important; font-size: 14px; font-weight: 700; padding: 14px 32px; border-radius: 8px; transition: all 0.3s; }
.ce-hero__cta:hover { background: #7eab3f; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(145,193,77,0.4); color: #fff !important; }
.ce-hero__cta i { font-size: 14px; }
.ce-hero__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.ce-hero__play:hover { transform: translate(-50%, -50%) scale(1.1); background: #fff; }
.ce-hero__play i { color: #00573D; font-size: 28px; margin-left: 4px; }

/* Benefits bar */
.ce-benefits { background: #00573D; display: flex; padding: 0 80px; }
.ce-benefit { flex: 1; display: flex; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,0.1); }
.ce-benefit:last-child { border-right: none; }
.ce-benefit__icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #91C14D; font-size: 20px; flex-shrink: 0; }
.ce-benefit__text { display: flex; flex-direction: column; }
.ce-benefit__title { font-size: 14px; font-weight: 700; color: #FFFFFF !important; line-height: 1.2; }
.ce-benefit__sub { font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* Section base */
.ce-section { padding: 60px 80px; }
.ce-section--light { background: #F7F8FA; }
.ce-section--white { background: #fff; }
.ce-section--dark { background: #00573D; }
.ce-section__label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #91C14D; margin-bottom: 12px; }
.ce-section__title { font-size: 32px; font-weight: 800; color: #1A1A1A; margin: 0 0 16px; line-height: 1.2; }
.ce-section--dark .ce-section__title { color: #fff; }
.ce-section__subtitle { font-size: 14px; color: #888; line-height: 1.6; max-width: 600px; margin: 0 0 40px; }
.ce-section--dark .ce-section__subtitle { color: rgba(255,255,255,0.7); }

/* Spaces grid */
.ce-spaces { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ce-space { background: #fff; border-radius: 12px; border: 1px solid #EBEBEB; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.ce-space:hover { box-shadow: 0 12px 32px rgba(0,87,61,0.1); transform: translateY(-4px); }
.ce-space__img { height: 200px; overflow: hidden; background: #f0f0f0; }
.ce-space__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ce-space:hover .ce-space__img img { transform: scale(1.05); }
.ce-space__body { padding: 24px; }
.ce-space__name { font-size: 20px; font-weight: 800; color: #1A1A1A; margin: 0 0 8px; }
.ce-space__cap { font-size: 15px; font-weight: 600; color: #00573D; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.ce-space__cap i { color: #00573D; font-size: 16px; }
.ce-space__features { display: flex; flex-wrap: wrap; gap: 8px; }
.ce-space__feat { font-size: 13px; font-weight: 500; color: #444; background: #F3F4F6; padding: 6px 14px; border-radius: 8px; border: 1px solid #EBEBEB; }

/* Video section */
.ce-video { position: relative; max-width: 900px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.15); }
.ce-video__wrap { position: relative; padding-bottom: 56.25%; height: 0; }
.ce-video__wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* 3D Tours */
.ce-tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ce-tour-card { background: #fff; border-radius: 12px; border: 1px solid #EBEBEB; overflow: hidden; cursor: pointer; transition: box-shadow 0.3s, transform 0.3s; }
.ce-tour-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.ce-tour-card__viewer { height: 240px; background: #1a1a1a; position: relative; }
.ce-tour-card__label { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }
.ce-tour-card__name { font-size: 13px; font-weight: 700; color: #1A1A1A; }
.ce-tour-card__badge { font-size: 10px; color: #00573D; background: #f0fdf4; padding: 3px 8px; border-radius: 4px; font-weight: 600; }

/* Contact CTA */
.ce-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ce-cta__text { flex: 1; }
.ce-cta__title { font-size: 28px; font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.2; }
.ce-cta__desc { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0 0 8px; }
.ce-cta__contact { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; }
.ce-cta__contact span { font-size: 13px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 8px; }
.ce-cta__contact i { color: #91C14D; font-size: 14px; }
.ce-cta__actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.ce-cta__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 32px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: all 0.3s; white-space: nowrap; }
.ce-cta__btn--primary { background: #91C14D; color: #fff !important; }
.ce-cta__btn--primary:hover { background: #7eab3f; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(145,193,77,0.4); color: #fff !important; }
.ce-cta__btn--outline { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,0.3); }
.ce-cta__btn--outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff !important; }

/* Form page */
.ce-form-section { padding: 48px 80px 64px; background: #F7F8FA; }
.ce-form-layout { display: flex; gap: 40px; align-items: flex-start; max-width: 1100px; margin: 0 auto; }
.ce-form-info { width: 340px; flex-shrink: 0; }
.ce-form-info__title { font-size: 24px; font-weight: 800; color: #1A1A1A; margin: 0 0 16px; line-height: 1.3; }
.ce-form-info__text { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 24px; }
.ce-form-info__contact { display: flex; flex-direction: column; gap: 12px; }
.ce-form-info__item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #333; }
.ce-form-info__item i { width: 36px; height: 36px; border-radius: 8px; background: #f0fdf4; display: flex; align-items: center; justify-content: center; color: #00573D; font-size: 15px; flex-shrink: 0; }
.ce-form-card { flex: 1; background: #fff; border-radius: 16px; border: 1px solid #E8E8E8; padding: 40px; }
.ce-form-card__title { font-size: 20px; font-weight: 700; color: #1A1A1A; margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid #F0F0F0; }
.ce-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ce-form-grid--full { grid-column: 1 / -1; }
.ce-field { display: flex; flex-direction: column; gap: 6px; }
.ce-field label { font-size: 12px; font-weight: 600; color: #555; }
.ce-field input, .ce-field select, .ce-field textarea { border: 1px solid #E0E0E0; border-radius: 8px; padding: 10px 14px; font-size: 13px; font-family: 'Montserrat', sans-serif; color: #333; background: #FAFAFA; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.ce-field input:focus, .ce-field select:focus, .ce-field textarea:focus { border-color: #00573D; box-shadow: 0 0 0 3px rgba(0,87,61,0.1); background: #fff; }
.ce-field textarea { min-height: 120px; resize: vertical; }
.ce-form-submit { display: inline-flex; align-items: center; gap: 8px; background: #00573D; color: #FFFFFF !important; padding: 12px 32px; border-radius: 8px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; margin-top: 8px; }
.ce-form-submit:hover { background: #004430; transform: translateY(-1px); }

/* Responsive */
@media (max-width: 1200px) {
    .ce-hero { padding-left: 30px; padding-right: 30px; }
    .ce-benefits { padding: 0 30px; }
    .ce-section { padding: 48px 30px; }
    .ce-form-section { padding: 30px; }
}
@media (max-width: 991px) {
    .ce-hero { padding: 36px 30px 40px; }
    .ce-hero__title { font-size: 32px; }
    .ce-benefits { flex-wrap: wrap; }
    .ce-benefit { flex: 1 1 45%; border-right: none; }
    .ce-spaces { grid-template-columns: repeat(2, 1fr); }
    .ce-tours-grid { grid-template-columns: repeat(2, 1fr); }
    .ce-cta { flex-direction: column; text-align: center; }
    .ce-cta__actions { flex-direction: row; }
    .ce-form-layout { flex-direction: column; }
    .ce-form-info { width: 100%; }
}
@media (max-width: 767px) {
    .ce-hero { padding: 30px 16px 34px; }
    .ce-hero__content { flex-direction: column; align-items: flex-start; gap: 20px; }
    .ce-hero__title { font-size: 26px; }
    .ce-hero__play { width: 56px; height: 56px; }
    .ce-hero__play i { font-size: 22px; }
    .ce-benefits { padding: 0 16px; flex-direction: column; }
    .ce-benefit { padding: 16px 12px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .ce-benefit:last-child { border-bottom: none; }
    .ce-section { padding: 40px 16px; }
    .ce-spaces { grid-template-columns: 1fr; }
    .ce-tours-grid { grid-template-columns: 1fr; }
    .ce-tour-card__viewer { height: 200px; }
    .ce-form-section { padding: 20px 16px; }
    .ce-form-card { padding: 24px 16px; }
    .ce-form-grid { grid-template-columns: 1fr; }
    .ce-cta__actions { flex-direction: column; width: 100%; }
    .ce-cta__btn { width: 100%; justify-content: center; }
}
