/* Rocha New: static-site overrides.
   The original builder revealed content with JavaScript (scroll-triggered fade/slide).
   Since the heavy builder JS is intentionally removed for speed, neutralize the
   animation initial state so all content is visible on load. */
.transition--fade,
.transition--slide {
  opacity: 1 !important;
  transform: none !important;
}
.transition--fade [data-animation-role],
.transition--slide [data-animation-role],
[data-animation-role] {
  opacity: 1 !important;
  transform: none !important;
}

/* Site-wide PT footer services nav (internal links to SEO landing pages) */
.pt-services { background: #0c0e12; padding: 26px 20px; }
.pt-services__inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.pt-services__title { color: #c8a13a; font-weight: 600; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; width: 100%; margin-bottom: 4px; font-family: 'Poppins','Lato',sans-serif; }
.pt-services a { color: #cfd2d8; text-decoration: none; font-size: .92rem; font-family: 'Poppins','Lato',sans-serif; }
.pt-services a:hover { color: #fff; text-decoration: underline; }

/* ---- Floating WhatsApp + enquiry widget ---- */
.rf-fab { position: fixed; right: 20px; bottom: 20px; z-index: 9998; display: flex; gap: 12px; align-items: center; font-family: 'Poppins','Lato',sans-serif; }
.rf-fab__btn { display: inline-flex; align-items: center; gap: 9px; border: 0; cursor: pointer; padding: 13px 20px; border-radius: 50px; font-size: .96rem; font-weight: 600; color: #fff; text-decoration: none; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .15s ease, box-shadow .15s ease; }
.rf-fab__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.34); }
.rf-fab__btn svg { width: 24px; height: 24px; flex: 0 0 auto; }
.rf-fab__wa { background: #25d366; }
.rf-fab__enq { background: #8f770d; }
.rf-fab__label { white-space: nowrap; }
@media (max-width: 600px) {
  .rf-fab { right: 14px; bottom: 14px; gap: 10px; }
  .rf-fab__btn { padding: 14px; border-radius: 50%; }
  .rf-fab__label { display: none; }
  .rf-fab__btn svg { width: 26px; height: 26px; }
}

.rf-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 16px; font-family: 'Poppins','Lato',sans-serif; }
.rf-modal[hidden] { display: none; }
.rf-modal__backdrop { position: absolute; inset: 0; background: rgba(8,10,14,.6); backdrop-filter: blur(2px); }
.rf-dialog { position: relative; background: #fff; width: 100%; max-width: 460px; max-height: 92vh; overflow-y: auto; border-radius: 10px; padding: 26px 24px 22px; box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.rf-close { position: absolute; top: 10px; right: 14px; background: none; border: 0; font-size: 1.9rem; line-height: 1; color: #888; cursor: pointer; }
.rf-close:hover { color: #111; }
.rf-title { margin: 0 30px 6px 0; font-size: 1.3rem; color: #14161b; }
.rf-intro { margin: 0 0 16px; font-size: .92rem; color: #5b6064; }
.rf-progress { display: flex; gap: 7px; margin-bottom: 18px; }
.rf-progress span { height: 5px; flex: 1; background: #e6e7ea; border-radius: 3px; transition: background .2s; }
.rf-progress span.is-on { background: #8f770d; }
.rf-step h3 { margin: 0 0 14px; font-size: 1.05rem; color: #14161b; }
.rf-choices { display: grid; gap: 10px; }
.rf-choice { text-align: left; border: 1px solid #e2e3e6; background: #fff; border-radius: 8px; padding: 14px 16px; cursor: pointer; transition: border-color .15s, background .15s; }
.rf-choice:hover, .rf-choice.is-sel { border-color: #8f770d; background: #fbf8ef; }
.rf-choice strong { display: block; color: #14161b; font-size: 1rem; }
.rf-choice span { display: block; color: #6b7074; font-size: .85rem; margin-top: 2px; }
.rf-field { display: block; margin-bottom: 13px; }
.rf-field > span { display: block; font-size: .85rem; color: #3b4041; margin-bottom: 5px; font-weight: 500; }
.rf-field input, .rf-field textarea { width: 100%; box-sizing: border-box; border: 1px solid #d5d7db; border-radius: 6px; padding: 11px 12px; font-size: .95rem; font-family: inherit; color: #14161b; }
.rf-field input:focus, .rf-field textarea:focus { outline: 0; border-color: #8f770d; box-shadow: 0 0 0 3px rgba(143,119,13,.14); }
.rf-req { color: #c0392b; }
.rf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.rf-nav { display: flex; gap: 10px; margin-top: 20px; }
.rf-btn { flex: 1; padding: 13px 16px; border-radius: 6px; border: 1px solid #d5d7db; background: #fff; color: #14161b; font-weight: 600; font-size: .95rem; cursor: pointer; font-family: inherit; }
.rf-btn--primary { background: #8f770d; border-color: #8f770d; color: #fff; }
.rf-btn--primary:hover { background: #7a660b; }
.rf-btn:disabled { opacity: .6; cursor: default; }
.rf-error { background: #fdeaea; border: 1px solid #d98282; color: #8a2b2b; padding: 10px 12px; border-radius: 6px; font-size: .88rem; margin-bottom: 14px; }
.rf-success { background: #e7f6ec; border: 1px solid #57b47a; color: #1c6b3c; padding: 18px; border-radius: 8px; text-align: center; font-weight: 600; }

/* ---- Cookie consent banner (LGPD/GDPR) ---- */
.rf-consent { position: fixed; left: 16px; bottom: 16px; z-index: 10000; max-width: 400px; background: #14161b; color: #eceef1; border: 1px solid #2a2d34; border-radius: 10px; padding: 18px 20px; box-shadow: 0 14px 40px rgba(0,0,0,.4); font-family: 'Poppins','Lato',sans-serif; }
.rf-consent[hidden] { display: none; }
.rf-consent__msg { margin: 0 0 14px; font-size: .9rem; line-height: 1.5; }
.rf-consent__btns { display: flex; gap: 10px; }
.rf-consent__btn { flex: 1; padding: 10px 14px; border-radius: 6px; border: 0; font-weight: 600; font-size: .9rem; cursor: pointer; font-family: inherit; }
.rf-consent__btn--ok { background: #8f770d; color: #fff; }
.rf-consent__btn--ok:hover { background: #a0850f; }
.rf-consent__btn--no { background: transparent; color: #cfd2d8; border: 1px solid #3a3e45; }
.rf-consent__btn--no:hover { background: #1d2026; }
@media (max-width: 600px) { .rf-consent { left: 10px; right: 10px; bottom: 10px; max-width: none; } }

/* Enquiry form: contact preference radios */
.rf-pref { margin: 4px 0 14px; }
.rf-pref__q { display: block; font-size: .85rem; color: #3b4041; margin-bottom: 8px; font-weight: 500; }
.rf-pref__opts { display: flex; gap: 10px; }
.rf-pref__opt { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d5d7db; border-radius: 6px; padding: 10px; cursor: pointer; font-size: .92rem; font-weight: 600; color: #14161b; }
.rf-pref__opt input { accent-color: #8f770d; }
.rf-pref__opt:has(input:checked) { border-color: #8f770d; background: #fbf8ef; }
