*, ::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: Sora, ui-sans-serif, system-ui, 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;
}

/* =========================================================
   Tokens de Design
   ========================================================= */

:root {
  --bg-main: #f3f1ec;
  --bg-panel: #ffffff;
  --surface: #ffffff;
  --surface-2: #f2efe9;
  --text: #161616;
  --text-muted: #6c6c6c;
  --text-dark: #161616;
  --text-dark-muted: #6c6c6c;
  --line: rgba(22,22,22,0.12);
  --line-soft: rgba(22,22,22,0.07);
  --accent: #b83232;
  --accent-2: #d0a52c;
  --accent-soft: rgba(184,50,50,0.1);
  --radius-lg: 5px;
  --shadow-accent: 0 20px 52px rgba(184,50,50,0.16);
  --max-width: 1440px;

  /* Tokens que consolidam variações de cor repetidas no arquivo (painel
     em gradiente, vidro translúcido, bordas/realces em preto-alpha) num
     único lugar. */
  --panel-gradient: linear-gradient(155deg, #ffffff 0%, #f8f6f1 55%, #efece4 100%);
  --panel-gradient-strong: linear-gradient(155deg, #ffffff 0%, #f0ede4 55%, #e6e1d5 100%);
  --chrome-solid: #ffffff;
  --glass-rgb: 255,255,255;
  --edge-rgb: 22,22,22;
  --edge-rgb-sp: 22 22 22;
  --accent-gradient: linear-gradient(120deg, #8f2323 0%, #b83232 50%, #cc4444 100%);
  --accent-rgb: 184,50,50;
  --panel-glow: rgba(184,50,50,0.05);
}

/* Blocos de contraste dedicado (cards de erro/acerto) mantêm a leitura
   escura de propósito — reatribuir os tokens aqui dentro "prende" a
   aparência escura nesses blocos, mesmo o site inteiro sendo claro.
   #tecnologia, #inicio e #sobre-hero ficam de fora: usam o esquema de
   cores normal do site (claro), sem foto de fundo. */
.split-top,
.split-bottom {
  --bg-main: #080b12;
  --bg-panel: #121a28;
  --surface: #f2f4f8;
  --surface-2: #e9edf4;
  --text: #eef3ff;
  --text-muted: #a8b3c8;
  --text-dark: #1b2330;
  --text-dark-muted: #5f6b7d;
  --line: rgba(var(--edge-rgb),0.12);
  --line-soft: rgba(var(--edge-rgb),0.07);
  --accent: #b83232;
  --accent-2: #d0a52c;
  --accent-soft: rgba(var(--accent-rgb),0.16);
  --shadow-accent: 0 20px 52px rgba(var(--accent-rgb),0.26);
  --panel-gradient: linear-gradient(155deg, #0b1629 0%, #102242 54%, #0e1d37 100%);
  --panel-gradient-strong: linear-gradient(155deg, #0e1d37 0%, #152d55 54%, #102242 100%);
  --chrome-solid: #0d1525;
  --glass-rgb: 8,11,18;
  --edge-rgb: 255,255,255;
  --edge-rgb-sp: 255 255 255;
  --accent-gradient: linear-gradient(120deg, #8f2323 0%, #b83232 50%, #cc4444 100%);
  --accent-rgb: 184,50,50;
  --panel-glow: rgba(30,80,160,0.22);
}

/* =========================================================
   Reset Global
   ========================================================= */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.62;
  background: var(--bg-main);
  color: var(--text);
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-line: none;
}

button, input, select {
  font: inherit;
}

.page-bg {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: -2;
  background: var(--bg-main);
}

body::after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: -1;
  opacity: 0.5;
  background-image: linear-gradient(
    135deg,
    transparent 0, transparent 48%,
    rgba(var(--edge-rgb),0.025) 48.5%,
    transparent 49%, transparent 100%
  );
  background-size: 22px 22px;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

/* Título fora da tela — mantém a hierarquia de headings correta (h1 > h2 >
   h3) pra leitor de tela sem alterar nada visualmente. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   Topbar
   ========================================================= */

.topbar {
  border-bottom-width: 1px;
  border-color: rgb(var(--edge-rgb-sp) / 0.07);
  background: var(--panel-gradient);
}

.topbar-row {
  display: flex;
  min-height: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: var(--text);
  gap: 14px 26px;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.topbar-item:hover {
  --tw-text-opacity: 1;
  color: var(--text);
}

/* =========================================================
   Header
   ========================================================= */

.site-header {
  position: sticky;
  top: 0px;
  z-index: 30;
}

.site-header::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: -1;
  --tw-backdrop-blur: blur(14px);
  -webkit-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);
  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);
  background: rgba(var(--glass-rgb),0.86);
}

.header-row {
  display: grid;
  min-height: 86px;
  align-items: center;
  /* Fluido entre 1000px (compacto, ver breakpoint de "vira 2 linhas" logo
     abaixo) e 1400px (tamanho cheio) — encolhe aos poucos junto com a tela,
     com folga em cima pra não bater bem na borda numa tela de 1280/1279 e
     quebrar linha do nada. */
  gap: clamp(18px, 1.5vw + 3px, 24px);
  grid-template-columns: auto minmax(0,1fr) auto;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  height: auto;
  width: clamp(220px, 10vw + 120px, 260px);
  -o-object-fit: contain;
     object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw - 3px, 18px);
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: var(--text);
}

.site-nav a, .site-nav .nav-cta {
  position: relative;
  padding: 6px 2px;
}

/* Botão "Pedido personalizado" fica junto dos links do menu, sem o
   destaque de CTA — mesma tipografia/cor dos demais itens. */
.site-nav .nav-cta {
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
}

/* Cor sozinha garante que a página atual continue marcada mesmo onde o
   sublinhado (::after) some — no menu-gaveta do celular, por exemplo. */
.site-nav a.is-active {
  color: var(--accent);
}

.site-nav a::after, .site-nav .nav-cta::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  border-radius: 9999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.24s ease;
}

.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after,
.site-nav .nav-cta:hover::after, .site-nav .nav-cta:focus-visible::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-close {
  display: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1px;
  border-color: rgb(var(--edge-rgb-sp) / 0.24);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: var(--text);
  padding: 10px;
}

/* =========================================================
   Botões
   ========================================================= */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 15px;
  border-width: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: background 0.32s ease, box-shadow 0.28s ease, border-color 0.2s ease;
}

.btn.primary {
  color: #fff;
  background: var(--accent-gradient);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease, box-shadow 0.28s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.btn.primary:hover, .btn.primary:focus-visible {
  background-position: right center;
}

.btn.primary:active {
  box-shadow: 0 4px 10px rgba(var(--accent-rgb),0.18);
  transform: translateY(1px);
}

/* Mesmo verde do botão fixo de WhatsApp (.float-cta), pra reforçar que é
   o mesmo canal de contato em qualquer lugar do site que apareça. */
.btn.whatsapp {
  color: #fff;
  background: linear-gradient(120deg,#17b45a,#27d366);
  transition: filter 0.2s ease, box-shadow 0.28s ease;
}

.btn.whatsapp:hover, .btn.whatsapp:focus-visible {
  filter: brightness(1.08);
}

.btn.whatsapp:active {
  box-shadow: 0 4px 10px rgba(20,171,86,0.3);
  transform: translateY(1px);
}

.btn:focus-visible {
  outline: 2px solid rgba(var(--accent-rgb),0.7);
  outline-offset: 3px;
}

.btn.secondary {
  border-width: 1px;
  border-color: rgb(var(--edge-rgb-sp) / 0.26);
  background-color: rgb(var(--edge-rgb-sp) / 0.02);
  --tw-text-opacity: 1;
  color: var(--text);
}

.btn.secondary:hover, .btn.secondary:focus-visible {
  border-color: rgb(var(--edge-rgb-sp) / 0.38);
  background-color: rgb(var(--edge-rgb-sp) / 0.07);
}

/* =========================================================
   Pill
   ========================================================= */

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 15px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: var(--accent-soft);
  color: var(--accent-2);
}

.pill.dark {
  background: rgba(22,12,4,0.88);
  border: 1px solid rgba(208,165,44,0.5);
  color: #d0a52c;
}

.section-dark .pill.dark {
  background: rgba(22,12,4,0.88);
  border: 1px solid rgba(208,165,44,0.5);
  color: #d0a52c;
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  isolation: isolate;
  z-index: 0;
  overflow: hidden;
  padding: 48px 0;
  /* Declarado explicitamente (não só herdado do body) pra que os filhos
     que não pintam a própria cor herdem daqui — dentro das seções com
     foto de fundo (#sobre-hero, #tecnologia...) o token --text fica
     preso no tom claro de propósito, ver bloco de tokens no topo do
     arquivo. */
  color: var(--text);
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* <img> de verdade (não background-image em div) — o Chrome nem sempre
   reconhece background-image via style inline como candidato de LCP de
   forma confiável, principalmente em condições de rede mais lentas
   (celular). Com <img> real + fetchpriority="high", o LCP fica
   inequívoco. Banner fixo, sem crossfade — só uma foto, sempre visível. */
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 72% 42%;
     object-position: 72% 42%;
  -webkit-user-drag: none;
  user-drag: none;
}

/* Banner da home mais compacto — era pensado pra rodar como slideshow
   (2 fotos/textos alternando) e agora é fixo, então não precisa do
   mesmo respiro vertical de antes. Escopado em #inicio pra não afetar
   os outros heróis do site (sobre-nos, páginas de política...), que
   reaproveitam as mesmas classes .hero/.hero-info/.hero-highlights. */
#inicio {
  padding: 26px 0;
}

#inicio .hero-info h1 {
  font-size: 48px;
  line-height: 1;
  margin: 14px 0 12px;
}

#inicio .hero-highlights {
  margin-top: 22px;
}

#inicio .hero-highlights div {
  padding: 11px 20px;
}

/* Sem foto de fundo — igual ao banner compacto da home (#inicio) no
   padding e na coluna de texto em largura total, mas com um fundo
   próprio (gradiente claro já usado nos cards do site) e um risco de
   acento embaixo, pra continuar se destacando como um "banner" mesmo
   sem imagem. Cores normais do site (ver bloco de tokens no topo do
   arquivo — #sobre-hero não fica mais preso no escuro). */
#sobre-hero {
  padding: 26px 0;
  background: var(--panel-gradient);
  border-bottom: 1px solid rgba(var(--accent-rgb),0.35);
}

#sobre-hero .hero-info h1 {
  white-space: normal;
  font-size: 48px;
}

/* Largura calculada pra bater com a fileira de destaques logo abaixo
   (4 itens, ~1100px nesse conteúdo) — o padrão da classe base (60ch,
   ~710px) ficava mais estreito que ela; sem limite nenhum, ficava mais
   largo que o container inteiro. */
#sobre-hero .hero-info p {
  max-width: min(1100px, 100%);
}

/* A fileira de destaques daqui tem 4 itens (a da home tem só 3) — sem
   espaço pra encolher ela satura mais cedo que o breakpoint geral de
   860px (calibrado pros 3 itens da home) dá conta. Entre 1200 e 911px
   só compacta (fonte/padding menores) pra continuar cabendo numa linha
   só; abaixo de 910px vira grid 2x2 (arrumado, não um "3+1" torto de
   flex-wrap orgânico). */
@media (max-width: 1200px) {
  /* Rede de segurança: se mesmo compactado não couber numa linha só
     nessa faixa (911-1200px), quebra pra 2ª linha em vez de vazar —
     abaixo de 910px o grid 2x2 assume e isso deixa de importar. */
  #sobre-hero .hero-highlights {
    flex-wrap: wrap;
    max-width: 100%;
  }

  #sobre-hero .hero-highlights div {
    padding: 10px 14px;
    gap: 0.5rem;
  }

  #sobre-hero .hero-highlights strong {
    font-size: 12px;
    white-space: normal;
  }

  #sobre-hero .hero-highlights span {
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 910px) {
  #sobre-hero .hero-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #sobre-hero .hero-highlights div + div::before {
    display: none;
  }
}

.hero > .container {
  width: min(100% - 64px, 1500px);
}

.hero::before, .hero::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-info {
  display: grid;
  padding-top: clamp(0.25rem,0.8vw,0.75rem);
}

.hero-copy {
  grid-area: 1 / 1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
}

.hero-copy.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}

.hero-pill {
  font-size: 11px;
  letter-spacing: 0.18em;
  background: rgba(22,12,4,0.88);
  border: 1px solid rgba(208,165,44,0.5);
  color: #d0a52c;
}

.hero-info h1 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  margin: 18px 0 16px;
  max-width: none;
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: 0.01em;
  white-space: normal;
  color: var(--text);
}

.hero-title-accent {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-info p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.65;
  max-width: 60ch;
  color: var(--text-muted);
}

.hero-highlights {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(var(--edge-rgb),0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background:
    radial-gradient(ellipse at 80% 50%, var(--panel-glow) 0%, transparent 65%),
    rgba(var(--glass-rgb),0.82);
}

.hero-highlights div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 14px 22px;
}

.hero-highlights div + div::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  top: 20%;
  height: 60%;
  background: rgba(var(--edge-rgb),0.12);
}

.hero-highlight-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.hero-highlight-icon svg {
  height: 17px;
  width: 17px;
}

.hero-highlight-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-highlights strong {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: var(--text);
}

.hero-highlights span {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.3;
  color: var(--text-muted);
}

/* =========================================================
   Seções
   ========================================================= */

.section {
  padding: 92px 0;
}

.section-dark {
  background: transparent;
}

#tecnologia {
  position: relative;
  isolation: isolate;
  z-index: 0;
  padding-bottom: 40px;
}

#tecnologia > .container {
  position: relative;
  z-index: 1;
}

.section-light {
  color: var(--text-dark);
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 42px;
  gap: 22px;
}

.section-head h2 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  margin: 10px 0 0;
  font-size: 40px;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.section-head p {
  margin: 0px;
  max-width: 420px;
  color: var(--text-dark-muted);
}

.section-dark .section-head p {
  color: var(--text-muted);
}

.section-head--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.section-head--stacked p {
  max-width: 100%;
}

.guide-topics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.guide-topic {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.guide-topic h3 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-2);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.guide-topic-subtitle {
  color: var(--text-muted);
  font-weight: 600;
}

.guide-topic p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* =========================================================
   Catálogo
   ========================================================= */

#produtos, #tecnologia, #servicos {
  position: relative;
  overflow: hidden;
}

#produtos::before, #servicos::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background: var(--bg-main);
}

#produtos > .container,
#tecnologia > .container,
#servicos > .container {
  position: relative;
  z-index: 1;
}

.catalog-unified {
  padding-top: 56px;
}

.catalog-group + .catalog-group {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line-soft);
}

.catalog-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}

.catalog-group-head h3 {
  margin: 0px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  line-height: 0.95;
}

/* Título enxuto no topo da página de categoria (só o nome — sem banner,
   sem descrição) — a página atual já fica marcada no menu (ver
   .site-nav a.is-active em includes/header.php). */
.catalog-page-heading {
  padding: 32px 0 12px;
}

.catalog-page-heading h1 {
  margin: 0px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: var(--text);
}

.catalog-page-grid {
  padding-top: 0;
}

.catalog-group-grid .product-card img {
  background-color: transparent;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================================================
   Carrossel de produtos (home): faixa estática — só se move
   quando a pessoa clica nas setas (ou arrasta).
   ========================================================= */

.carousel-viewport {
  position: relative;
}

.carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg-panel);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.carousel-btn:hover {
  background: rgba(var(--edge-rgb),0.08);
  border-color: rgba(var(--accent-rgb),0.5);
}

.carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Seta só aparece quando dá pra rolar naquela direção (ver
   updateEdgeButtons em main.js) — em vez de ficar cinza/inerte no
   início ou no fim do carrossel. */
.carousel-btn[hidden] {
  display: none;
}

.carousel-edge-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.carousel-edge-prev { left: -8px; }
.carousel-edge-next { right: -8px; }

.carousel-track {
  --carousel-cols: 6;
  --carousel-gap: 18px;
  display: flex;
  gap: var(--carousel-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 10px;
  cursor: grab;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.carousel-track .product-card {
  flex: 0 0 calc((100% - (var(--carousel-cols) - 1) * var(--carousel-gap)) / var(--carousel-cols));
  width: calc((100% - (var(--carousel-cols) - 1) * var(--carousel-gap)) / var(--carousel-cols));
  scroll-snap-align: start;
}

@media (max-width: 1200px) {
  .carousel-track { --carousel-cols: 4; }
}

@media (max-width: 860px) {
  .carousel-track { --carousel-cols: 3; }
}

/* Sem isso, clicar e arrastar a partir de cima da foto ou do link dispara o
   drag nativo do navegador (arrastar imagem/link) em vez do nosso scroll
   por arraste — o navegador para de emitir mousemove assim que o drag
   nativo começa, "travando" o carrossel no meio do gesto. */
.carousel-track .product-card-inner,
.carousel-track .product-card img {
  -webkit-user-drag: none;
  user-drag: none;
}

.carousel-track .product-card img {
  pointer-events: none;
}

@media (max-width: 720px) {
  .carousel-track { cursor: auto; --carousel-cols: 2; }
}

/* "Produtos relacionados" (produto.php) reaproveita a mesma estrutura
   de carrossel do catálogo da home (setas, arraste, JS), mas só vira
   carrossel de fato no celular. No desktop/tablet continua sendo o
   grid de sempre (.product-grid-5), que já quebra linha sozinho e
   mostra tudo sem precisar rolar nem arrastar. */
.related-carousel .carousel-track {
  display: grid;
  overflow: visible;
  scroll-snap-type: none;
  cursor: default;
  padding: 0;
}

.related-carousel .carousel-track .product-card {
  flex: none;
  width: auto;
  scroll-snap-align: none;
}

.related-carousel .carousel-edge-btn {
  display: none;
}

@media (max-width: 720px) {
  .related-carousel .carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    cursor: grab;
    padding: 6px 4px 10px;
    --carousel-cols: 2;
  }

  .related-carousel .carousel-track .product-card {
    flex: 0 0 calc((100% - var(--carousel-gap)) / 2);
    width: calc((100% - var(--carousel-gap)) / 2);
    scroll-snap-align: start;
  }

  /* :not([hidden]) — sem isso, essa regra (mesma especificidade de
     .carousel-btn[hidden]) ganharia por vir depois no arquivo e
     anularia o hidden que o JS usa pra esconder a seta "anterior" no
     início do carrossel. */
  .related-carousel .carousel-edge-btn:not([hidden]) {
    display: flex;
  }
}

.catalog-group-empty {
  border-radius: 5px;
  border-width: 1px;
  padding: 22px;
  border-color: var(--line);
  background: rgba(var(--edge-rgb),0.03);
}

.catalog-group-empty h3 {
  margin: 0px;
  margin-bottom: 0.5rem;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 27px;
  line-height: 0.95;
}

.catalog-group-empty p {
  margin: 0px;
  color: var(--text-muted);
}

/* =========================================================
   Cards de Produto
   ========================================================= */

.product-grid, .service-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}

/* Só "Produtos relacionados" (produto.php) usa 5 colunas — nas larguras
   onde o .product-grid normal cai pra 2/1 coluna (ver breakpoints
   abaixo), esse modificador não tem regra própria, então cai no mesmo
   comportamento responsivo do grid padrão. */
@media (min-width: 900px) {
  .product-grid.product-grid-5 {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(150,183,231,0.18);
  background:
    radial-gradient(ellipse at 80% 20%, var(--panel-glow) 0%, transparent 65%),
    var(--panel-gradient);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
  border-color: rgba(var(--accent-rgb),0.5);
  transform: translateY(-6px);
}

.product-card-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration-line: none;
  outline: none;
}

.product-card-inner:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.product-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-media-stack {
  position: relative;
  overflow: hidden;
  padding: 10px;
  aspect-ratio: 5/4;
  border-bottom: 1px solid rgba(134,171,224,0.15);
  background: var(--bg-main);
}

.product-media-stack img {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.product-image-main {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}

.product-media-stack .product-image-hover {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 2;
  display: none;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.32s ease;
}

@media (hover: hover) {
  .product-media-stack .product-image-hover {
    display: block;
  }

  .product-card:hover .product-image-main {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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));
    opacity: 0;
  }

  .product-card:hover .product-image-hover {
    opacity: 1;
  }
}

.product-info {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 14px 14px 16px;
  gap: 12px;
}

.product-info h3 {
  margin: 0px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: var(--text);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.product-card:hover .product-info h3 {
  --tw-text-opacity: 1;
  color: var(--text);
}

.product-info p, .footer-grid p {
  margin: 0px;
  font-size: 14px;
  color: var(--text-muted);
}

.product-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
}

.product-meta strong, .contact-link:hover, .footer-grid a:hover {
  color: var(--accent);
}

.product-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
}

.product-card-price-original {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: line-through;
}

/* Especificidade .product-card-price + .product-card-price-current de
   propósito — precisa ganhar de ".product-meta strong" (que pinta o
   "Sob consulta" de laranja), senão o preço herda a mesma cor. */
.product-card-price .product-card-price-current {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

.product-card-price-current.is-quote {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-muted);
}

/* =========================================================
   Páginas de Categoria e Tecnologia
   ========================================================= */

.tech-split {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0,1.04fr) minmax(0,0.96fr);
  gap: 38px;
}

.tech-photo {
  width: 75%;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
}

.tech-photo img {
  display: block;
  border-radius: 16px;
}

.tech-content h2 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  margin: 14px 0;
  line-height: 1.05;
  font-size: 34px;
}

.tech-content {
  order: 1;
}

.product-page {
  padding-top: 106px;
}

/* =========================================================
   Página de Produto (template JSON)
   ========================================================= */

.product-page-model {
  padding-top: 0px;
  background: var(--bg-main);
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 18px;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: var(--text-muted);
  gap: 8px;
  margin-bottom: 12px;
}

.product-breadcrumb a:hover {
  color: var(--accent-2);
}

/* =========================================================
   Blocos Técnicos e Serviços
   ========================================================= */

.tech-list {
  display: grid;
  margin: 24px 0;
  gap: 12px;
}

.tech-list div {
  display: grid;
  border-radius: 5px;
  border-width: 1px;
  padding: 14px;
  border-color: var(--line);
  background: var(--panel-gradient);
  gap: 3px;
}

.tech-list span {
  font-size: 14px;
  color: var(--text-muted);
}

.tech-visual {
  position: relative;
  order: 2;
}

.historia-fotos {
  position: relative;
  width: 100%;
}

.historia-fotos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.historia-foto-item {
  overflow: hidden;
  border-radius: 5px;
  min-height: 200px;
  aspect-ratio: 4/3;
}

.historia-foto-item img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.historia-foto-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16/9;
}

.tech-badge {
  position: absolute;
  border-radius: 5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  padding: 12px 14px;
  background: var(--accent-gradient);
  box-shadow: var(--shadow-accent);
}

.tech-badge strong {
  display: block;
  font-size: 15px;
}

.tech-badge span {
  font-size: 12px;
  opacity: 0.9;
}

.service-card {
  border-radius: 5px;
  border-width: 1px;
  padding: 22px;
  border-color: var(--line);
  background: var(--panel-gradient);
  min-height: 180px;
}

.service-card h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 21px;
  line-height: 0.95;
}

.service-card p {
  margin: 0px;
  font-size: 15px;
  color: var(--text-muted);
}

.split-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 42px;
}

.split-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
  border-width: 1px;
  border-color: rgb(var(--edge-rgb-sp) / 0.08);
}

.split-top {
  flex: 1 1 0%;
  padding: 18px;
  color: var(--text);
  background: linear-gradient(155deg,#1a0808 0%,#2a1010 100%);
  border-bottom: 1px solid rgba(var(--edge-rgb),0.07);
}

.split-bottom {
  flex: 1 1 0%;
  padding: 18px;
  color: var(--text);
  background: linear-gradient(155deg,#081a0c 0%,#102a14 100%);
}

.split-row {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.split-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  width: 30px;
  height: 30px;
}

.split-icon--x {
  background: rgba(200,40,40,0.18);
  border: 1px solid rgba(200,40,40,0.4);
  color: #e05050;
}

.split-icon--check {
  background: rgba(40,180,80,0.18);
  border: 1px solid rgba(40,180,80,0.4);
  color: #4ecb71;
}

.split-top h3, .split-bottom h3 {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
}

.split-top p, .split-bottom p {
  margin: 0px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}


.cta-section {
  padding-top: 64px;
  padding-bottom: 104px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border-width: 1px;
  padding: 34px;
  border-color: rgba(var(--edge-rgb),0.18);
  background: var(--panel-gradient);
  gap: 24px;
}

.cta-card h2 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 0.95;
}

.cta-card p {
  margin: 0px;
  --tw-text-opacity: 1;
  color: var(--text);
  max-width: 620px;
}

.cta-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-actions .btn {
  justify-content: center;
  min-width: 190px;
}

/* =========================================================
   Rodapé
   ========================================================= */

.site-footer {
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--chrome-solid);
  border-color: var(--line-soft);
  padding: 52px 0 24px;
}

.footer-grid {
  display: grid;
  text-align: left;
  align-items: start;
  grid-template-columns: 1.3fr 1.6fr 1fr 1fr;
  gap: 8px 32px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-right: 12px;
}

.footer-brand p {
  max-width: 34ch;
  font-size: 14px;
}

.footer-grid img {
  margin-bottom: 12px;
  width: 260px;
}

.footer-grid h3 {
  position: relative;
  margin: 0px;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  text-align: left;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
}

.footer-grid h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  background: var(--accent);
}

.footer-grid ul {
  margin: 0px;
  display: grid;
  list-style-type: none;
  gap: 0.5rem;
  padding: 0px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: var(--text);
}

.contact-list {
  gap: 10px;
}

.contact-link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: var(--text);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(var(--edge-rgb-sp) / 0.2);
  background-color: rgb(var(--edge-rgb-sp) / 0.03);
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.contact-icon svg {
  height: 1rem;
  width: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon svg.whatsapp-icon {
  display: block;
  height: 17px;
  width: 17px;
  fill: currentColor;
  stroke: none;
}

.contact-hours {
  margin-top: 0.125rem;
  display: grid;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: var(--text-muted);
  gap: 4px;
}

.footer-local-list .contact-link {
  align-items: flex-start;
}

.footer-location-copy {
  display: grid;
  gap: 4px;
}

.footer-location-copy small {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: var(--text-muted);
}

.footer-contact .contact-link > span:last-child {
  white-space: nowrap;
}

.footer-grid a {
  color: inherit;
}

.footer-contact .contact-list, .footer-showroom .contact-list {
  align-items: flex-start;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.footer-nav a {
  display: inline-block;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.footer-nav a:hover {
  color: var(--accent) !important;
  padding-left: 5px;
}

.footer-bottom {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  border-top-width: 1px;
  padding-top: 1rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: var(--text-muted);
  border-color: var(--line-soft);
}

.footer-credit {
  margin-left: 4px;
  padding-left: 10px;
  border-left: 1px solid var(--line-soft);
}

.footer-credit-link {
  color: var(--accent);
  font-weight: 600;
}

.footer-credit-link:hover {
  text-decoration: underline;
}

/* =========================================================
   Utilitários de Interface
   ========================================================= */

.float-cta {
  position: fixed;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  color: #fff;
  right: 18px;
  bottom: 18px;
  width: 64px;
  height: 64px;
  padding: 0;
  background: linear-gradient(120deg,#17b45a,#27d366);
  box-shadow: 0 18px 38px rgba(20,171,86,0.35);
}

/* Balão de aviso acima do botão flutuante do WhatsApp — some tempo depois
   de carregar (ver main.js), pra chamar atenção sem já nascer aberto.
   Acompanha o tema claro/escuro do site (cartão claro/escuro igual aos
   outros); só a borda/avatar/status seguem verdes fixos, de propósito —
   é a cor do WhatsApp, não do site. */
.float-cta-bubble {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 92px;
  max-width: 195px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 14px 30px 14px 14px;
  border-radius: 16px;
  background: var(--panel-gradient);
  border: 1px solid rgba(39,211,102,0.4);
  box-shadow: 0 20px 44px rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.94);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.float-cta-bubble::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: var(--bg-panel);
  border-right: 1px solid rgba(39,211,102,0.4);
  border-bottom: 1px solid rgba(39,211,102,0.4);
  transform: rotate(45deg);
}

.float-cta-bubble.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .float-cta-bubble {
    transition: opacity 0.01s linear, visibility 0.01s linear;
  }

  .float-cta-bubble-status i {
    animation: none;
  }
}

.float-cta-bubble-avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(120deg,#17b45a,#27d366);
  color: #fff;
}

.float-cta-bubble-avatar svg {
  width: 18px;
  height: 18px;
}

.float-cta-bubble-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
}

.float-cta-bubble-body strong {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.32;
  color: var(--text);
}

.float-cta-bubble-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--text-muted);
}

.float-cta-bubble-status i {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27d366;
  animation: floatBubblePulse 1.8s ease-out infinite;
}

@keyframes floatBubblePulse {
  0% { box-shadow: 0 0 0 0 rgba(39,211,102,0.55); }
  70% { box-shadow: 0 0 0 6px rgba(39,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(39,211,102,0); }
}

.float-cta-bubble-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: rgba(var(--edge-rgb),0.08);
  color: var(--text-muted);
  cursor: pointer;
}

.float-cta-bubble-close:hover {
  background: rgba(var(--edge-rgb),0.16);
  color: var(--text);
}

/* No celular o balão fica ao lado do botão (não empilhado em cima),
   pra não brigar com o menu mobile aberto — a pontinha do balão troca
   de "aponta pra baixo" pra "aponta pra direita". */
@media (max-width: 480px) {
  .float-cta-bubble {
    right: 88px;
    bottom: 18px;
    max-width: calc(100vw - 112px);
  }

  .float-cta-bubble::after {
    right: -6px;
    bottom: auto;
    top: 50%;
    border-right: 1px solid rgba(39,211,102,0.4);
    border-bottom: none;
    border-top: 1px solid rgba(39,211,102,0.4);
    transform: translateY(-50%) rotate(45deg);
  }
}

.float-cta svg {
  height: 2rem;
  width: 2rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.float-cta svg.whatsapp-icon {
  display: block;
  height: 30px;
  width: 30px;
  fill: currentColor;
  stroke: none;
}

/* Sem escurecimento — só um click-catcher invisível pra fechar o menu
   ao clicar fora dele. */
.menu-backdrop {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 24;
  background: transparent;
}

.menu-backdrop.is-open {
  visibility: visible;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

/* =========================================================
   Páginas Editoriais (Políticas, Sobre, Como Comprar)
   ========================================================= */

/* Cabeçalho compacto (sem foto de fundo) — era um banner grande com
   imagem, título centralizado e seta de scroll; ficou só um cabeçalho
   enxuto com risco de acento embaixo, igual em qualquer largura de
   tela (não é mais um tratamento "mobile" específico). */
.policy-hero {
  position: relative;
  min-height: 0;
  padding: 2.5rem 0 1.5rem;
  border-bottom: 1px solid rgba(var(--accent-rgb),0.6);
}

.policy-hero > .container, #sobre-hero > .container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--max-width));
}

.policy-hero .hero-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.policy-hero .hero-copy {
  max-width: 720px;
  width: 100%;
}

.policy-hero .pill {
  background: #c47a08;
  color: #060f1e;
}

/* Encosta bem mais perto do risco do cabeçalho compacto — o .section
   padrão (92px em cima) foi pensado pra seções grandes de marketing, não
   pra essas páginas editoriais mais enxutas. */
.policy-section {
  padding-top: 32px;
}

/* Conteúdo (esquerda, largura de leitura confortável) + cartão de
   contato fixo (direita) — preenche o espaço que sobraria numa página
   larga com texto numa coluna estreita, em vez de deixar em branco. */
.policy-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) 1fr;
  align-items: start;
  gap: 48px;
}

.policy-body {
  max-width: 760px;
}

.policy-sidebar {
  position: sticky;
  top: 96px;
}

.policy-sidebar-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--panel-gradient);
}

.policy-sidebar-card h3 {
  margin: 0 0 8px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
}

.policy-sidebar-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.policy-sidebar-card .btn {
  width: 100%;
}

.policy-sidebar-card .btn + .btn {
  margin-top: 10px;
}

.policy-block {
  border-bottom-width: 1px;
  border-color: var(--line-soft);
  padding: clamp(1.5rem,3vw,2rem) 0;
}

.policy-block:first-child {
  padding-top: 0;
}

.policy-block:last-child {
  border-bottom: none;
}

.policy-block h2 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--text);
}

.policy-block p {
  line-height: 1.7;
  margin: 0 0 10px;
  color: var(--text-muted);
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.policy-block ul, .policy-block ol {
  line-height: 1.75;
  margin: 8px 0 0;
  padding-left: 1.4rem;
  color: var(--text-muted);
}

.policy-block li {
  margin-bottom: 6px;
}

.policy-block strong {
  color: var(--text);
}

.policy-block a {
  text-decoration-line: underline;
  color: var(--accent);
  text-underline-offset: 3px;
}

.policy-block a:hover {
  color: var(--accent-2);
}

.policy-note {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: var(--accent-2);
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 5px 5px 0;
  padding: 12px 16px;
  margin-top: 12px;
}

.policy-contact {
  margin-top: 14px;
}

.policy-contact .contact-link {
  --tw-text-opacity: 1;
  color: var(--text);
  text-decoration-line: none;
}

.policy-contact .contact-link:hover {
  color: var(--accent);
}

.policy-steps {
  counter-reset: step;
  display: grid;
  list-style-type: none;
  padding: 0px;
  margin: 12px 0 0;
  gap: 16px;
}

.policy-steps li {
  counter-increment: step;
  margin: 0px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 2.2rem 1fr;
  gap: 12px;
}

.policy-steps li::before {
  content: counter(step);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--accent-soft);
  color: var(--accent);
  margin-top: 2px;
}

/* =========================================================
   Modal Pedido Personalizado
   ========================================================= */

.custom-order-modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-order-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}

.custom-order-backdrop {
  position: absolute;
  inset: 0px;
  cursor: pointer;
  opacity: 0;
  background: rgba(4,8,16,0.78);
  transition: opacity 0.25s ease;
}

.custom-order-modal.is-open .custom-order-backdrop {
  opacity: 1;
}

.custom-order-panel {
  position: relative;
  overflow-y: auto;
  border-width: 1px;
  background: var(--bg-panel);
  border-color: var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem,3vw,2.25rem);
  width: min(100% - 32px, 580px);
  max-height: 90dvh;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.custom-order-modal.is-open .custom-order-panel {
  opacity: 1;
  transform: translateY(0);
}

.custom-order-panel h3 {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 8px 0 6px;
  font-size: 24px;
}

.custom-order-panel > p {
  font-size: 15px;
  margin: 0 0 20px;
  color: var(--text-muted);
}

.custom-order-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  background: rgba(var(--edge-rgb),0.07);
  border-color: var(--line);
  color: var(--text-muted);
  width: 34px;
  height: 34px;
  transition: background 0.2s, color 0.2s;
}

.custom-order-close:hover {
  background: rgba(var(--edge-rgb),0.13);
  color: var(--text);
}

.custom-order-form {
  display: grid;
  gap: 14px;
}

.custom-order-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.custom-order-form label {
  display: grid;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: var(--text-muted);
  gap: 7px;
}

.custom-order-form select,
.custom-order-form input[type="text"],
.custom-order-form input[type="number"] {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: var(--text);
  box-sizing: border-box;
  border-color: var(--line);
  padding: 11px 12px;
  background: rgba(var(--glass-rgb),0.76);
}

.custom-order-form select:focus, .custom-order-form input:focus {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.custom-order-dims fieldset {
  margin: 0px;
  border-radius: 5px;
  border-width: 1px;
  border-color: var(--line-soft);
  padding: 14px 16px;
}

.custom-order-dims legend {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  padding: 0 6px;
}

.custom-order-dims-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3,1fr);
}

.input-unit {
  position: relative;
  display: flex;
  align-items: center;
}

.input-unit input {
  width: 100%;
  padding-right: 36px;
}

.input-unit span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: var(--text-muted);
  pointer-events: none;
  user-select: none;
}

/* =========================================================
   Layout de produto (.product-modal-* é a base de estilo
   compartilhada entre o card do catálogo e a página própria do
   produto — ver .product-page-panel mais abaixo)
   ========================================================= */

.product-modal-panel {
  position: relative;
  margin: auto 0;
  overflow: hidden;
  border-width: 1px;
  background: var(--bg-panel);
  border-color: var(--line);
  border-radius: var(--radius-lg);
  width: min(100%, 900px);
}

.product-modal-body {
  position: relative;
}

.product-modal-top {
  display: grid;
  /* 2 colunas: foto (fixa) | título+preço+whatsapp+medidas (o que
     sobrar). Foto fixa em vez de fr pra não crescer junto com o painel
     e empurrar o resto pra baixo da dobra. */
  grid-template-columns: 400px 1fr;
}

.product-modal-media {
  position: relative;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none;
}

/* Só a página do produto — o popup do catálogo mantém a foto encostada
   nos cantos, com borda e fundo branco do painel. */
.product-page-panel .product-modal-media {
  margin: 18px 0 0 18px;
  background: var(--bg-main);
  border: none;
  border-radius: 6px;
}

.product-modal-media-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
}

.product-modal-media-track.is-dragging {
  transition: none;
}

.product-modal-media-slide img {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
  padding: 18px;
  pointer-events: none;
  -webkit-user-drag: none;
}

.product-modal-media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(var(--glass-rgb),0.55);
  color: var(--text);
  z-index: 2;
}

.product-modal-media-nav:hover {
  background: rgba(var(--glass-rgb),0.8);
}

.product-modal-media-nav.is-prev { left: 10px; }
.product-modal-media-nav.is-next { right: 10px; }

.product-modal-media-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 2;
}

.product-modal-media-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(var(--edge-rgb),0.28);
  transition: background 0.15s ease, transform 0.15s ease;
}

.product-modal-media-dot.is-active {
  background: var(--accent);
  transform: scale(1.2);
}

.product-modal-info {
  padding: 20px 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
}

/* Título sempre menor que o preço — tamanho fixo em vez de clamp/vw,
   porque em algumas larguras de tela os dois clamps se cruzavam e o
   título saía maior que o preço. */
.product-modal-info h1,
.product-modal-info h3 {
  margin: 0px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text);
}

.product-modal-price {
  display: flex;
  flex: 1 1 200px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.product-modal-price .product-card-price-original {
  font-size: 14px;
}

.product-modal-price .product-card-price-current {
  font-size: 24px;
  line-height: 1;
  color: var(--text);
}

.product-modal-price .product-card-price-current.is-quote {
  font-size: 24px;
}

/* Preço é o dado que mais pesa na decisão de compra — fica logo abaixo
   do título, antes até da descrição, pra nunca ficar escondido embaixo
   de outro conteúdo. Empilhado com o botão de WhatsApp (não mais lado a
   lado — a coluna do meio ficou mais estreita com os quick facts
   passando pra própria coluna, à direita). Sem pintura de fundo no
   preço — só um contorno, igual o resto dos blocos da página (a cor
   forte fica pro botão verde, que é a ação). */
.product-buybox-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 2px 0 0;
}

.product-price-block {
  display: flex;
  align-items: center;
}

.product-modal-cta {
  display: flex;
}

.product-modal-cta .btn {
  flex: 0 0 auto;
  padding: 11px 18px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 15px;
}

.product-modal-cta .btn.whatsapp {
  background: var(--accent-gradient);
}

.product-modal-cta .btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Resumo (description), destaques (highlights) e tabela de medidas —
   logo abaixo do botão de orçamento. O detalhe completo por seção mora
   no bloco "Informações técnicas" (ver .product-tech-block), lá
   embaixo. */
.product-summary-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}

.product-measure-box {
  padding: 16px;
  border-radius: var(--radius-lg);
  background: var(--surface-2);
  border: 1px solid var(--line);
}

.product-measure-title {
  margin: 0 0 14px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.product-measure-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.product-measure-table-scroll {
  overflow-x: auto;
}

.product-measure-table {
  width: 100%;
  border-collapse: collapse;
}

.product-measure-table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  padding: 5px 8px;
  text-align: right;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.product-measure-table th:first-child {
  text-align: left;
}

.product-measure-table td {
  padding: 7px 8px;
  text-align: right;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--text);
  white-space: nowrap;
}

.product-measure-table td:first-child {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--accent);
  font-weight: 700;
}

.product-measure-table tr:last-child td {
  border-bottom: none;
}

.product-measure-side {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 96px;
}

.product-measure-badge {
  padding: 8px 10px;
  border-radius: var(--radius-lg);
  background: rgba(var(--accent-rgb),0.08);
  border: 1px solid rgba(var(--accent-rgb),0.25);
  text-align: center;
}

.product-measure-badge small {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-2);
}

.product-measure-badge strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-2);
}

.product-measure-badge strong span {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
}

@media (max-width: 480px) {
  .product-measure-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-measure-side {
    flex-direction: row;
  }

  .product-measure-badge {
    flex: 1;
  }

  .product-measure-table-scroll {
    overflow-x: visible;
  }

  .product-measure-table,
  .product-measure-table thead,
  .product-measure-table tbody,
  .product-measure-table tr,
  .product-measure-table td {
    display: block;
    width: 100%;
  }

  .product-measure-table thead {
    display: none;
  }

  .product-measure-table tr {
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  .product-measure-table tr:last-child {
    margin-bottom: 0;
  }

  .product-measure-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: right;
    border-bottom: 1px solid var(--line);
  }

  .product-measure-table td:last-child {
    border-bottom: none;
  }

  .product-measure-table td:first-child {
    background: var(--surface);
    justify-content: flex-start;
  }

  .product-measure-table td[data-label]::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--text-muted);
  }
}

.product-modal-lower {
  padding: 4px 28px 28px;
}

/* Sempre visível — sem accordion, sem clique. O título é só um rótulo
   de seção, não mais um <summary> clicável. */
.product-tech-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.product-tech-title {
  margin: 0 0 16px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--text);
}

/* 3 blocos lado a lado (Proteção / Funcionamento / Acabamento e
   Acessórios), bem espaçados, com letra maior — texto corrido em vez
   de tabela chave/valor. */
.product-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.product-tech-item {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface-2);
  border: 1px solid var(--line);
}

.product-tech-item h5 {
  margin: 0 0 16px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--accent);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.product-tech-item ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-tech-item li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}

.product-tech-item li::before {
  content: "> ";
  color: var(--accent-2);
  font-weight: 700;
}

/* Reaproveita o layout do popup na página própria do produto — mesmo
   card, só que sempre visível e no fluxo normal da página em vez de
   um overlay fixo. */
.product-page-container {
  padding-top: 22px;
  padding-bottom: 10px;
}

.product-page-panel.product-modal-panel {
  width: 100%;
  margin: 0;
  opacity: 1;
  transform: none;
}

/* Só a página do produto — não mexe no popup do catálogo, que precisa
   ficar compacto. Aspect-ratio 1/1 no .product-modal-media já garante
   altura igual à largura, então só a coluna fixa precisa crescer.
   2ª coluna trava em 640px (largura do bloco de infos) pra não esticar
   e empurrar o selo de formas de pagamento pra beira direita do painel;
   a 3ª coluna (1fr) é do selo, que estica (stretch, padrão do grid)
   pra ocupar ela inteira em vez de sobrar espaço em branco ao redor.
   grid-template-areas nomeia os 3 filhos diretos (foto, infos,
   pagamento) pra poder reorganizar a posição de cada um por
   breakpoint sem mexer na ordem do HTML — ver breakpoint de tablet e
   mobile mais abaixo. */
.product-page-panel .product-modal-top {
  grid-template-columns: 450px minmax(0, 640px) 1fr;
  grid-template-areas: "media info payment";
  align-items: start;
}

.product-page-panel .product-modal-media { grid-area: media; }
.product-page-panel .product-modal-info { grid-area: info; }
.product-page-panel .product-modal-payment { grid-area: payment; width: auto; }

/* Wrappers "invisíveis" (display:contents) por padrão — foto/medidas e
   infos/pagamento continuam entrando direto no grid acima como 4 peças
   soltas. No tablet (ver breakpoint abaixo) eles viram colunas de
   verdade, cada uma fluindo por conta própria — senão medidas e
   pagamento ficam presos na mesma altura de linha do grid e um deles
   sobra espaço em branco em cima. */
.product-page-panel .product-modal-media-col,
.product-page-panel .product-modal-info-col {
  display: contents;
}

.product-modal-payment {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 4px 24px;
  width: 230px;
}

.product-modal-payment-title {
  margin-bottom: 6px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text);
}

/* Estilo "Mercado Livre": cada meio de pagamento separado num grupo
   com título próprio (Cartões de crédito / Pix / Boleto bancário /
   Link de pagamento) e uma linha fina dividindo os grupos — em vez de
   uma única fileira de selos sem contexto do que é cada um. */
.product-modal-payment-group {
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.product-modal-payment-group-title {
  display: block;
  margin-bottom: 10px;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.product-modal-payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
}

.product-modal-payment-icon {
  display: flex;
  align-items: center;
}

.product-modal-payment-icon img {
  display: block;
  height: 26px;
  width: auto;
}

.product-modal-delivery {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 0 0;
  border-top: 1px solid var(--line-soft);
}

.product-modal-delivery svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}

.product-modal-delivery p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
}

.product-modal-delivery strong {
  display: block;
  font-weight: 600;
  color: var(--text);
}

/* Tablet: as 3 colunas do desktop (foto/infos/pagamento) ficam
   espremidas demais aqui. Vira 2 colunas de verdade — foto+medidas à
   esquerda, título/preço/orçamento+formas de pagamento à direita —
   cada uma fluindo independente (por isso as duas linhas de uma grid
   única não servem: forçam medidas e pagamento a começar na mesma
   altura, o que sobra espaço em branco enorme em cima de quem tem
   menos conteúdo). As colunas viram flex containers de verdade — as
   grid-areas dos filhos (media/info/payment) não valem mais aqui
   dentro, quem eles usam agora é a ordem do HTML. */
@media (min-width: 721px) and (max-width: 1200px) {
  .product-page-panel .product-modal-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "left right";
    column-gap: 24px;
  }

  .product-page-panel .product-modal-media-col,
  .product-page-panel .product-modal-info-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
  }

  .product-page-panel .product-modal-media-col { grid-area: left; }
  .product-page-panel .product-modal-info-col { grid-area: right; }

  .product-modal-payment {
    display: none;
  }
}

@media (max-width: 720px) {
  .product-modal-panel { width: 100%; border-radius: 0px; }
  /* minmax(0, 1fr) em vez de só "1fr": sem isso o item do grid não
     encolhe abaixo da largura mínima do conteúdo, e a tabela de
     medidas (com "LARGURA"/"PROF.") empurrava a página inteira pra
     largura dela, cortando tudo à direita — inclusive a foto, que
     parecia grudada na borda mesmo com margem simétrica no CSS. */
  .product-modal-top,
  .product-page-panel .product-modal-top {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "info";
  }
  .product-modal-info { padding: 20px 20px 6px; min-width: 0; }
  .product-modal-payment { display: none; }
  .product-modal-lower { padding: 4px 20px 24px; }
  .product-tech-grid { grid-template-columns: minmax(0, 1fr); }
  /* No desktop a margem só em cima/esquerda funciona porque a foto já
     tem bastante espaço sobrando; na tela estreita do celular isso
     grudava ela na direita — aqui distância igual nos 4 lados, mas
     mais fina, senão come espaço demais da imagem. */
  .product-page-panel .product-modal-media { margin: 10px; }
}

/* "Produtos relacionados" reaproveita .section-head/h2 do resto do site,
   mas lá o h2 é pensado pra título de seção grande de home/categoria
   (até 3.2rem) — aqui embaixo da página do produto fica desproporcional. */
#produtos-relacionados .section-head {
  margin-bottom: 24px;
}

#produtos-relacionados .section-head h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
}

/* =========================================================
   FAQ
   ========================================================= */

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
  max-width: 1400px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border-radius: 5px;
  border-width: 1px;
  background: var(--bg-panel);
  border-color: rgba(var(--edge-rgb),0.08);
  transition: border-color 0.2s;
}

.faq-item[open] {
  border-color: rgba(var(--accent-rgb),0.35);
}

.faq-question {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  gap: 16px;
  padding: 18px 22px;
  list-style: none;
  color: var(--text);
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  border-radius: 9999px;
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(var(--edge-rgb),0.2);
  transition: border-color 0.2s, background 0.2s;
}

/* Seta (chevron) via borda de 2 lados de um quadrado rotacionado — pra
   baixo fechado, gira 180° e vira pra cima quando abre. */
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--text-muted);
  border-bottom: 1.5px solid var(--text-muted);
  transform: translate(-50%,-50%) rotate(45deg);
  transition: transform 0.25s ease, border-color 0.2s;
}

.faq-item[open] .faq-icon {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb),0.1);
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%,-50%) rotate(225deg);
  border-color: var(--accent);
}

.faq-answer {
  padding: 0 22px 18px;
}

.faq-answer p {
  margin: 0px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* =========================================================
   Responsivo
   ========================================================= */

/* Abaixo de 1000px o menu não cabe mais numa linha só do lado da logo sem
   ficar espremido — em vez de continuar encolhendo o texto, a logo sobe
   sozinha pra uma linha própria (maior, centralizada) e o menu (agora com
   "Pedido personalizado" junto dos demais links) ocupa a segunda linha,
   ainda sem hambúrguer, porque cabe tudo com folga. */
@media (max-width: 1000px) {
  .header-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "nav";
    row-gap: 10px;
    padding: 14px 0 16px;
  }

  .logo {
    grid-area: logo;
    justify-content: center;
  }

  .logo img {
    width: 260px;
  }

  .site-nav {
    grid-area: nav;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
  }

  .header-actions {
    display: none;
  }
}

/* Hambúrguer de verdade só a partir daqui (celular) — logo à esquerda e
   hambúrguer à direita na mesma linha; o menu (com "Pedido personalizado"
   junto dos outros links) vira a gaveta lateral. */
@media (max-width: 700px) {
  .menu-toggle {
    display: inline-flex;
  }

  .header-row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo . actions";
    align-items: center;
    row-gap: 0;
    padding: 14px 0 16px;
  }

  .logo {
    grid-area: logo;
    justify-content: flex-start;
  }

  .logo img {
    height: auto;
    /* Maior possível na mesma linha do hambúrguer, sem estourar: cresce
       com a tela e trava em 260px (mesmo teto do breakpoint de tablet
       acima) pra não ficar desproporcional em telas maiores. */
    width: clamp(180px, 100vw - 140px, 260px);
  }

  .header-actions {
    display: flex;
    grid-area: actions;
    width: auto;
    justify-content: flex-end;
  }

  .site-nav {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    top: 0;
    right: 0;
    width: min(260px, 78vw);
    z-index: 25;
    flex-wrap: nowrap;
    gap: 0;
    padding: 16px 0 0;
    background: var(--chrome-solid);
    border-left: 1px solid rgba(var(--edge-rgb),0.08);
    border-bottom-left-radius: 5px;
    box-shadow: -8px 8px 32px rgba(0,0,0,0.5);
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .site-nav.is-open {
    display: flex;
    transform: translateX(0);
  }

  .site-nav a, .site-nav .nav-cta {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom-width: 1px;
    border-color: rgb(var(--edge-rgb-sp) / 0.07);
    font-size: 16px;
    padding: 14px 24px;
  }

  .site-nav a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-width: 0px;
    padding-bottom: 18px;
  }

  .nav-close {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(var(--edge-rgb-sp) / 0.16);
    background-color: transparent;
    --tw-text-opacity: 1;
    color: var(--text);
    margin: 0 12px 8px auto;
    padding: 8px;
  }

  .site-nav a::after, .site-nav .nav-cta::after {
    display: none;
  }
}

@media (max-width: 860px) {
  .hero-slide {
    -o-object-position: 30% center;
       object-position: 30% center;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-sidebar {
    position: static;
  }

  .faq-columns {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 0;
  }

  /* .product-hero zera o padding-top (ver regra base) pra colar o
     breadcrumb no menu — sem isso, o "padding: 52px 0" do .section
     genérico acima ganha (mesma especificidade, vem depois no
     arquivo) e reabre um vão enorme entre o header e o breadcrumb só
     no mobile/tablet. */
  .product-hero {
    padding-top: 0;
  }

  .product-breadcrumb {
    font-size: 10px;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head p {
    max-width: none;
  }

  .product-grid, .service-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .catalog-group-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 40px 0 32px;
    background-position: 75% center;
  }

  .tech-split {
    grid-template-columns: 1fr;
  }

  .tech-photo {
    width: 100%;
    margin-left: 0;
  }

  .tech-split .tech-content, .tech-split .tech-visual {
    order: unset;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-actions .btn {
    width: 100%;
    min-width: 0px;
  }

  .hero-highlights div {
    padding: 10px 14px;
    gap: 0.5rem;
  }

  .hero-highlights strong {
    font-size: 12px;
    white-space: normal;
  }

  .hero-highlights span {
    font-size: 11px;
    white-space: normal;
  }

}

@media (max-width: 780px) {
  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 720px) {
  .split-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer {
    padding: 0 18px 16px;
  }

  .faq-answer p {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .product-grid, .service-grid {
    grid-template-columns: 1fr;
  }

  .product-card-price-current {
    font-size: 18px;
  }

  .product-card-price-current.is-quote {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(var(--edge-rgb),0.06);
    color: var(--text-muted);
    font-size: 18px;
  }

}

/* Títulos grandes (heróis + h2 de seção) encolhem pra 32px no celular —
   sem isso, ficam grandes demais e quebram em 3-4 linhas. */
@media (max-width: 720px) {
  #inicio .hero-info h1,
  #sobre-hero .hero-info h1,
  .hero-info h1,
  .section-head h2,
  .tech-content h2,
  .cta-card h2 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .custom-order-row {
    grid-template-columns: 1fr;
  }

  .custom-order-dims-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  /* As 4 listas (Linhas/Conteúdo/Atendimento/Showroom) em 2x2 — a marca
     fica sozinha numa linha em cima, já que é logo+texto, não lista.
     .footer-nav e .footer-nav-grid viram "display:contents" (saem do
     fluxo sem existir visualmente) só nesse breakpoint, pra Linhas e
     Conteúdo virarem itens diretos do grid principal em vez de ficarem
     espremidos os dois dentro de uma única célula. Texto reduzido pra
     10px pra caber nas colunas estreitas. */
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  /* Texto alinhado à esquerda dentro de colunas já estreitas deixa a
     coluna inteira parecendo "jogada" pro canto esquerdo, com um vazio
     grande sobrando à direita — centralizar título/lista/contato
     resolve essa sensação sem mexer no grid em si (que já está
     centralizado). */
  .footer-grid {
    text-align: center;
  }

  .footer-brand {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
  }

  .footer-brand p {
    font-size: 12px;
  }

  .footer-grid h3 {
    text-align: center;
  }

  .footer-grid h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-contact .contact-list,
  .footer-showroom .contact-list {
    align-items: center;
  }

  .footer-local-list .contact-link {
    align-items: center;
  }

  .footer-nav,
  .footer-nav-grid {
    display: contents;
  }

  .footer-grid ul,
  .footer-contact .contact-link,
  .footer-showroom .contact-link,
  .footer-contact .contact-hours,
  .footer-location-copy small {
    font-size: 10px;
  }

  .hero {
    padding: 28px 0 24px;
  }

  .hero-highlights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-highlights div + div::before {
    display: none;
  }

  .hero-highlights strong, .hero-highlights span {
    white-space: normal;
  }

  .topbar-row {
    font-size: 12px;
    letter-spacing: 0.08em;
    gap: 8px 16px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-credit {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .historia-fotos-grid {
    grid-template-columns: 1fr;
  }

  .historia-foto-wide {
    grid-column: 1;
  }

  .hero > .container {
    width: min(100% - 32px, 1500px);
  }
}

/* =========================================================
   Redução de Movimento
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

