*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.min-h-screen {
  min-height: 100vh;
}
.flex-shrink {
  flex-shrink: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* = Start Custom blocks admin WP
-------------------------------------------------------------- */
.wp-admin {
  margin-top: 0;
}

/* Globals */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family:  'Roboto, sans-serif;', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  color: #444242;
}

/* Alterando o font-size na tag html para reduzir o tamanho da unidade REM afetando todo o site */
html {
  font-size: 16px;
}

body {
  width: 100%;
  margin: 0;
}

#app {
  position: relative;
}

a,
button,
img {
  outline: none !important;
}

a:hover,
a:active,
a:focus {
  outline: none !important;
}

input::-moz-focus-inner {
  border: none !important;
}

/* =Header Styles
-------------------------------------------------------------- */
.site-header {
  background-color: #ffffff;
  border-bottom: 3px solid #f96e0a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 80px;
  position: relative;
}

/* Logo Principal */
.header-logo {
  flex-shrink: 0;
  order: 1;
}

.header-logo a {
  display: block;
  line-height: 0;
}

.logo-main {
  height: 40px;
  width: auto;
  transition: opacity 0.3s ease;
}

.logo-main:hover {
  opacity: 0.8;
}

/* Navegação Principal */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  order: 2;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-menu>li {
  position: relative;
}

.main-menu>li>a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 8px;
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.main-menu>li>a:hover,
.main-menu>li.active>a,
.main-menu>li.current-menu-item>a,
.main-menu>li.current-menu-parent>a {
  color: #f96e0a;
}

/* Dropdown Arrow */
.dropdown-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
  transition: transform 0.3s ease;
}

/* Rotaciona a seta apenas em itens com submenu ao fazer hover */
.main-menu>li.has-dropdown:hover>a .dropdown-arrow {
  transform: rotate(180deg);
}

/* Submenus */
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  border-top: 2px solid #f96e0a;
}

.has-dropdown:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu a {
  display: block;
  padding: 12px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.sub-menu a:hover,
.sub-menu li.active>a,
.sub-menu li.current-menu-item>a {
  background-color: #f96e0a;
  color: #ffffff;
}

/* Submenu de terceiro nível */
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

.sub-menu .has-dropdown:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Logo Secundário (TMSA 4.0) */
.header-logo-secondary {
  flex-shrink: 0;
  order: 3;
}

/* Language Switcher */
.language-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100px;
  order: 4;
}

.language-switcher .lang-item {
  opacity: 0.5;
  transition: opacity 0.2s;
  line-height: 0;
}

.language-switcher .lang-item img {
  display: block;
  border-radius: 2px;
}

.language-switcher .lang-item:hover,
.language-switcher .lang-item.active {
  opacity: 1;
}

.header-logo-secondary img {
  height: 36px;
  width: auto;
}

/* Search Component */
.search-component {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 100;
  order: 5;
}

/* Botão de Busca */
.search-toggle {
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 101;
}

.search-toggle:hover {
  color: #f96e0a;
}

.search-component.active .search-toggle {
  opacity: 0;
  pointer-events: none;
}

/* Search Form Wrapper */
.search-form-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f96e0a;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 200;
  /* Higher than menu */
  border-radius: 12px;
  white-space: nowrap;
  pointer-events: none;
}

.search-component.active .search-form-wrapper {
  pointer-events: auto;
  width: 400px;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #f96e0a;
  overflow: visible;
}

.search-form-container {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 8px 12px;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.search-form-container form {
  flex: 1;
  margin-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

/* Hide all labels and text elements from WordPress search form */
.search-form-container form label,
.search-form-container form .search-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  pointer-events: none;
}

.search-form-container form label input,
.search-form-container form .search-label input {
  pointer-events: auto;
}

.search-form-container form .screen-reader-text {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.search-form-container input[type="search"],
.search-form-container .search-field {
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background: transparent;
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
}

.search-form-container input[type="search"]::-moz-placeholder, .search-form-container .search-field::-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.9;
}

.search-form-container input[type="search"]::placeholder,
.search-form-container .search-field::placeholder {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.9;
}

/* Hide browser default clear button (X) on search inputs */
.search-form-container input[type="search"]::-webkit-search-cancel-button,
.search-form-container input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* Hide clear button in Firefox */
.search-form-container input[type="search"]::-moz-search-clear-button {
  display: none;
}

.search-form-container input[type="search"]:focus,
.search-form-container .search-field:focus {
  outline: none;
}

/* Hide WordPress default search submit button and any text */
.search-form-container form input[type="submit"],
.search-form-container form button[type="submit"],
.search-form-container form .search-submit {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.search-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  z-index: 201;
  position: relative;
  min-width: 24px;
  min-height: 24px;
}

.search-close:hover {
  opacity: 0.8;
}

/* Search Results Box */
.search-results-box {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  min-width: 400px;
  max-width: 600px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 300;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .search-results-box {
    position: fixed;
    top: 80px;
    left: 15px;
    right: 15px;
    min-width: auto;
    max-width: none;
    width: calc(100vw - 30px);
    transform: translateX(0) translateY(10px);
    margin-top: 0;
  }

  .search-results-box.active {
    transform: translateX(0) translateY(0);
  }
}

.search-results-box.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.search-results-box.loading {
  padding: 40px;
  text-align: center;
  color: #999;
}

.search-results-box.empty {
  padding: 40px;
  text-align: center;
  color: #999;
}

/* Search Result Type Group */
.search-result-type-group {
  border-bottom: 1px solid #f0f0f0;
}

.search-result-type-group:last-child {
  border-bottom: none;
}

.search-result-type-header {
  padding: 12px 16px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-result-type-label {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-result-type-count {
  font-size: 12px;
  color: #999;
  background-color: #ffffff;
  padding: 4px 8px;
  border-radius: 12px;
}

/* Search Result Item */
.search-result-item {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}

/* .search-result-item:last-child {
  border-bottom: none;
} */

.search-result-item:hover {
  background-color: #f8f8f8;
}

.search-result-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  margin-right: 12px;
  background-color: #f0f0f0;
}

.search-result-content {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.search-result-tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px;
  background-color: #f96e0a;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Search Results More Button */
.search-results-more-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #f96e0a;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.search-results-more-btn:hover {
  background-color: #b86216;
  color: #ffffff;
}

@media (max-width: 768px) {
  .search-component.active .search-form-wrapper {
    width: calc(100vw - 30px);
    max-width: 320px;
    right: 0;
    left: auto;
  }

  .search-form-container {
    width: 100%;
    max-width: 320px;
  }
}

/* Search Page Styles */
.site-main {
  /* padding-bottom: 60px; */
  min-height: calc(100vh - 80px);
}

.site-main .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-page-header {
  padding-top: 40px;
  margin-bottom: 30px;
}

.search-page-header h1 {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}

.search-page-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.search-page-form {
  flex: 0 0 50%;
  min-width: 300px;
}

.search-page-form .search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-page-form .search-field {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.search-page-form .search-field:focus {
  outline: none;
  border-color: #f96e0a;
}

.search-page-form .search-submit {
  padding: 12px 24px;
  background-color: #f96e0a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-page-form .search-submit:hover {
  background-color: #b86216;
}

.search-clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-clear-btn:hover {
  background-color: #f96e0a;
  border-color: #f96e0a;
  color: #ffffff;
}

/* Search Stats Box */
.search-stats-box {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.search-results-label {
  color: #f96e0a;
}

.search-stats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.search-stats-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
  flex: 0 1 auto;
  min-width: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.search-stats-item:hover {
  background-color: #fff5eb;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(211, 117, 28, 0.2);
}

.search-stats-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search-stats-icon svg {
  width: 20px;
  height: 20px;
}

.search-stats-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.search-stats-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
}

.search-stats-count {
  font-size: 12px;
  color: #f96e0a;
  font-weight: 500;
  white-space: nowrap;
}

.search-results-container {
  margin-top: 20px;
}

.search-results-type-group {
  margin-bottom: 60px;
}

.search-results-type-group:last-child {
  margin-bottom: 0;
}

.search-results-type-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 3px solid #f96e0a;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
}

.search-results-type-header:hover {
  opacity: 0.8;
}

.search-results-accordion-arrow {
  flex-shrink: 0;
  margin-right: 12px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.search-results-type-group.collapsed .search-results-accordion-arrow {
  transform: rotate(0deg);
}

.search-results-type-group.collapsed .search-results-list {
  display: none !important;
}

.search-results-list {
  display: block;
}

.search-results-type-label {
  flex: 1;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #f96e0a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.search-results-type-count {
  font-size: 14px;
  color: #ffffff;
  background-color: #f96e0a;
  padding: 6px 12px;
  border-radius: 16px;
  font-weight: 600;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
}

.search-results-list .search-result-item:last-child {
  margin-bottom: 0;
}

.search-result-item {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.search-result-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #f96e0a;
  transform: translateY(-2px);
}

.search-result-thumbnail-link {
  flex-shrink: 0;
  margin-right: 20px;
}

.search-result-thumbnail {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f0f0f0;
}

.search-result-content {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.4;
}

.search-result-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-result-title a:hover {
  color: #f96e0a;
}

.search-result-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}

.search-result-link {
  display: inline-block;
  margin-top: 10px;
  color: #f96e0a;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-result-link:hover {
  color: #b86216;
  text-decoration: underline;
}

.search-loading {
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 16px;
}

.search-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.search-no-results p {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .search-page-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .search-stats-list {
    flex-direction: column;
  }

  .search-stats-item {
    width: 100%;
  }

  .search-result-item {
    flex-direction: column;
  }

  .search-result-thumbnail-link {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .search-result-thumbnail {
    width: 100%;
    height: 200px;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  order: 5;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333333;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle:hover span {
  background-color: #f96e0a;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .main-menu>li>a {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .header-container {
    height: 70px;
    gap: 15px;
    position: relative;
  }

  .logo-main {
    height: 40px;
  }

  .header-logo-secondary {
    display: none;
  }

  .search-component {
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }

  .mobile-menu-toggle {
    display: flex;
    order: 3;
  }

  .main-navigation {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 73px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 999;
  }

  .main-navigation.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .main-menu>li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .main-menu>li>a {
    padding: 15px 20px;
    justify-content: space-between;
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    background-color: #f8f8f8;
    display: none;
  }

  .has-dropdown.active>.sub-menu {
    display: block;
  }

  .sub-menu .sub-menu {
    position: static;
    margin-left: 0;
    background-color: #f0f0f0;
  }

  .sub-menu a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu a {
    padding-left: 60px;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 15px;
  }

  .logo-main {
    height: 35px;
  }
}

/* =Footer Styles
-------------------------------------------------------------- */
.site-footer {
  background-color: #f8f8f8;
  border-top: 3px solid #f96e0a;
  padding: 40px 0 20px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
}

/* Footer Left - Logo e Contato */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo img {
  height: 45px;
  width: auto;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.footer-address {
  margin: 0;
}

.footer-contact {
  margin: 0;
}

.footer-contact strong {
  font-weight: 600;
}

/* Footer Center - Links e Idiomas */
.footer-center {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #f96e0a;
}

.footer-languages {
  font-size: 14px;
  color: #333333;
}

.footer-languages a,
.lang-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-languages a:hover,
.lang-link:hover {
  color: #f96e0a;
}

/* Footer Right - Copyright */
.footer-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.footer-copyright {
  margin: 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

/* Footer Responsive */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-left {
    text-align: center;
    align-items: center;
  }

  .footer-center {
    text-align: center;
    align-items: center;
  }

  .footer-nav ul {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .footer-right {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 30px 0 15px;
  }

  .footer-container {
    gap: 25px;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 0 15px;
  }

  .footer-logo img {
    height: 35px;
  }

  .footer-info {
    font-size: 13px;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .footer-languages {
    font-size: 13px;
  }

  .footer-copyright {
    font-size: 12px;
  }
}

/* =Hero Slider Styles
-------------------------------------------------------------- */
.hero-slider {
  position: relative;
  width: 100%;
  min-height: 82vh;
  overflow: visible;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-slider {
    overflow: visible !important;
  }
}

.hero-slider-wrapper {
  position: relative;
  width: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 82vh;
  background-image: var(--bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
  overflow: visible;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-slide-overlay {
    z-index: 1;
  }
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 0;
  padding-bottom: 160px;
}

@media (max-width: 768px) {
  .hero-slide-content {
    z-index: 2;
  }
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Hero Tag */
.hero-tag {
  display: inline-block;
  padding: 8px 24px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 30px auto;
}

/* Hero Title */
.hero-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  /* text-transform: uppercase; */
  text-align: left;
  max-width: 710px;
  margin-bottom: 30px;
}

.hero-title p {
  margin: 0;
}

.hero-title.has-title-image {
  font-size: 25px;
}

/* Hero Text */
.hero-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.174;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 40px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  text-align: left;
  max-width: 735px;
}

.hero-text p {
  margin: 0 0 12px 0;
}

.hero-text p:last-child {
  margin-bottom: 0;
}

/* Hero Title Image (between title and text) */
.hero-title-image {
  align-self: flex-start;
  margin-bottom: 24px;
}

.hero-title-image img {
  max-height: 182px;
  width: auto;
  display: block;
}

/* Hero CTA wrapper */
.hero-cta {
  align-self: flex-start;
  text-align: left;
}

/* Hero CTA */
.hero-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background-image: linear-gradient(90deg, rgb(203, 82, 28) 0%, rgb(212, 118, 28) 82%);
  background-image: -ms-linear-gradient(90deg, rgb(203, 82, 28) 0%, rgb(212, 118, 28) 82%);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-cta-button:hover {
  background-color: #ff7711;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.6);
}

.hero-cta-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.hero-cta-button:hover svg {
  transform: translateX(4px);
}

/* Navigation Buttons */
.hero-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.hero-nav-btn {
  pointer-events: all;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-nav-prev {
  padding-left: 20px;
}

.hero-nav-next {
  padding-right: 20px;
}

.hero-nav-btn:hover {
  color: #ffffff;
  transform: scale(1.2);
}

.hero-nav-btn svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Dots Navigation */
.hero-slider-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
  gap: 12px;
  pointer-events: none;
}

.hero-slider-dots .hero-dot {
  pointer-events: all;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero-dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
}

.hero-dot.active {
  background-color: #f96e0a;
  border-color: #ffffff;
  transform: scale(1.3);
}

/* Block Placeholder */
.tmsa-block-placeholder {
  background-color: #f8f8f8;
  border: 2px dashed #cccccc;
  padding: 60px 20px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmsa-block-placeholder p {
  color: #666666;
  font-size: 16px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-slider {
    min-height: 50vh;
    max-height: 50vh;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible !important;
    position: relative;
  }

  .hero-slider-wrapper {
    position: relative;
    height: 100%;
    overflow: visible;
  }

  .hero-slide {
    min-height: 50vh;
    max-height: 50vh;
    background-image: var(--bg-mobile, var(--bg-desktop));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1;
    overflow: visible;
  }

  .hero-slide-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  }

  .hero-slide-content {
    padding: 40px 0;
    padding-bottom: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
  }

  .hero-container {
    padding: 0 20px;
  }

  .hero-tag {
    font-size: 12px;
    padding: 5px 14px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: clamp(18px, 4.5vw, 24px) !important;
    margin-bottom: 12px;
    line-height: 1.1;
  }

  .hero-text {
    font-size: clamp(12px, 3vw, 14px) !important;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .hero-cta-button {
    padding: 12px 20px;
    font-size: 13px;
  }

  .hero-slider-nav {
    display: none;
  }

  .hero-nav-btn {
    display: none;
  }

  .hero-slider .hero-slider-dots {
    position: absolute !important;
    bottom: 55px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 1000 !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  .hero-slider .hero-slider-dots .hero-dot {
    pointer-events: all !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1001 !important;
  }

  .hero-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid transparent !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hero-dot:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
    transform: scale(1.2) !important;
  }

  .hero-dot.active {
    background-color: #f96e0a !important;
    border-color: #ffffff !important;
    transform: scale(1.3) !important;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    min-height: 45vh;
    max-height: 45vh;
  }

  .hero-slide {
    min-height: 45vh;
    max-height: 45vh;
    background-image: var(--bg-mobile, var(--bg-desktop));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1;
  }

  .hero-slide-content {
    padding: 30px 0;
    padding-bottom: 50px;
  }

  .hero-cta-button {
    padding: 10px 18px;
    font-size: 12px;
  }
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
