@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

*, ::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: "Space Grotesk", sans-serif;
  /* 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;
}

:root {
  --header-height-mobile: 80px;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 11 / var(--tw-bg-opacity, 1));
  font-family: "Space Grotesk", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

/* Componente de Header Global — base apenas.
     As variantes --home e --internal ficam fora do @layer
     para não serem purgadas pelo Tailwind (classes dinâmicas PHP). */

.site-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-inner{
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 1280px){
  .header-inner{
    justify-content: flex-start;
  }
}

.header-inner {
  gap: clamp(24px, 8vw, 272px);
  max-width: 1494px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .header-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1024px) {
  .header-inner {
    padding-left: 95px;
    padding-right: 95px;
  }
}

/* Componente de Linha Divisora Gradiente Reutilizável */

.gradient-divider {
  width: 100%;
  height: 2px;
  display: block;
  flex-shrink: 0;
}

/* Variações de Cores do Gradiente baseadas na marca (opacidade de 90%) */

/* Estilização Geral do Menu Dinâmico do WordPress */

.header-menu-container > ul{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 0px;
  margin-top: 40px;
}

@media (min-width: 1280px) {
  .header-menu-container > ul{
    flex-direction: row;
    gap: 38px;
    margin-top: 0;
  }
}

.header-menu-container li{
  position: relative;
  list-style-type: none;
}

.header-menu-container li a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  font-size: 19.473px;
  line-height: 29.209px;
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(209 213 220 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-menu-container li a:hover{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

/* Dropdown Styles */

@media (min-width: 1280px) {
  /* Base dropdown menu */

  /* Base dropdown menu */

  .header-menu-container ul.sub-menu{
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 50;
    margin-top: 0px;
    display: flex;
    min-width: 240px;
    --tw-translate-x: -50%;
    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));
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(14 14 16 / 0.95);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0;
    --tw-shadow: 0 20px 50px rgba(0,0,0,0.5);
    --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(12px);
    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-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateY(10px) translateX(-50%);
    transition-delay: 0.15s;
  }

  .header-menu-container ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }

  /* Transition slide-up on hover */

  .header-menu-container li.menu-item-has-children:hover > ul.sub-menu{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    transition-delay: 0s;
  }

  /* Flyout submenu (Level 2+) */

  .header-menu-container ul.sub-menu ul.sub-menu{
    position: absolute;
    left: 100%;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    --tw-translate-x: 0px;
    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));
    transform: translateY(10px);
  }

  .header-menu-container ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    transform: translateY(0);
    transition-delay: 0s;
  }

  /* Dropdown list items */

  .header-menu-container ul.sub-menu li{
    width: 100%;
  }

  /* Dropdown links */

  .header-menu-container ul.sub-menu li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(209 213 220 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .header-menu-container ul.sub-menu li a:hover{
    background-color: rgb(255 255 255 / 0.05);
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  /* Rotate chevrons on hover */

  .header-menu-container li.menu-item-has-children:hover > a > .submenu-arrow-container {
    transform: rotate(180deg);
  }

  .header-menu-container ul.sub-menu li.menu-item-has-children:hover > a > .submenu-arrow-container {
    transform: rotate(-90deg);
    /* points right to point down, or just keep it simple */
  }
}

/* Mobile Dropdown styles (below xl breakpoint) */

@media (max-width: 1279px) {
  .header-menu-container ul.sub-menu{
    display: flex;
    max-height: 0px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    padding-left: 0px;
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-menu-container li.menu-item-has-children.active > ul.sub-menu{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    max-height: 1000px;
    opacity: 1;
  }

  .header-menu-container ul.sub-menu li a{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 17px;
  }

  .header-menu-container li.active > a > .submenu-arrow-container {
    transform: rotate(180deg);
  }
}

/* Item de Menu Ativo */

.header-menu-container li.current-menu-item > a,
  .header-menu-container li.current_page_item > a,
  .header-menu-container li.current-menu-ancestor > a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

/* Animações e Estados do Botão Hambúrguer Mobile */

#menu-toggle.active .line-1 {
  transform: translateY(8px) rotate(45deg);
}

#menu-toggle.active .line-2{
  opacity: 0;
}

#menu-toggle.active .line-3 {
  transform: translateY(-8px) rotate(-45deg);
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.top-\[var\(--header-height-mobile\)\]{
  top: var(--header-height-mobile);
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[44px\]{
  height: 44px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[30px\]{
  width: 30px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.origin-center{
  transform-origin: center;
}

.translate-x-0{
  --tw-translate-x: 0px;
  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));
}

.translate-x-full{
  --tw-translate-x: 100%;
  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));
}

.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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.flex-col{
  flex-direction: column;
}

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

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[38px\]{
  gap: 38px;
}

.gap-\[6px\]{
  gap: 6px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded-full{
  border-radius: 9999px;
}

.bg-base{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 11 / var(--tw-bg-opacity, 1));
}

.bg-base\/95{
  background-color: rgb(10 10 11 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-12{
  padding-top: 3rem;
}

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

.font-sans{
  font-family: "Space Grotesk", sans-serif;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold{
  font-weight: 700;
}

.text-current{
  color: currentColor;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(27 27 29 / var(--tw-text-opacity, 1));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* =============================================================
   Header Variants — fora do @layer para não serem purgadas.
   As classes são geradas dinamicamente via PHP:
   class="site-header site-header--<?php echo $header_style; ?>"
   ============================================================= */

/* Páginas: quem-somos, manifesto — linha roxa na borda inferior */

.site-header--home {
  position: sticky;
  top: 0;
  background: #0a0a0b;
}

.site-header--home::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(124, 58, 237, 0.9) 30%,
    rgba(124, 58, 237, 0.9) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Páginas internas: materiais-concurso, clientes, fale-conosco, faq, licenca-academica */

.site-header--internal {
  background: rgba(10, 10, 11, 0.95);
  border-bottom: 1px solid #1e2939;
  box-shadow:
    0 10px 15px 0 rgba(71, 40, 118, 0.05),
    0 4px 6px 0 rgba(71, 40, 118, 0.05);
}

/* Blog: background interno, mas sem border-bottom nem box-shadow.
   Separação visual via gradient-divider--black (show_divider=true).
   WordPress injeta .blog na <body> automaticamente na página de posts. */

.blog .site-header--internal {
  border-bottom: none;
  box-shadow: none;
}

.gradient-divider {
  width: 100%;
  height: 2px;
  display: block;
  flex-shrink: 0;
  background: transparent;
}

.gradient-divider--purple {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(124, 58, 237, 0.9) 30%,
    rgba(124, 58, 237, 0.9) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gradient-divider--black {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* =============================================================
   Utilitário: Linha decorativa roxa na borda inferior da seção.

   Uso:
     1. Adicione `position: relative` na seção (ou use junto com
        outra classe que já declare position: relative).
     2. Adicione a classe `section-border-bottom--purple` na tag
        da seção desejada.

   Exemplo:
     <section class="minha-secao section-border-bottom--purple">

   A linha fica ancorada ao `bottom: 0` da seção, com fade nas
   pontas — idêntica ao visual do header e do trusted-companies.
   ============================================================= */

.section-border-bottom--purple {
  position: relative;
}

.section-border-bottom--purple::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(124, 58, 237, 0.9) 30%,
    rgba(124, 58, 237, 0.9) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.has-gradient-divider-bottom {
  position: relative;
}

.has-gradient-divider-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(124, 58, 237, 0.9) 30%,
    rgba(124, 58, 237, 0.9) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* =============================================================
   Design System — Botão Primário Global
   Classe canônica: .btn-primary
   Alias hero:      .hero-home-btn

   Usar .btn-primary em qualquer seção do projeto.
   Triggers: "botão padrão", "botão primário", "botão global", "CTA padrão"
   ============================================================= */

.btn-primary,
.hero-home-btn {
  display: inline-flex;
  height: 44px;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  gap: 7.664px;
  border-radius: 10px;
  background: linear-gradient(270deg, #0a0a0b 0%, #472876 75%, #7c3aed 100%);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition:
    transform 300ms ease-out,
    box-shadow 300ms ease-out,
    opacity 300ms ease-out;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;
  text-decoration: none;
}

.btn-primary svg,
.hero-home-btn svg {
  height: 20px;
  width: auto;
  transition: transform 300ms ease-out;
}

.btn-primary:hover,
.hero-home-btn:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow:
    0 14px 24px -4px rgba(124, 58, 237, 0.22),
    0 8px 12px -6px rgba(124, 58, 237, 0.16);
}

.btn-primary:hover svg,
.hero-home-btn:hover svg {
  transform: translateX(3px);
}

/* =============================================================
   Footer Component Styles
   ============================================================= */

.site-footer {
  background: #0a0a0b;
  border-top: 1px solid #1e2939;
  padding-top: 64px;
  padding-bottom: 32px;
}

.site-footer__container {
  width: 100%;
  max-width: 1494px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .site-footer__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1024px) {
  .site-footer__container {
    padding-left: 95px;
    padding-right: 95px;
  }
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 80px;
}

.site-footer__brand-col {
  display: flex;
  width: 373.328px;
  height: 254px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.site-footer__logo-img {
  height: 48px;
  width: auto;
}

.site-footer__text {
  width: 363px;
  color: #99a1af;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.site-footer__newsletter-title {
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.site-footer__newsletter-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-footer__newsletter-input {
  display: flex;
  width: 297.328px;
  height: 46px;
  padding: 10px 16px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #1e2939;
  background: #0a0a0b;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.site-footer__newsletter-input::-moz-placeholder {
  color: #6a7282;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.site-footer__newsletter-input::placeholder {
  color: #6a7282;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.site-footer__newsletter-btn {
  display: flex;
  width: 68px;
  height: 46px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(270deg, #0a0a0b 0%, #472876 75%, #7c3aed 100%);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.site-footer__newsletter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px -3px rgba(124, 58, 237, 0.25);
}

.site-footer__newsletter-btn img {
  width: 20px;
  height: 20px;
}

.site-footer__newsletter-subtext {
  color: #6a7282;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Espaçamentos internos adicionais */

.site-footer__logo-wrap {
  margin-bottom: 0;
}

/* Colunas de links */

.site-footer__col-title {
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17.5px;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__link,
.site-footer__list a {
  color: #99a1af;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition:
    color 0.3s,
    transform 0.3s;
  display: inline-block;
}

.site-footer__link:hover,
.site-footer__list a:hover {
  color: #7c3aed;
  transform: translateX(2px);
}

/* Separador Inferior */

.site-footer__bottom-border {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom {
  display: flex;
  height: 73px;
  padding-top: 33px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.site-footer__copyright {
  color: #6a7282;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.site-footer__socials {
  display: flex;
  gap: 12px;
}

.site-footer__social-link {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16777200px;
  background: rgba(71, 40, 118, 0.2);
  transition:
    background-color 0.3s,
    transform 0.3s;
  text-decoration: none;
}

.site-footer__social-link:hover {
  background-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-2px);
}

.site-footer__social-icon {
  width: 20px;
  height: 20px;
}

/* Responsividade */

@media (max-width: 1200px) {
  .site-footer__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }

  .site-footer__brand-col {
    grid-column: span 3;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding-bottom: 24px;
    border-b: 1px solid #1e2939;
  }

  .site-footer__text {
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .site-footer__brand-col {
    grid-column: span 2;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__brand-col {
    grid-column: span 1;
  }

  .site-footer__newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer__newsletter-input {
    width: 100%;
  }

  .site-footer__newsletter-btn {
    width: 100%;
  }
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }
}
