:root {
  --base-color: #beff01;
  --dark-gray: #1c1d1f;
  --hementema-ink: #1c1d1f;
  --hementema-muted: #6f747c;
  --hementema-line: rgba(28, 29, 31, 0.12);
  --hementema-lime: #beff01;
  --hementema-cyan: #45dff5;
  --hementema-coral: #ff5f5f;
  --hementema-yellow: #ffd84d;
  --hementema-blue: #2f80ed;
}

html {
  scroll-behavior: smooth;
}

body.hementema-themezaa {
  background-color: #fff;
  color: var(--hementema-ink);
}

body.hementema-themezaa .theme-demos,
body.hementema-themezaa .theme-demos-main {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hementema-themezaa main {
  overflow: hidden;
}

.top-100px {
  top: 100px;
}

.h-70px {
  height: 70px;
}

.min-h-650px {
  min-height: 650px;
}

.object-fit-contain {
  object-fit: contain;
}

.hementema-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  min-height: 82px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid var(--hementema-line);
  backdrop-filter: blur(18px);
}

.hementema-nav .navbar-nav .nav-link {
  color: var(--hementema-ink);
  font-weight: 600;
}

.hementema-nav .navbar-nav .nav-link:hover,
.hementema-nav .navbar-nav .nav-link:focus-visible,
.hementema-nav .navbar-nav .nav-link.active {
  color: var(--hementema-ink);
}

.hementema-nav .navbar-nav .nav-link.active {
  background: var(--base-color);
  border-radius: 5px;
}

.hementema-nav .dropdown-menu {
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
  box-shadow: 0 20px 55px rgba(28, 29, 31, 0.12);
}

.hementema-nav .dropdown-item.active,
.hementema-nav .dropdown-item:active,
.hementema-nav .dropdown-item:hover,
.hementema-nav .dropdown-item:focus-visible {
  color: var(--hementema-ink);
  background: rgba(190, 255, 1, 0.35);
}

.hementema-logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--hementema-ink);
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  font-size: 25px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0;
  text-decoration: none;
}

.hementema-logo span,
.hementema-logo mark {
  display: inline-flex !important;
  align-items: center;
  height: auto !important;
  opacity: 1 !important;
}

.hementema-logo mark {
  padding: 1px 7px 2px;
  color: var(--hementema-ink);
  background: var(--base-color);
  border-radius: 5px;
}

.hementema-hero {
  min-height: 720px;
  padding-top: 110px !important;
  padding-bottom: 95px !important;
}

.hementema-hero-content {
  z-index: 2;
}

.hementema-hero-word {
  z-index: 0;
  pointer-events: none;
}

.hementema-hero .banner-title {
  font-size: 520px;
  letter-spacing: -28px;
}

.hementema-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: var(--base-color);
  border-radius: 5px;
}

.hementema-hero-title {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-size: 6.4rem;
  line-height: 0.98;
  letter-spacing: 0 !important;
}

.hementema-hero-text {
  max-width: 620px;
  color: var(--hementema-muted);
  font-size: 19px;
  line-height: 1.7;
}

.hementema-ticker {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: hementema-ticker 22s linear infinite;
}

.hementema-ticker span {
  padding: 13px 24px;
  color: var(--hementema-ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hementema-ticker span:nth-child(3n+1) {
  color: var(--hementema-blue);
}

.hementema-ticker span:nth-child(3n+2) {
  color: var(--hementema-coral);
}

.hementema-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(28, 29, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hementema-card:hover {
  border-color: rgba(28, 29, 31, 0.22);
  box-shadow: 0 28px 75px rgba(28, 29, 31, 0.15);
  transform: translateY(-6px);
}

.hementema-card img {
  width: 100%;
  display: block;
}

.hementema-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #f6f6f6;
}

.hementema-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 550ms ease;
}

.hementema-card:hover .hementema-card-image img {
  transform: scale(1.08);
}

.hementema-card-badge,
.hementema-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 30px;
  padding: 5px 10px;
  color: var(--hementema-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: var(--base-color);
  border-radius: 5px;
}

.hementema-card-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
}

.hementema-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--hementema-muted);
  font-size: 14px;
}

.hementema-meta span,
.hementema-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
}

.hementema-tag-row,
.hementema-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hementema-tag-row a,
.hementema-tag-row span,
.hementema-filter-row button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--hementema-ink);
  font-size: 13px;
  font-weight: 600;
  background: #f7f7f7;
  border: 1px solid var(--hementema-line);
  border-radius: 5px;
  text-decoration: none;
}

.hementema-filter-row button {
  cursor: pointer;
}

.hementema-filter-row button.is-active,
.hementema-tag-row a.is-active,
.hementema-tag-row a:hover,
.hementema-filter-row button:hover {
  color: var(--hementema-ink);
  background: var(--base-color);
  border-color: var(--base-color);
}

.hementema-search {
  position: relative;
  display: block;
}

.hementema-search i {
  position: absolute;
  left: 18px;
  top: 50%;
  color: var(--hementema-muted);
  transform: translateY(-50%);
}

.hementema-input,
.hementema-textarea,
.hementema-select,
.hementema-search input {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--hementema-ink);
  background: #fff;
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
  outline: none;
}

.hementema-search input {
  padding-left: 48px;
}

.hementema-textarea {
  min-height: 180px;
  resize: vertical;
}

.hementema-input:focus,
.hementema-textarea:focus,
.hementema-select:focus,
.hementema-search input:focus {
  border-color: var(--hementema-ink);
  box-shadow: 0 0 0 4px rgba(190, 255, 1, 0.25);
}

.hementema-sidebar,
.hementema-tool-panel,
.hementema-preview-panel {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(28, 29, 31, 0.08);
}

.hementema-tool-panel {
  display: grid;
  gap: 14px;
}

.hementema-empty {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 42px 22px;
  color: var(--hementema-muted);
  text-align: center;
  background: #fff;
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
}

.hementema-empty i {
  color: var(--hementema-coral);
  font-size: 42px;
}

.hementema-rich-text {
  color: var(--hementema-muted);
  line-height: 1.85;
}

.hementema-rich-text h1,
.hementema-rich-text h2,
.hementema-rich-text h3,
.hementema-rich-text h4,
.hementema-rich-text h5,
.hementema-rich-text h6 {
  color: var(--hementema-ink);
}

.hementema-rich-text img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.hementema-alert {
  padding: 15px 18px;
  border-radius: 6px;
  font-weight: 600;
}

.hementema-alert-success {
  color: #0f5132;
  background: #d1e7dd;
}

.hementema-alert-danger {
  color: #842029;
  background: #f8d7da;
}

.hementema-gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  color: #fff;
  border-radius: 6px;
  background: var(--hementema-ink);
}

.hementema-gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.hementema-gallery-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 34%, rgba(28, 29, 31, 0.88));
}

.hementema-gallery-link span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

.hementema-gallery-link:hover img {
  transform: scale(1.1);
}

[data-theme-item].is-hidden {
  display: none !important;
}

.hementema-showcase-stage {
  transform: perspective(1200px) rotateX(var(--showcase-tilt-x, 0deg)) rotateY(var(--showcase-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 150ms ease;
}

.hementema-showcase-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hementema-showcase-tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 210px;
  border-radius: 6px;
  background: #f3f3f3;
  box-shadow: 0 22px 60px rgba(28, 29, 31, 0.16);
  transform: translateY(var(--tile-shift, 0));
}

.hementema-showcase-tile:nth-child(2) {
  --tile-shift: 34px;
}

.hementema-showcase-tile:nth-child(3) {
  --tile-shift: -18px;
}

.hementema-showcase-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hementema-showcase-tile span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 5px 9px;
  color: var(--hementema-ink);
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
}

.hementema-preview-shell {
  min-height: calc(100vh - 82px);
  padding: 96px 32px 36px;
  background:
    linear-gradient(110deg, rgba(190, 255, 1, 0.3) 0 18%, transparent 18% 38%, rgba(69, 223, 245, 0.18) 38% 56%, transparent 56%),
    #f7f7f7;
}

.hementema-preview-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.hementema-preview-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hementema-preview-title h1 {
  margin: 0;
  font-size: clamp(24px, 4vw, 42px);
}

.hementema-preview-title span {
  display: block;
  color: var(--hementema-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hementema-preview-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
}

.hementema-icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--hementema-ink);
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.hementema-icon-button:hover,
.hementema-icon-button:focus-visible,
.hementema-icon-button.is-active {
  color: var(--hementema-ink);
  background: var(--base-color);
}

.hementema-preview-stage {
  display: flex;
  justify-content: center;
  min-height: 56vh;
  padding: 46px 24px 24px;
  overflow: auto;
  background: #1c1d1f;
  border-radius: 6px;
}

.hementema-preview-frame-wrap {
  width: 100%;
  height: 56vh;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  transition: max-width 220ms ease;
}

.hementema-preview-stage.is-tablet .hementema-preview-frame-wrap {
  max-width: 820px;
}

.hementema-preview-stage.is-mobile .hementema-preview-frame-wrap {
  max-width: 390px;
}

.hementema-preview-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hementema-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1080;
}

.hementema-whatsapp a {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 18px 48px rgba(37, 211, 102, 0.32);
  text-decoration: none;
  animation: hementema-float 3s ease-in-out infinite;
}

.hementema-whatsapp a:hover,
.hementema-whatsapp a:focus-visible {
  color: #fff;
  background: #1ebe5d;
  transform: translateY(-2px);
}

.hementema-cookie {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1080px, calc(100% - 32px));
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--hementema-line);
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(28, 29, 31, 0.16);
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(18px);
}

.hementema-cookie[hidden] {
  display: none;
}

.hementema-cookie.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hementema-cookie p {
  margin: 0;
  color: var(--hementema-muted);
}

.hementema-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hementema-footer {
  color: #fff;
  background: var(--hementema-ink);
}

.hementema-footer-cta {
  padding: 58px 0;
  color: var(--hementema-ink);
  background:
    linear-gradient(135deg, rgba(69, 223, 245, 0.42), transparent 42%),
    var(--base-color);
}

.hementema-footer-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  background: var(--hementema-ink);
  border-radius: 5px;
}

.hementema-footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: var(--hementema-ink);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.hementema-footer-main {
  padding: 70px 0 56px;
}

.hementema-footer-logo {
  margin-bottom: 24px;
  color: #fff !important;
}

.hementema-footer-logo mark {
  color: var(--hementema-ink);
}

.hementema-footer-text {
  max-width: 360px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.hementema-footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hementema-footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hementema-footer a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.hementema-footer a:hover,
.hementema-footer a:focus-visible {
  color: var(--base-color);
}

.hementema-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hementema-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hementema-socials a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
}

.hementema-socials a:hover,
.hementema-socials a:focus-visible {
  color: var(--hementema-ink);
  background: var(--base-color);
  border-color: var(--base-color);
}

.hementema-footer-bottom {
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.56);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hementema-footer-bottom a {
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

@keyframes hementema-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes hementema-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 991.98px) {
  .hementema-nav {
    min-height: 70px;
  }

  .hementema-nav .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--hementema-line);
    border-radius: 6px;
    box-shadow: 0 18px 55px rgba(28, 29, 31, 0.12);
  }

  .hementema-nav .navbar-nav {
    gap: 4px;
  }

  .hementema-hero {
    min-height: 650px;
    padding-top: 95px !important;
    padding-bottom: 70px !important;
  }

  .hementema-hero .banner-title {
    font-size: 340px;
    letter-spacing: -16px;
  }

  .hementema-hero-title {
    font-size: 4.8rem;
    line-height: 1;
  }

  .hementema-sidebar,
  .hementema-tool-panel,
  .hementema-preview-panel {
    padding: 22px;
  }

  .hementema-showcase-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hementema-showcase-tile:nth-child(2),
  .hementema-showcase-tile:nth-child(3) {
    --tile-shift: 0;
  }

  .hementema-footer-main {
    padding: 54px 0 44px;
  }
}

@media (max-width: 767.98px) {
  .hementema-hero {
    min-height: 560px;
    padding-top: 85px !important;
  }

  .hementema-hero-title {
    font-size: 3.45rem;
  }

  .hementema-hero-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .hementema-preview-shell {
    padding: 58px 18px 18px;
  }

  .hementema-preview-stage {
    min-height: 52vh;
    padding: 24px 12px 12px;
  }

  .hementema-preview-frame-wrap {
    height: 50vh;
  }

  .hementema-cookie {
    align-items: flex-start;
    flex-direction: column;
  }

  .hementema-footer-cta {
    padding: 44px 0;
  }

  .hementema-footer-bottom a {
    display: inline-flex;
    margin: 8px 14px 0 0;
  }
}

@media (max-width: 575.98px) {
  .hementema-hero-title {
    font-size: 2.9rem;
  }

  .hementema-logo {
    font-size: 21px !important;
  }

  .hementema-showcase-wall {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
