/* --------------------------------------------------------------------------
   SPLIT TEXT — HEADING MASK + REVEAL COSMICA
   -------------------------------------------------------------------------- */

[data-split="heading"] {
  visibility: hidden;
}

.wf-design-mode [data-split="heading"],
.w-editor [data-split="heading"] {
  visibility: visible !important;
}

.line {
  overflow: hidden;
  padding-bottom: 0.05em;
  margin-bottom: -0.05em;
}

h1 .line {
  padding-bottom: 0.14em;
  margin-bottom: -0.14em;
}

[data-hero] .line {
  overflow: visible;
}

@media (hover: hover) {
  .button_main_wrap {
    transition: opacity 0.4s cubic-bezier(0.25, 0, 0, 1);
  }

  .button_main_wrap:has(.clickable_link:hover),
  .button_main_wrap:has(.clickable_btn:hover) {
    opacity: 0.5 !important;
  }
}


/* ------------------------------------------------------------
   05. TYPOGRAPHY — STROKE
------------------------------------------------------------ */

[data-wf--typography-paragraph--variant="h6"],
[data-wf--typography-heading--variant="h6"],
[data-wf--typography-plain--variant="h5"],
[data-wf--typography-plain--variant="h6"],
.u-text-style-h5,
.u-text-style-h6 {
  -webkit-text-stroke: 0.3px currentColor;
}


[data-nolink] {
  pointer-events: none;
  cursor: default;
}