:root {
  --primary: #0056d6;
  --dark: #0b1b2b;
  --accent: #00d4ff;
}
body {
  background-color: #f6f8fb;
  color: #0f172a;
}
.hero-gradient {
  background: radial-gradient(circle at top, rgba(0, 144, 255, 0.15), transparent 60%), linear-gradient(135deg, #041125, #092544);
  color: #fff;
}
.badge-soft {
  background: rgba(0, 102, 255, 0.08);
  color: var(--primary);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
}
.card-tech {
  border: 1px solid rgba(5, 122, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(5, 20, 60, 0.08);
}
.section-title {
  color: #031327;
  font-weight: 600;
}
.timeline-dot {
  width: 14px;
  height: 14px;
  background: var(--primary);
  border-radius: 50%;
}
.product-card img {
  border-radius: 16px;
  object-fit: cover;
  height: 180px;
}
.gallery-thumb {
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}
.spec-table th {
  width: 220px;
}

/* ========== LANDING – Nova disposição ========== */

.landing-hero {
  background: linear-gradient(160deg, #041125 0%, #092544 50%, #0a2d52 100%);
  color: #fff;
  padding: 4rem 0 5rem;
}

.landing-hero__badge {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1rem;
}

.landing-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 20ch;
  margin-bottom: 1.25rem;
}

.landing-hero__lead {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.9);
  max-width: 52ch;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.landing-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  max-width: 48ch;
  margin-bottom: 2rem;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-section {
  padding: 4rem 0;
}

.landing-section--alt {
  background: #f0f4f8;
}

.landing-section--muted {
  background: #e8eef4;
}

.landing-section--dark {
  background: #0b1b2b;
  color: #fff;
  padding: 4rem 0;
}

.landing-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #031327;
  margin-bottom: 0.5rem;
}

.landing-heading--small {
  font-size: 1.25rem;
}

.landing-heading--light {
  color: #fff;
}

.landing-intro {
  color: #64748b;
  margin-bottom: 2rem;
}

.landing-intro--light {
  color: rgba(255,255,255,0.8);
}

.container--narrow {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Áreas de negócio */
.landing-areas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .landing-areas { grid-template-columns: 1fr; }
}

.landing-area {
  padding: 2rem;
  border-radius: 12px;
}

.landing-area--primary {
  background: linear-gradient(135deg, #0056d6 0%, #0046b8 100%);
  color: #fff;
}

.landing-area--primary .landing-area__title,
.landing-area--primary .landing-area__text {
  color: rgba(255,255,255,0.95);
}

.landing-area--primary .landing-area__text {
  opacity: 0.9;
}

.landing-area__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.landing-area__text {
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.landing-area__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.landing-area--muted {
  background: #e2e8f0;
  color: #334155;
}

.landing-area--muted .landing-area__text {
  color: #64748b;
}

/* Workflow – timeline vertical */
.landing-cta {
  margin-top: 2rem;
  margin-bottom: 0;
}

.workflow-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.workflow-timeline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e2e8f0;
  counter-increment: step;
}

.workflow-timeline__item:last-child {
  border-bottom: 0;
}

.workflow-timeline__num {
  width: 2.25rem;
  height: 2.25rem;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  flex-shrink: 0;
}

.workflow-timeline__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.25rem 0;
}

.workflow-timeline__desc {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* Prose */
.landing-prose {
  font-size: 1.05rem;
  line-height: 1.65;
}

.landing-prose p {
  margin-bottom: 1rem;
}

.landing-prose .lead {
  color: #475569;
}

.landing-prose--muted p {
  color: #64748b;
}

/* Dois blocos (Hospitais | Laboratórios) */
.landing-twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .landing-twocol { grid-template-columns: 1fr; }
}

.landing-twocol__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.landing-twocol__block p {
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

/* Quem somos */
.landing-about {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .landing-about { grid-template-columns: 1fr; }
}

.landing-about__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.landing-about__list li {
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #475569;
}

.landing-about__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.landing-about__stats {
  background: #f8fafc;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  min-width: 200px;
}

.stat {
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}

.stat__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
}

.stat__label {
  font-size: 0.8rem;
  color: #64748b;
}

.stat-tags {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

/* Produtos destaque */
.landing-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 0;
}

.landing-product {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.landing-product:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 86, 214, 0.1);
}

.landing-product__family {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--primary);
  display: block;
  margin-bottom: 0.35rem;
}

.landing-product__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem 0;
}

.landing-product__desc {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 0.75rem 0;
  line-height: 1.45;
}

.landing-product__link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
}

/* Soluções lista */
.landing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-features li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.45;
}

.landing-features li:last-child {
  border-bottom: 0;
}

/* Contactos */
.landing-contact {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  margin-top: 1.5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .landing-contact { grid-template-columns: 1fr; }
}

.landing-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-contact__list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
}

.landing-contact__list li:last-child {
  border-bottom: 0;
}

.landing-contact__list a {
  color: rgba(255,255,255,0.95);
  text-decoration: underline;
}

.landing-contact__info p {
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.landing-form .form-control {
  background: rgba(255,255,255,0.95);
  border: 0;
}

.landing-form .form-control::placeholder {
  color: #94a3b8;
}

/* Contexto workflow na página de produto */
.produto-workflow-badge {
  font-size: 0.9rem;
  color: var(--primary);
}
.complementares-list {
  list-style: none;
  padding-left: 0;
}
.complementares-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.complementares-list li:last-child {
  border-bottom: 0;
}

/* ========== GARAL LANDING – Redesign (sem caixas, tech, dinâmico) ========== */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

/* Variáveis globais para header/footer (tech) */
body.garal-landing-page,
body.garal-site {
  --garal-bg: #050a12;
  --garal-surface: #0c1424;
  --garal-text: #e2e8f0;
  --garal-muted: #94a3b8;
  /* Verde alinhado ao logo #00833E, com tom mais luminoso para manter efeito tech */
  --garal-accent: #10b981;
  --garal-primary: #059669;
  --garal-glow: rgba(16, 185, 129, 0.35);
}

body.garal-site {
  background: var(--garal-bg);
  color: var(--garal-text);
  font-family: 'DM Sans', system-ui, sans-serif;
}

/* ----- HEADER (high-tech) ----- */
.garal-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 10, 18, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
}

.garal-header__line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--garal-accent), transparent);
  opacity: 0.6;
}

.garal-header__nav {
  padding: 0.75rem 0;
}

.garal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.garal-header__brand {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s;
}

.garal-header__brand:hover {
  opacity: 0.9;
}

.garal-header__logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}

.garal-header__toggler {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 8px;
  cursor: pointer;
}

.garal-header__toggler-bar {
  display: block;
  height: 2px;
  background: var(--garal-accent);
  border-radius: 1px;
  transition: transform 0.2s;
}

.garal-header__menu {
  flex-grow: 1;
  justify-content: flex-end;
}

.garal-header__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.garal-header__links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--garal-muted);
  text-decoration: none;
  padding: 0.4rem 0;
  transition: color 0.2s;
}

.garal-header__links a:hover {
  color: var(--garal-accent);
}

.garal-header__reserved a {
  font-size: 0.8rem;
  color: var(--garal-muted);
  opacity: 0.8;
}

.garal-header__reserved a:hover {
  color: var(--garal-accent);
}

.garal-header__item--active a {
  color: var(--garal-accent);
  font-weight: 600;
}

@media (max-width: 991px) {
  .garal-header__toggler {
    display: flex;
  }
  .garal-header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(5, 10, 18, 0.98);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
    padding: 1rem 1.25rem;
  }
  .garal-header__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .garal-header__links a {
    padding: 0.5rem 0;
  }
}

/* ----- FLASH MESSAGE ----- */
.garal-flash {
  background: rgba(16, 185, 129, 0.15);
  color: var(--garal-accent);
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

/* ----- FOOTER (high-tech) ----- */
.garal-footer {
  margin-top: auto;
  background: var(--garal-surface);
  color: var(--garal-muted);
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(16, 185, 129, 0.08);
}

.garal-footer__line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--garal-accent), transparent);
  opacity: 0.4;
  margin-bottom: 2rem;
}

.garal-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
}

.garal-footer__logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--garal-text), var(--garal-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 0.5rem;
}

.garal-footer__tagline {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--garal-muted);
  margin: 0;
  max-width: 28ch;
}

.garal-footer__title {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin: 0 0 1rem 0;
}

.garal-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.garal-footer__list li {
  margin-bottom: 0.5rem;
}

.garal-footer__list a {
  color: var(--garal-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.garal-footer__list a:hover {
  color: var(--garal-accent);
}

.garal-footer__list li:not(:has(a)) {
  font-size: 0.9rem;
}

.garal-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.garal-footer__copy {
  font-size: 0.8rem;
  color: var(--garal-muted);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .garal-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .garal-footer__brand {
    grid-column: 1 / -1;
  }
}

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

.garal-landing {
  --garal-bg: #050a12;
  --garal-surface: #0c1424;
  --garal-text: #e2e8f0;
  --garal-muted: #94a3b8;
  --garal-accent: #10b981;
  --garal-primary: #059669;
  --garal-glow: rgba(16, 185, 129, 0.35);
  font-family: 'DM Sans', system-ui, sans-serif;
}

.garal-landing .badge {
  background: rgba(16, 185, 129, 0.2);
  color: var(--garal-accent);
}

.garal-landing .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ----- HERO ----- */
.garal-hero {
  --garal-header-h: 64px;
  position: relative;
  min-height: calc(100vh - var(--garal-header-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0 5rem;
  color: var(--garal-text);
  overflow: hidden;
}

/* Hero Slider - Background images */
.garal-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.garal-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
}

/* Primeira imagem - aparece logo SEM transição */
.garal-hero__slide--active.no-transition {
  opacity: 1;
  transition: none;
}

/* Todas as outras transições com crossfade */
.garal-hero__slide--active {
  opacity: 1;
}

.garal-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, var(--garal-glow), transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(5, 150, 105, 0.15), transparent 45%),
    linear-gradient(180deg, #050a12 0%, #0c1424 50%, #0f172a 100%);
  z-index: 1;
  opacity: 0.85;
}

.garal-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 185, 129, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
}

@keyframes garal-shift {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}

.garal-hero__bg {
  animation: garal-shift 12s ease-in-out infinite;
}

.garal-hero__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 25%);
  z-index: 1;
  pointer-events: none;
}

.garal-hero__content {
  position: relative;
  z-index: 2;
}

.garal-hero__tag {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.garal-hero__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

.garal-hero__title-line {
  display: block;
}

.garal-hero__title-line--accent {
  background: linear-gradient(90deg, var(--garal-accent), var(--garal-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.garal-hero__sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--garal-muted);
  max-width: 42ch;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.garal-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.garal-hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--garal-muted);
  font-size: 1.5rem;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
  z-index: 2;
}

.garal-hero__scroll:hover {
  color: var(--garal-accent);
  opacity: 1;
}

/* Botões: outline + hover tecnológico (preenchimento em gradiente + brilho) */
.garal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease;
}

.garal-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--garal-accent) 0%, var(--garal-primary) 50%, rgba(16, 185, 129, 0.9) 100%);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.3s ease;
  z-index: 0;
}

.garal-btn:hover {
  box-shadow: 0 0 20px var(--garal-glow), 0 0 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-2px);
}

.garal-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Igual ao botão do selector: conteúdo num span com z-index: 1 para ficar à frente do verde */
.garal-btn__inner {
  position: relative;
  z-index: 1;
}

.garal-btn:hover,
.garal-btn:hover .garal-btn__inner {
  color: #fff !important;
}

.garal-btn--primary {
  color: var(--garal-accent);
  background: transparent;
  border-color: var(--garal-accent);
}

.garal-btn--primary:hover {
  border-color: var(--garal-accent);
}

.garal-btn--ghost {
  color: var(--garal-text);
  background: transparent;
  border-color: rgba(226, 232, 240, 0.3);
}

.garal-btn--ghost:hover {
  border-color: var(--garal-accent);
}

.garal-btn--outline {
  color: var(--garal-primary);
  background: transparent;
  border-color: var(--garal-primary);
}

.garal-btn--outline:hover {
  border-color: var(--garal-accent);
}

/* ----- ÁREAS (faixas, não caixas) ----- */
.garal-areas {
  padding: 0;
  background: var(--garal-surface);
}

.garal-areas__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .garal-areas__inner { grid-template-columns: 1fr; }
}

.garal-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 2.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, transform 0.2s;
}

.garal-area::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.garal-area:hover {
  transform: scale(1.01);
}

.garal-area--saude {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.12), rgba(16, 185, 129, 0.06));
  color: var(--garal-text);
}

.garal-area--saude::before {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.08), transparent);
}

.garal-area--saude:hover::before {
  opacity: 1;
}

.garal-area--industria {
  background: rgba(30, 41, 59, 0.6);
  color: var(--garal-muted);
}

.garal-area__label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--garal-accent);
}

.garal-area--industria .garal-area__label {
  color: var(--garal-muted);
}

.garal-area__name {
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.garal-area__action {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--garal-primary);
}

.garal-area--industria .garal-area__action {
  color: var(--garal-muted);
}

/* Áreas na home: duas com igual importância */
.garal-areas--home {
  padding: 4rem 0 0;
}

.garal-areas--home .container {
  text-align: center;
  margin-bottom: 2rem;
}

.garal-areas__kicker {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin-bottom: 0.5rem;
}

.garal-areas__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  margin: 0;
  color: var(--garal-text);
}

.garal-areas__inner--equal {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

@media (max-width: 768px) {
  .garal-areas__inner--equal {
    grid-template-columns: 1fr;
  }
}

.garal-area--home {
  padding: 3rem 2.5rem;
  min-height: 280px;
  justify-content: space-between;
}

.garal-area--home .garal-area__name {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.garal-area__desc {
  font-size: 0.95rem;
  color: var(--garal-muted);
  line-height: 1.55;
  margin: 1rem 0;
  flex: 1;
}

.garal-area--saude .garal-area__desc {
  color: rgba(226, 232, 240, 0.85);
}

.garal-area--home.garal-area--industria {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.6));
  color: var(--garal-text);
}

.garal-area--home.garal-area--industria .garal-area__label {
  color: var(--garal-accent);
}

.garal-area--home.garal-area--industria .garal-area__action {
  color: var(--garal-primary);
}

.garal-area--home.garal-area--industria .garal-area__desc {
  color: var(--garal-muted);
}

.garal-about__links {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.garal-about__links .garal-link {
  color: var(--garal-accent);
  text-decoration: none;
  font-weight: 500;
}

.garal-about__links .garal-link:hover {
  color: var(--garal-primary);
}

/* ----- WORKFLOW (pista horizontal) ----- */
.garal-workflow {
  padding: 5rem 0;
  background: #0f172a;
  color: var(--garal-text);
}

.garal-workflow__kicker {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin-bottom: 0.5rem;
}

.garal-workflow__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.garal-workflow__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 1rem 0 3rem;
  margin-bottom: 2rem;
}

.garal-workflow__line {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.5), rgba(16, 185, 129, 0.8), rgba(16, 185, 129, 0.5), transparent);
  transform: translateY(-50%);
  z-index: 0;
}

.garal-workflow__node {
  position: relative;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--garal-surface);
  border: 2px solid rgba(16, 185, 129, 0.4);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--garal-accent);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.garal-workflow__node:hover {
  transform: scale(1.2);
  box-shadow: 0 0 24px var(--garal-glow);
  border-color: var(--garal-accent);
}

.garal-workflow__num {
  display: block;
}

.garal-workflow__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  padding: 0.6rem 0.9rem;
  background: var(--garal-bg);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  max-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  pointer-events: none;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.garal-workflow__node:hover .garal-workflow__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}

.garal-workflow__tooltip strong {
  display: block;
  font-size: 0.85rem;
  color: var(--garal-text);
  margin-bottom: 0.25rem;
}

.garal-workflow__tooltip span {
  font-size: 0.75rem;
  color: var(--garal-muted);
  white-space: normal;
  max-width: 180px;
  display: block;
}

.garal-workflow__tooltip em {
  display: block;
  font-size: 0.7rem;
  color: var(--garal-accent);
  font-style: normal;
  margin-top: 0.35rem;
}

@media (max-width: 900px) {
  .garal-workflow__track {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .garal-workflow__line { display: none; }
}

/* ----- CLAIM (faixa de impacto) ----- */
.garal-claim {
  padding: 4rem 0;
  background: linear-gradient(180deg, #0c1424 0%, #050a12 100%);
  color: var(--garal-text);
}

.garal-claim__big {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  line-height: 1.35;
  max-width: 55ch;
  margin: 0 0 1rem 0;
  color: #f1f5f9;
}

.garal-claim__small {
  font-size: 1rem;
  color: var(--garal-muted);
  max-width: 52ch;
  margin: 0;
  line-height: 1.6;
}

/* ----- AUDIENCE (Hospitais | Labs) ----- */
.garal-audience {
  padding: 4rem 0;
  background: var(--garal-bg);
  color: var(--garal-text);
}

.garal-audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media (max-width: 768px) {
  .garal-audience__grid { grid-template-columns: 1fr; }
}

.garal-audience__item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.garal-audience__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15));
  border-radius: 12px;
  color: var(--garal-accent);
}

.garal-audience__item h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.35rem 0;
}

.garal-audience__item p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--garal-muted);
  line-height: 1.5;
}

/* ----- ÁREAS DE APLICAÇÃO (saude.php) ----- */
.garal-aplicacoes {
  padding: 4rem 0;
  background: linear-gradient(180deg, #0c1424 0%, #050a12 100%);
  color: var(--garal-text);
}

.garal-aplicacoes__kicker {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin: 0 0 0.5rem 0;
}

.garal-aplicacoes__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #f1f5f9;
}

.garal-aplicacoes__lead {
  font-size: 1rem;
  color: var(--garal-muted);
  max-width: 65ch;
  line-height: 1.6;
  margin: 0 0 2.5rem 0;
}

.garal-aplicacoes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.garal-aplicacoes__card {
  background: rgba(12, 20, 36, 0.8);
  border: 1px solid rgba(16, 185, 129, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.garal-aplicacoes__card:hover {
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

a.garal-aplicacoes__card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s, box-shadow 0.2s;
}

a.garal-aplicacoes__card:hover .garal-aplicacoes__card-link {
  color: var(--garal-accent);
}

.garal-aplicacoes__card-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--garal-muted);
  transition: color 0.2s;
}

.garal-aplicacoes__card--complement {
  border-color: rgba(16, 185, 129, 0.2);
  background: rgba(12, 20, 36, 0.95);
}

.garal-aplicacoes__card-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--garal-accent);
  line-height: 1.3;
}

.garal-aplicacoes__card-desc {
  font-size: 0.9rem;
  color: var(--garal-muted);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 600px) {
  .garal-aplicacoes__grid {
    grid-template-columns: 1fr;
  }
}

/* ----- CONCURSOS ----- */
.garal-concursos {
  padding: 2rem 0;
  background: var(--garal-surface);
  border-top: 1px solid rgba(16, 185, 129, 0.08);
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
  color: var(--garal-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.garal-concursos p {
  margin: 0;
}

.garal-concursos strong {
  color: var(--garal-text);
}

/* ----- MARCAS (Saúde) ----- */
.garal-marcas {
  padding: 4rem 0;
  background: #0f172a;
  color: var(--garal-text);
}

.garal-marcas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.garal-marcas__item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.garal-marcas__item:hover {
  border-color: var(--garal-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.garal-marcas__name {
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--garal-accent);
  margin-bottom: 0.5rem;
}

.garal-marcas__short {
  font-size: 0.9rem;
  color: var(--garal-muted);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 0.75rem;
}

.garal-marcas__link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--garal-primary);
}

.garal-marcas__footer {
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--garal-muted);
}

.garal-marcas__footer .garal-link {
  color: var(--garal-accent);
}

/* ----- EBARA Pump Web Selector: bloco com fundo em destaque (alternância) ----- */
.garal-selector {
  padding: 4rem 0;
  background: #0f172a;
  color: var(--garal-text);
}

.garal-selector__kicker {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin: 0 0 0.5rem 0;
}

.garal-selector__title {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--garal-text);
  margin: 0 0 0.75rem 0;
}

.garal-selector__lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--garal-muted);
  margin: 0 0 1.75rem 0;
}

/* Botão outline: hover preenche com efeito tecnológico (gradiente + brilho) */
.garal-selector__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--garal-accent);
  background: transparent;
  border: 2px solid var(--garal-accent);
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.garal-selector__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--garal-accent) 0%, var(--garal-primary) 50%, rgba(16, 185, 129, 0.9) 100%);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.3s ease;
  z-index: 0;
}

.garal-selector__btn:hover {
  color: #fff;
  border-color: var(--garal-accent);
  box-shadow: 0 0 20px var(--garal-glow), 0 0 40px rgba(16, 185, 129, 0.15);
}

.garal-selector__btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.garal-selector__btn-text,
.garal-selector__btn-arrow {
  position: relative;
  z-index: 1;
}

.garal-selector__btn-arrow {
  transition: transform 0.25s ease;
}

.garal-selector__btn:hover .garal-selector__btn-arrow {
  transform: translateX(4px);
}

/* ----- INDÚSTRIA (EBARA) ----- */
.garal-industria-cats {
  padding: 5rem 0;
  background: #0f172a;
  color: var(--garal-text);
}

.garal-industria__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.garal-industria__card {
  padding: 1.75rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  transition: border-color 0.2s;
}

.garal-industria__card:hover {
  border-color: rgba(16, 185, 129, 0.35);
}

.garal-industria__icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  color: var(--garal-accent);
  margin-bottom: 0.75rem;
}

.garal-industria__card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.garal-industria__card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--garal-muted);
  line-height: 1.55;
}

.garal-industria__card p strong {
  color: var(--garal-text);
}

.garal-industria__apps {
  margin-top: 1rem;
}

.garal-contact__lead {
  margin-bottom: 1rem;
  color: var(--garal-muted);
  line-height: 1.6;
  max-width: 42ch;
}

/* ----- CATÁLOGO (estilo garal) ----- */
.garal-catalogo {
  min-height: 60vh;
}

.garal-catalogo__hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(180deg, #050a12 0%, #0c1424 100%);
  color: var(--garal-text);
}

.garal-catalogo__breadcrumb {
  font-size: 0.85rem;
  color: var(--garal-muted);
  margin-bottom: 1rem;
}

.garal-catalogo__breadcrumb a {
  color: var(--garal-accent);
  text-decoration: none;
}

.garal-catalogo__breadcrumb a:hover {
  color: var(--garal-primary);
}

.garal-catalogo__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.garal-catalogo__sub {
  color: var(--garal-muted);
  margin: 0 0 1.5rem 0;
}

.garal-catalogo__top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.garal-catalogo__area-switch {
  display: flex;
  gap: 0.5rem;
}

.garal-catalogo__area-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid rgba(16, 185, 129, 0.3);
  color: var(--garal-muted);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.garal-catalogo__area-btn:hover {
  border-color: var(--garal-accent);
  color: var(--garal-text);
}

.garal-catalogo__area-btn--active {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--garal-accent);
  color: var(--garal-accent);
}

.garal-catalogo__filters {
  padding: 0.75rem 0 0;
  background: var(--garal-surface);
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
  color: var(--garal-text);
}

.garal-catalogo__filters-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--garal-accent);
  background: transparent;
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.garal-catalogo__filters-toggle:hover {
  background: rgba(16, 185, 129, 0.08);
  border-color: var(--garal-accent);
}

.garal-catalogo__filters-toggle-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s;
}

.garal-catalogo__filters-toggle[aria-expanded="true"] .garal-catalogo__filters-toggle-icon {
  transform: rotate(180deg);
}

.garal-catalogo__filters-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--garal-bg);
  background: var(--garal-accent);
  border-radius: 999px;
}

.garal-catalogo__chips-wrap {
  padding: 1rem 0 1.25rem;
}

.garal-catalogo__filters .garal-catalogo__chips {
  margin-bottom: 0.75rem;
}

.garal-catalogo__filters .garal-catalogo__chips:last-child {
  margin-bottom: 0;
}

.garal-catalogo__search-section {
  padding: 1rem 0 1.25rem;
  background: var(--garal-surface);
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
}

.garal-catalogo__form {
  margin-bottom: 0;
}

.garal-catalogo__search {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.garal-catalogo__input {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  color: var(--garal-text);
}

.garal-catalogo__input::placeholder {
  color: var(--garal-muted);
}

.garal-catalogo__input:focus {
  outline: none;
  border-color: var(--garal-accent);
}

.garal-catalogo__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.garal-catalogo__chips:last-child {
  margin-bottom: 0;
}

.garal-catalogo__chips-label {
  font-size: 0.8rem;
  color: var(--garal-muted);
  margin-right: 0.25rem;
}

.garal-catalogo__chip {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: var(--garal-muted);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.garal-catalogo__chip:hover {
  border-color: var(--garal-accent);
  color: var(--garal-text);
}

.garal-catalogo__chip--active {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--garal-accent);
  color: var(--garal-accent);
}

.garal-catalogo__chip-logo {
  height: 1.25rem;
  width: auto;
  max-width: 3rem;
  object-fit: contain;
  vertical-align: middle;
}

.garal-catalogo__list {
  padding: 2rem 0 4rem;
  background: var(--garal-bg);
  color: var(--garal-text);
}

.garal-catalogo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.garal-catalogo__card {
  display: flex;
  flex-direction: column;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(16, 185, 129, 0.12);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.garal-catalogo__card:hover {
  border-color: var(--garal-accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.garal-catalogo__card-img-wrap {
  aspect-ratio: 4/3;
  background: rgba(15, 23, 42, 0.8);
  overflow: hidden;
}

.garal-catalogo__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garal-catalogo__card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.garal-catalogo__card-family {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin-bottom: 0.25rem;
}

.garal-catalogo__card-brand {
  font-size: 0.75rem;
  color: var(--garal-muted);
  margin-bottom: 0.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.garal-catalogo__card-brand-logo {
  height: 1rem;
  width: auto;
  max-width: 2.5rem;
  object-fit: contain;
  vertical-align: middle;
}

.garal-catalogo__card-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--garal-text);
}

.garal-catalogo__card-desc {
  font-size: 0.9rem;
  color: var(--garal-muted);
  line-height: 1.45;
  margin: 0 0 0.75rem 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.garal-catalogo__card-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--garal-primary);
}

.garal-catalogo__empty {
  color: var(--garal-muted);
  margin: 0 0 0.5rem 0;
}

.garal-catalogo__empty-links {
  margin: 0;
}

.garal-catalogo__empty-links .garal-link {
  color: var(--garal-accent);
}

/* ----- QUEM SOMOS ----- */
.garal-about {
  padding: 5rem 0;
  background: linear-gradient(180deg, #050a12 0%, #0c1424 100%);
  color: var(--garal-text);
}

.garal-about__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 768px) {
  .garal-about__inner { grid-template-columns: 1fr; gap: 2rem; }
}

.garal-about__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.garal-about__kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin: 0;
}

.garal-about__year {
  font-family: 'Syne', sans-serif;
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--garal-accent), var(--garal-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.garal-about__text h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
}

.garal-about__text p {
  margin: 0 0 1.25rem 0;
  color: var(--garal-muted);
  line-height: 1.7;
  max-width: 58ch;
}

.garal-about__text p:last-of-type:not(.garal-about__links) {
  margin-bottom: 0;
}

.garal-about__lead {
  color: var(--garal-text);
  font-size: 1.05rem;
  padding-left: 1rem;
  border-left: 3px solid var(--garal-accent);
}

.garal-about__text .garal-about__links {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* ----- SHOWCASE (equipamentos) ----- */
.garal-showcase {
  padding: 4rem 0;
  background: var(--garal-surface);
  color: var(--garal-text);
}

.garal-showcase__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.garal-showcase__head h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.garal-link {
  color: var(--garal-accent);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.garal-link:hover {
  color: var(--garal-primary);
}

.garal-showcase__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.garal-showcase__item {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.garal-showcase__item-img-wrap {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 0.5rem;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.garal-showcase__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.garal-showcase__item:hover {
  border-color: var(--garal-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.garal-showcase__family {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--garal-accent);
  margin-bottom: 0.35rem;
}

.garal-showcase__name {
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--garal-text);
}

.garal-showcase__empty {
  color: var(--garal-muted);
}

.garal-showcase__empty a {
  color: var(--garal-accent);
}

/* ----- PÁGINA PRODUTO (detalhe) ----- */
/* Top block: media (imagem + seletores) | texto — layout high-tech */
.garal-produto__top {
  padding: 2rem 0 3rem;
  background: linear-gradient(180deg, #050a12 0%, #0a0f1a 50%, #0c1424 100%);
  color: var(--garal-text);
}

.garal-produto__top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.garal-produto__top-media {
  position: relative;
}

/* Moldura high-tech: borda com cantos em acento */
.garal-produto__media-frame {
  position: relative;
  background: rgba(10, 15, 28, 0.9);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(16, 185, 129, 0.06),
    0 20px 50px -20px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.garal-produto__media-frame::before,
.garal-produto__media-frame::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--garal-accent);
  border-style: solid;
  border-width: 0;
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}

.garal-produto__media-frame::before {
  top: 12px;
  left: 12px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-radius: 4px 0 0 0;
}

.garal-produto__media-frame::after {
  bottom: 12px;
  right: 12px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 0 0 4px 0;
}

/* Strip: miniaturas à esquerda + imagem principal à direita */
.garal-produto__media-strip {
  display: flex;
  gap: 0;
  min-height: 280px;
}

.garal-produto__thumbs-strip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 10px 12px 12px;
  background: rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(16, 185, 129, 0.12);
  flex-shrink: 0;
}

.garal-produto__thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}

.garal-produto__thumb:hover {
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.15);
}

.garal-produto__thumb--active {
  border-color: var(--garal-accent);
  box-shadow: 0 0 0 1px var(--garal-accent), 0 0 20px rgba(16, 185, 129, 0.25);
}

.garal-produto__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.garal-produto__thumb-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--garal-accent);
  font-size: 1rem;
}

.garal-produto__main-media {
  position: relative;
  flex: 1;
  min-width: 0;
  aspect-ratio: 4/3;
  max-height: 320px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.garal-produto__main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

.garal-produto__video-wrap {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.garal-produto__video-wrap iframe,
.garal-produto__video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.garal-produto__no-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  color: var(--garal-muted);
  padding: 2rem;
}

/* Coluna texto */
.garal-produto__top-info {
  padding-top: 0.25rem;
}

.garal-produto__breadcrumb {
  font-size: 0.8rem;
  color: var(--garal-muted);
  margin: 0 0 1rem 0;
  letter-spacing: 0.02em;
}

.garal-produto__breadcrumb a {
  color: var(--garal-accent);
  text-decoration: none;
}

.garal-produto__breadcrumb a:hover {
  text-decoration: underline;
}

.garal-produto__breadcrumb-sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

.garal-produto__breadcrumb-current {
  color: var(--garal-text);
}

.garal-produto__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.garal-produto__title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--garal-accent), transparent);
  margin-top: 0.75rem;
  border-radius: 2px;
}

.garal-produto__meta {
  font-size: 0.8rem;
  color: var(--garal-muted);
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.garal-produto__meta-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(16, 185, 129, 0.7);
  min-width: 4.5rem;
}

.garal-produto__meta strong {
  color: var(--garal-text);
}

.garal-produto__brand-logo {
  height: 1.25rem;
  width: auto;
  max-width: 4rem;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.garal-produto__lead {
  color: var(--garal-muted);
  line-height: 1.65;
  max-width: 42ch;
  margin: 1rem 0 0 0;
  font-size: 0.95rem;
}

.garal-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.garal-fullscreen[hidden] {
  display: none !important;
}

.garal-fullscreen__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  z-index: 1;
}

.garal-fullscreen__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.garal-fullscreen__content {
  max-width: 100%;
  max-height: 100%;
}

.garal-fullscreen__content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.garal-produto__content {
  padding: 2rem 0 4rem;
  background: var(--garal-bg);
  color: var(--garal-text);
}

.garal-produto__desc {
  margin-bottom: 2rem;
  color: var(--garal-muted);
  line-height: 1.65;
}

.garal-produto__desc--md p {
  margin: 0 0 0.75rem 0;
}

.garal-produto__desc--md p:last-child {
  margin-bottom: 0;
}

.garal-produto__desc--md ul,
.garal-produto__desc--md ol {
  margin: 0 0 0.75rem 0;
  padding-left: 1.25rem;
}

.garal-produto__desc--md ul:last-child,
.garal-produto__desc--md ol:last-child {
  margin-bottom: 0;
}

.garal-produto__desc--md li {
  margin-bottom: 0.25rem;
}

.garal-produto__desc--md a {
  color: var(--garal-cyan);
  text-decoration: underline;
}

.garal-produto__desc--md code {
  background: rgba(16, 185, 129, 0.1);
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-size: 0.9em;
}

.garal-produto__desc--md h2,
.garal-produto__feature-body h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem 0;
  color: var(--garal-text);
}

.garal-produto__desc--md h2:first-child,
.garal-produto__feature-body h2:first-child {
  margin-top: 0;
}

.garal-produto__desc--md h3,
.garal-produto__feature-body h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.25rem 0 0.4rem 0;
  color: var(--garal-text);
}

.garal-produto__desc--md h4,
.garal-produto__desc--md h5,
.garal-produto__desc--md h6,
.garal-produto__feature-body h4,
.garal-produto__feature-body h5,
.garal-produto__feature-body h6 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0 0.35rem 0;
  color: var(--garal-text);
}

.garal-produto__tabs {
  margin-bottom: 2rem;
}

.garal-produto__tab-head {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}

.garal-produto__tab-btn {
  padding: 0.6rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: var(--garal-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
}

.garal-produto__tab-btn:hover {
  color: var(--garal-text);
}

.garal-produto__tab-btn.active {
  color: var(--garal-accent);
  border-bottom-color: var(--garal-accent);
}

.garal-produto__tab-pane {
  padding: 0.5rem 0;
}

.garal-produto__empty {
  color: var(--garal-muted);
  margin: 0;
}

.garal-produto__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.garal-produto__feature:last-child {
  margin-bottom: 0;
}

.garal-produto__feature--reverse .garal-produto__feature-media {
  order: 2;
}

.garal-produto__feature--reverse .garal-produto__feature-text {
  order: 1;
}

.garal-produto__feature-media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.garal-produto__feature-text h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
}

.garal-produto__feature-text p {
  margin: 0;
  color: var(--garal-muted);
  line-height: 1.6;
}

.garal-produto__feature-body {
  color: var(--garal-muted);
  line-height: 1.6;
}

.garal-produto__feature-body p {
  margin: 0 0 0.75rem 0;
}

.garal-produto__feature-body p:last-child {
  margin-bottom: 0;
}

.garal-produto__feature-body ul {
  margin: 0 0 0.75rem 0;
  padding-left: 1.25rem;
}

.garal-produto__feature-body ul:last-child {
  margin-bottom: 0;
}

.garal-produto__feature-body li {
  margin-bottom: 0.25rem;
}

.garal-produto__feature-body a {
  color: var(--garal-cyan);
  text-decoration: underline;
}

.garal-produto__specs {
  width: 100%;
  border-collapse: collapse;
}

.garal-produto__specs th,
.garal-produto__specs td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(16, 185, 129, 0.1);
  text-align: left;
}

.garal-produto__specs th {
  color: var(--garal-muted);
  font-weight: 500;
  width: 40%;
}

.garal-produto__specs td {
  color: var(--garal-text);
}

.garal-produto__docs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.garal-produto__docs li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(16, 185, 129, 0.1);
}

.garal-produto__docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
  gap: 1rem;
  justify-content: start;
}

.garal-produto__doc-card {
  width: 120px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: var(--garal-surface);
}

.garal-produto__doc-preview {
  width: 100%;
  aspect-ratio: 210/297;
  max-height: 180px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.garal-produto__doc-preview-canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.garal-produto__doc-preview--file {
  font-size: 2.5rem;
}

.garal-produto__doc-preview-icon {
  opacity: 0.7;
}

.garal-produto__doc-link {
  display: block;
  padding: 0.6rem 0.75rem;
  color: var(--garal-accent);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}

.garal-produto__doc-link:hover {
  color: var(--garal-primary);
  background: rgba(16, 185, 129, 0.08);
}

.garal-produto__cta {
  margin: 2rem 0 3rem;
}

.garal-produto__related {
  padding-top: 2rem;
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}

.garal-produto__related .garal-workflow__title {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .garal-produto__top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .garal-produto__top-info {
    padding-top: 0;
  }
  .garal-produto__lead {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .garal-produto__media-strip {
    flex-direction: column;
    min-height: auto;
  }
  .garal-produto__thumbs-strip {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
    padding: 10px 12px 10px 12px;
  }
  .garal-produto__main-media {
    max-height: 260px;
    aspect-ratio: 16/10;
  }
  .garal-produto__feature {
    grid-template-columns: 1fr;
  }
  .garal-produto__feature--reverse .garal-produto__feature-media,
  .garal-produto__feature--reverse .garal-produto__feature-text {
    order: unset;
  }
}

/* ----- CONTACTO ----- */
.garal-contact {
  padding: 4rem 0;
  background: var(--garal-bg);
  color: var(--garal-text);
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}

.garal-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .garal-contact__inner { grid-template-columns: 1fr; }
}

.garal-contact__info h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.garal-contact__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.garal-contact__info li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.95rem;
  color: var(--garal-muted);
}

.garal-contact__info li:last-child {
  border-bottom: 0;
}

.garal-contact__info a {
  color: var(--garal-accent);
  text-decoration: none;
}

.garal-contact__info a:hover {
  text-decoration: underline;
}

.garal-contact__other-pages {
  font-size: 0.9rem;
  color: var(--garal-muted);
}

.garal-contact__other-pages a {
  color: var(--garal-accent);
  text-decoration: none;
}

.garal-contact__other-pages a:hover {
  text-decoration: underline;
}

.garal-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.garal-contact__label {
  font-size: 0.9rem;
  color: var(--garal-muted);
  margin-bottom: -0.25rem;
}

.garal-contact__select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  color: var(--garal-text);
  font-size: 1rem;
}

.garal-contact__select:focus {
  outline: none;
  border-color: var(--garal-accent);
}

.garal-contact__form input,
.garal-contact__form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  color: var(--garal-text);
  transition: border-color 0.2s;
}

.garal-contact__form input::placeholder,
.garal-contact__form textarea::placeholder {
  color: var(--garal-muted);
}

.garal-contact__form input:focus,
.garal-contact__form textarea:focus {
  outline: none;
  border-color: var(--garal-accent);
}

.garal-contact__form textarea {
  resize: vertical;
  min-height: 100px;
}

/* Navbar escura na landing */
.garal-landing-page .navbar {
  background: rgba(5, 10, 18, 0.9) !important;
  border-bottom: 1px solid rgba(16, 185, 129, 0.1);
}

.garal-landing-page .navbar .navbar-brand {
  color: #10b981 !important;
}

.garal-landing-page .navbar .nav-link {
  color: rgba(226, 232, 240, 0.9) !important;
}

.garal-landing-page .navbar .nav-link:hover {
  color: #10b981 !important;
}

.garal-landing-page .navbar .navbar-toggler {
  border-color: rgba(16, 185, 129, 0.3);
  color: rgba(226, 232, 240, 0.9);
}

/* Footer Livro de Reclamações */
.garal-footer__list a img {
  transition: transform 0.2s, opacity 0.2s;
}

.garal-footer__list a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Modal de Cookies - Dark Theme */
.modal-content {
  background: var(--garal-surface, #0c1424);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  color: var(--garal-text, #e2e8f0);
}

.modal-header {
  background: rgba(16, 185, 129, 0.05);
  border-bottom: 1px solid rgba(16, 185, 129, 0.15);
  padding: 1.25rem 1.5rem;
}

.modal-title {
  color: var(--garal-accent, #10b981);
  font-weight: 600;
  font-size: 1.25rem;
}

.modal-body {
  padding: 1.5rem;
  color: var(--garal-text, #e2e8f0);
}

.modal-body h6 {
  color: var(--garal-accent, #10b981);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.modal-body p {
  color: var(--garal-muted, #94a3b8);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.modal-body ul {
  color: var(--garal-muted, #94a3b8);
  line-height: 1.6;
}

.modal-body strong {
  color: var(--garal-text, #e2e8f0);
}

.modal-body a {
  color: var(--garal-accent, #10b981);
  text-decoration: none;
  transition: color 0.2s;
}

.modal-body a:hover {
  color: var(--garal-primary, #059669);
  text-decoration: underline;
}

.modal-footer {
  background: rgba(16, 185, 129, 0.03);
  border-top: 1px solid rgba(16, 185, 129, 0.15);
  padding: 1rem 1.5rem;
}

.modal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2310b981'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}

.modal .btn-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.modal .btn-secondary {
  background: transparent;
  border: 2px solid var(--garal-accent, #10b981);
  color: var(--garal-accent, #10b981);
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.modal .btn-secondary:hover {
  background: var(--garal-accent, #10b981);
  color: #fff;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.35);
  transform: translateY(-2px);
}

.modal-backdrop {
  background-color: rgba(5, 10, 18, 0.85);
}
