@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/golos-text-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/golos-text-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/golos-text-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/golos-text-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --df26-font-sans: "Golos Text", "Segoe UI", Arial, sans-serif;
  --df26-ink: #12343b;
  --df26-ink-soft: #49666b;
  --df26-deep: #064f5d;
  --df26-deep-2: #003c49;
  --df26-teal: #087f8b;
  --df26-aqua: #49c3bc;
  --df26-mint: #d9f0eb;
  --df26-paper: #f5f8f6;
  --df26-white: #ffffff;
  --df26-line: #d8e6e3;
  --df26-accent: #e9395e;
  --df26-focus: #f1b543;
  --df26-shadow: 0 24px 60px rgba(10, 65, 74, 0.12);
  --df26-radius-lg: 2rem;
  --df26-radius-md: 1.375rem;
  --df26-shell: min(73.75rem, calc(100% - 3rem));
}

html {
  scroll-behavior: smooth;
}

body.df26-site,
body.df26-site * {
  box-sizing: border-box;
}

body.df26-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--df26-white);
  color: var(--df26-ink);
  font-family: var(--df26-font-sans);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.df26-site a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.18em;
}

.df26-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

.df26-site h1,
.df26-site h2,
.df26-site h3,
.df26-site p {
  overflow-wrap: break-word;
}

.df26-site h1,
.df26-site h2,
.df26-site h3 {
  text-wrap: balance;
}

.df26-site p {
  text-wrap: pretty;
}

.df26-shell {
  width: var(--df26-shell);
  margin-inline: auto;
}

.df26-skip-link {
  position: fixed;
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  border-radius: 0.5rem;
  background: var(--df26-white);
  color: var(--df26-deep);
  font-weight: 700;
  transition-property: transform;
  transition-duration: 150ms;
}

.df26-skip-link:focus {
  transform: translateY(0);
}

.df26-site :focus-visible {
  outline: 3px solid var(--df26-focus);
  outline-offset: 3px;
}

.df26-main section[id] {
  scroll-margin-top: 7.5rem;
}

.df26-official-bar {
  background: #102f36;
  color: #e8f5f3;
  font-size: 0.75rem;
  font-weight: 650;
}

.df26-official-bar__inner {
  min-height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.df26-official-bar__inner span {
  margin-inline-end: auto;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.df26-official-bar a {
  text-decoration: none;
}

.df26-official-bar a:hover {
  color: #9be3dc;
}

.df26-vyshyvanka {
  height: 1.25rem;
  background-color: var(--df26-white);
  background-image: url("../images/brand/vyshyvanka-vb3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.df26-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 30;
  border-block-end: 1px solid rgba(216, 230, 227, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.df26-header__inner {
  min-height: 5.375rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.df26-brand {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  text-decoration: none;
}

.df26-brand img {
  width: 10.875rem;
}

.df26-brand span {
  margin-block-start: 0.0625rem;
  color: var(--df26-ink-soft);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.df26-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-inline-start: auto;
}

.df26-nav a {
  position: relative;
  padding-block: 0.75rem;
  color: #304e54;
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: none;
}

.df26-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0.35rem;
  height: 2px;
  transform: scaleX(0);
  background: var(--df26-teal);
  transition-property: transform;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.df26-nav a:hover,
.df26-nav a:focus-visible {
  color: var(--df26-teal);
}

.df26-nav a:hover::after,
.df26-nav a:focus-visible::after {
  transform: scaleX(1);
}

.df26-menu-toggle {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--df26-line);
  border-radius: 999px;
  background: var(--df26-white);
  color: var(--df26-deep);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 750;
  cursor: pointer;
}

.df26-menu-toggle__icon,
.df26-menu-toggle__icon::before,
.df26-menu-toggle__icon::after {
  width: 1.125rem;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
  transition-property: transform, opacity;
  transition-duration: 160ms;
}

.df26-menu-toggle__icon {
  position: relative;
}

.df26-menu-toggle__icon::before {
  position: absolute;
  transform: translateY(-0.35rem);
}

.df26-menu-toggle__icon::after {
  position: absolute;
  transform: translateY(0.35rem);
}

.df26-menu-toggle[aria-expanded="true"] .df26-menu-toggle__icon {
  background: transparent;
}

.df26-menu-toggle[aria-expanded="true"] .df26-menu-toggle__icon::before {
  transform: rotate(45deg);
}

.df26-menu-toggle[aria-expanded="true"] .df26-menu-toggle__icon::after {
  transform: rotate(-45deg);
}

.df26-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: 0.875rem 1.4375rem;
  border: 1px solid var(--df26-deep);
  border-radius: 999px;
  background: var(--df26-deep);
  color: var(--df26-white) !important;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 0 0 rgba(0, 79, 93, 0);
  transition-property: transform, background-color, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.df26-button:hover {
  transform: translateY(-2px);
  background: var(--df26-teal);
  box-shadow: 0 0.75rem 1.5625rem rgba(0, 79, 93, 0.18);
}

.df26-button:active {
  transform: scale(0.96);
}

.df26-button--small {
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
}

.df26-button--secondary {
  border-color: #9bb8b8;
  background: transparent;
  color: var(--df26-deep) !important;
}

.df26-button--secondary:hover {
  background: #edf7f5;
  box-shadow: none;
}

.df26-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 44%, rgba(73, 195, 188, 0.28), transparent 28%),
    linear-gradient(112deg, #043f4b 0%, #075866 49.5%, #d7eeea 49.6%, #edf8f6 100%);
}

.df26-hero::before {
  content: "";
  position: absolute;
  inset: auto -7vw -38% auto;
  width: 40rem;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 127, 139, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 4.5rem rgba(255, 255, 255, 0.24), 0 0 0 9rem rgba(255, 255, 255, 0.14);
}

.df26-hero__pattern {
  position: absolute;
  inset-block-start: 1.75rem;
  inset-inline-start: -3.75rem;
  width: 13.125rem;
  height: 13.125rem;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.8) 1.4px, transparent 1.4px);
  background-size: 0.9375rem 0.9375rem;
  transform: rotate(-12deg);
}

.df26-hero__grid {
  min-height: 41.75rem;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 3.75rem;
  padding-block: 3.625rem 3rem;
}

.df26-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 36.875rem;
}

.df26-eyebrow {
  margin: 0 0 1rem;
  color: var(--df26-teal);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.df26-eyebrow > span {
  width: 1.5rem;
  height: 1px;
  display: inline-block;
  margin: 0 0.5625rem 0.1875rem 0;
  background: currentColor;
}

.df26-hero h1 {
  margin: 0;
  color: var(--df26-white);
  font-size: clamp(3.875rem, 6.5vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.df26-hero__subtitle {
  margin: 1.125rem 0 0;
  color: var(--df26-white);
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.df26-hero__lead {
  max-width: 35rem;
  margin: 1.375rem 0 0;
  color: #d8eeee;
  font-size: 1.125rem;
  line-height: 1.65;
}

.df26-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block-start: 1.875rem;
}

.df26-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.75rem 0 0;
  padding: 0;
  color: #c6dddd;
  font-size: 0.8125rem;
  font-weight: 650;
  list-style: none;
}

.df26-hero__meta li::before {
  content: "✓";
  margin-inline-end: 0.4375rem;
  color: #79d7cf;
  font-weight: 900;
}

.df26-hero .df26-eyebrow {
  color: #8fe2da;
}

.df26-hero .df26-button {
  border-color: var(--df26-white);
  background: var(--df26-white);
  color: var(--df26-deep) !important;
  box-shadow: 0 0.875rem 2.25rem rgba(0, 34, 43, 0.2);
}

.df26-hero .df26-button:hover {
  border-color: #d9f0eb;
  background: #d9f0eb;
  box-shadow: 0 1rem 2.5rem rgba(0, 34, 43, 0.25);
}

.df26-hero .df26-button--secondary {
  border-color: rgba(255, 255, 255, 0.68);
  background: transparent;
  color: var(--df26-white) !important;
  box-shadow: none;
}

.df26-hero .df26-button--secondary:hover {
  border-color: var(--df26-white);
  background: rgba(255, 255, 255, 0.12);
}

.df26-product-stage {
  position: relative;
  min-height: 30rem;
  display: grid;
  place-items: center;
}

.df26-product-stage__halo {
  position: absolute;
  width: min(31.25rem, 95%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 1.875rem 5rem rgba(0, 79, 93, 0.09);
}

.df26-product-stage__image {
  position: relative;
  z-index: 2;
  width: min(39.375rem, 108%);
  filter: drop-shadow(0 1.625rem 1.75rem rgba(25, 65, 67, 0.18));
}

.df26-product-stage__caption {
  position: absolute;
  inset-inline-end: 6%;
  inset-block-end: 8%;
  z-index: 3;
  min-width: 10.875rem;
  padding: 0.9375rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1.125rem 3.125rem rgba(8, 79, 88, 0.13);
  backdrop-filter: blur(12px);
}

.df26-product-stage__caption strong,
.df26-product-stage__caption span {
  display: block;
}

.df26-product-stage__caption strong {
  color: var(--df26-deep);
  font-size: 1.3125rem;
  font-variant-numeric: tabular-nums;
}

.df26-product-stage__caption span {
  color: var(--df26-ink-soft);
  font-size: 0.75rem;
}

.df26-trust {
  position: relative;
  z-index: 5;
  padding-block: 1.125rem 1.5rem;
  background:
    linear-gradient(180deg, rgba(231, 246, 242, 0.72) 0%, rgba(245, 250, 248, 0.42) 62%, rgba(255, 255, 255, 0) 100%);
}

.df26-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
}

.df26-trust__grid a {
  min-width: 0;
  min-height: 7.75rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
  padding: 1.625rem 1.75rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 0 1px rgba(10, 110, 121, 0.1),
    0 0.875rem 2.25rem rgba(8, 79, 88, 0.07);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition-property: background-color, box-shadow, transform;
  transition-duration: 160ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.df26-trust__grid a:first-child {
  background: rgba(222, 244, 239, 0.92);
}

.df26-trust__grid a:hover {
  background: var(--df26-white);
  box-shadow:
    0 0 0 1px rgba(10, 110, 121, 0.14),
    0 1.125rem 2.75rem rgba(8, 79, 88, 0.12);
  transform: translateY(-0.1875rem);
}

.df26-trust__grid a:active {
  transform: scale(0.96);
}

.df26-trust__grid b {
  width: 3.125rem;
  height: 3.125rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--df26-white);
  box-shadow: 0 0 0 1px rgba(10, 110, 121, 0.09);
  color: var(--df26-deep);
  font-size: 0.8125rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.df26-trust__grid span,
.df26-trust__grid strong,
.df26-trust__grid small {
  display: block;
}

.df26-trust__grid strong {
  color: var(--df26-ink);
  font-size: clamp(1.0625rem, 1.1vw, 1.1875rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.df26-trust__grid span,
.df26-trust__grid small {
  color: var(--df26-ink-soft);
  font-size: 0.9375rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.df26-trust__grid small {
  margin-block-start: 0.25rem;
  font-weight: 450;
}

.df26-section {
  padding-block: 6.75rem;
}

.df26-intro__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.68fr;
  align-items: center;
  gap: 5.375rem;
}

.df26-intro h2,
.df26-research__copy h2,
.df26-purchase__copy h2,
.df26-official h2 {
  margin: 0;
  color: var(--df26-ink);
  font-size: clamp(2.125rem, 3.6vw, 3.375rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.df26-statement {
  position: relative;
  overflow: hidden;
  min-height: 20.625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.25rem;
  border-radius: var(--df26-radius-lg);
  background: var(--df26-deep);
  color: var(--df26-white);
  box-shadow: var(--df26-shadow);
}

.df26-statement::after {
  content: "";
  position: absolute;
  inset-inline-end: -3rem;
  inset-block-start: -3rem;
  width: 11.875rem;
  height: 11.875rem;
  border: 2.75rem solid rgba(73, 195, 188, 0.14);
  border-radius: 50%;
}

.df26-statement__mark {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-start: 1.875rem;
  color: rgba(255, 255, 255, 0.18);
  font-family: Georgia, serif;
  font-size: 8.125rem;
  line-height: 1;
}

.df26-statement p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 720;
  line-height: 1.3;
}

.df26-statement a {
  position: relative;
  z-index: 2;
  margin-block-start: 1.625rem;
  color: #c5efea;
  font-size: 0.8125rem;
  font-weight: 750;
}

.df26-mechanism {
  background: var(--df26-deep-2);
  color: var(--df26-white);
}

.df26-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 5rem;
  margin-block-end: 2.75rem;
}

.df26-section-heading h2 {
  max-width: 38.75rem;
  margin: 0;
  font-size: clamp(2.375rem, 4vw, 3.75rem);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.df26-section-heading > p {
  max-width: 29.375rem;
  margin: 0 0 0.4375rem;
  color: #bad0d1;
}

.df26-eyebrow--light {
  color: #79d7cf;
}

.df26-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
}

.df26-step {
  min-width: 0;
  padding: 1.125rem 1.5rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--df26-radius-md);
  background: rgba(255, 255, 255, 0.065);
}

.df26-step__visual {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-block-end: 1.625rem;
  border-radius: 1rem;
  background: #fff9f5;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.df26-step__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  outline-offset: -1px;
}

.df26-step .df26-step__index {
  margin: 0 0 0.375rem;
  color: #79d7cf;
  font-size: clamp(1.375rem, 1.7vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.df26-step h3 {
  margin: 0 0 0.8125rem;
  font-size: clamp(1.4375rem, 1.65vw, 1.6875rem);
  letter-spacing: -0.025em;
  line-height: 1.16;
  text-wrap: balance;
}

.df26-step p {
  margin: 0;
  color: #c7dcdd;
  font-size: 0.875rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.df26-effectiveness {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  align-items: center;
  gap: 1.875rem;
  margin-block-start: 1.125rem;
  padding: 1.875rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--df26-radius-md);
  background: #0b5b67;
}

.df26-effectiveness span {
  color: #8de0d7;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.df26-effectiveness p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.55;
}

.df26-research {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.72), transparent 25rem),
    linear-gradient(135deg, #dcece8 0%, #edf5f2 58%, #d7ebe7 100%);
}

.df26-research::before {
  content: "";
  position: absolute;
  inset: 2.5rem auto auto -5rem;
  width: 17rem;
  aspect-ratio: 1;
  opacity: 0.26;
  background-image: radial-gradient(var(--df26-teal) 1.25px, transparent 1.25px);
  background-size: 1rem 1rem;
  transform: rotate(-10deg);
}

.df26-research__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  align-items: end;
  gap: 4rem;
  margin-block-end: 3.25rem;
}

.df26-research__copy h2 {
  max-width: 13ch;
}

.df26-research__copy h2 span {
  color: var(--df26-teal);
}

.df26-research__intro > p {
  max-width: 37rem;
  margin: 0;
  color: var(--df26-ink-soft);
  font-size: 1.125rem;
  line-height: 1.7;
}

.df26-research .df26-text-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  margin-block-start: 1.5rem;
  padding: 0.75rem 1.125rem;
  border: 1px solid rgba(0, 79, 93, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--df26-deep) !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.75rem 1.75rem rgba(8, 79, 88, 0.08);
  transition-property: transform, background-color, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.df26-research .df26-text-link:hover {
  transform: translateY(-2px);
  background: var(--df26-white);
  box-shadow: 0 1rem 2.25rem rgba(8, 79, 88, 0.12);
}

.df26-research .df26-text-link:active {
  transform: scale(0.96);
}

.df26-research__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.df26-research-card {
  position: relative;
  overflow: hidden;
  min-height: 12.75rem;
  display: flex;
  flex-direction: column;
  grid-column: 8 / 13;
  padding: 1.75rem 2rem;
  border: 1px solid var(--df26-line);
  border-radius: var(--df26-radius-md);
  background: var(--df26-white);
  color: var(--df26-ink) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 1.25rem 3.25rem rgba(8, 79, 88, 0.09);
  text-decoration: none;
  transition-property: transform, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.df26-research-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 1.75rem 4rem rgba(8, 79, 88, 0.15);
}

.df26-research-card:active {
  transform: scale(0.96);
}

.df26-research-card__label {
  padding-inline-end: 4.5rem;
  color: #006272;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.df26-research-card__icon {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f3f0;
  color: var(--df26-teal);
}

.df26-research-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.df26-research-card strong {
  max-width: 22rem;
  margin-block-start: 2.25rem;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.df26-research-card small {
  max-width: 30rem;
  margin-block-start: 0.75rem;
  color: var(--df26-ink-soft);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.df26-research-card__action {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-block-start: auto;
  padding-block-start: 1.25rem;
  color: var(--df26-deep);
  font-size: 0.875rem;
  font-weight: 700;
}

.df26-research-card__action b {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  margin-inline-start: auto;
  border-radius: 50%;
  background: #e5f3f0;
  font-size: 1.125rem;
  transition-property: transform, background-color;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.df26-research-card:hover .df26-research-card__action b {
  transform: translateX(3px);
  background: #cce9e4;
}

.df26-research-card--main {
  min-height: 26.5rem;
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  padding: 2.5rem;
  border: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(94, 212, 200, 0.28), transparent 12rem),
    linear-gradient(145deg, #086d78 0%, #004652 100%);
  color: var(--df26-white) !important;
  box-shadow: 0 1.75rem 4rem rgba(0, 63, 75, 0.24);
}

.df26-research-card--main::before {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 20rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(255, 255, 255, 0.04),
    0 0 0 7rem rgba(255, 255, 255, 0.025);
}

.df26-research-card--main .df26-research-card__label,
.df26-research-card--main .df26-research-card__action {
  color: #9be3dc;
}

.df26-research-card--main .df26-research-card__icon,
.df26-research-card--main .df26-research-card__action b {
  background: rgba(255, 255, 255, 0.12);
  color: #c9f2ed;
}

.df26-research-card--main strong {
  position: relative;
  max-width: 18ch;
  margin-block-start: auto;
  color: var(--df26-white);
  font-size: clamp(2rem, 3.4vw, 3.125rem);
  letter-spacing: -0.04em;
}

.df26-research-card--main small {
  position: relative;
  color: #d0e7e8;
  font-size: 1rem;
}

.df26-research-card--soft {
  background: #c8e6e0;
  border-color: rgba(8, 127, 139, 0.16);
}

.df26-research-card--soft .df26-research-card__icon,
.df26-research-card--soft .df26-research-card__action b {
  background: rgba(255, 255, 255, 0.58);
}

.df26-section-heading--dark {
  color: var(--df26-ink);
}

.df26-section-heading--dark > p {
  color: var(--df26-ink-soft);
}

.df26-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.df26-topics a {
  min-height: 7.875rem;
  display: grid;
  grid-template-columns: 6.25rem 1fr 2.125rem;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--df26-line);
  border-radius: 1.125rem;
  background: #fbfdfc;
  text-decoration: none;
  transition-property: background-color, border-color, transform;
  transition-duration: 150ms;
}

.df26-topics a:hover {
  transform: translateY(-2px);
  border-color: #8ec9c4;
  background: #f0f8f6;
}

.df26-topics span {
  color: var(--df26-teal);
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.df26-topics strong {
  font-size: 1.125rem;
}

.df26-topics b {
  color: var(--df26-teal);
  font-size: 1.375rem;
}

.df26-purchase {
  padding-block-start: 1.5rem;
}

.df26-purchase__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-radius: 2.25rem;
  background: var(--df26-deep);
  color: var(--df26-white);
  box-shadow: var(--df26-shadow);
}

.df26-purchase__visual {
  position: relative;
  min-width: 0;
  min-height: 33.75rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8f4f1;
}

.df26-purchase__visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 60%;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  outline-offset: -1px;
}

.df26-purchase__copy {
  min-width: 0;
  align-self: center;
  padding: 4.125rem;
}

.df26-purchase__copy h2 {
  color: var(--df26-white);
}

.df26-purchase__copy > p:not(.df26-eyebrow) {
  max-width: 31.875rem;
  margin: 1.375rem 0 0;
  color: #c5d8da;
  font-size: 1.0625rem;
}

.df26-button--light {
  border-color: var(--df26-white);
  background: var(--df26-white);
  color: var(--df26-deep) !important;
}

.df26-button--light:hover {
  background: #dff3ef;
}

.df26-button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.df26-button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.df26-official {
  padding-block: 5.375rem;
}

.df26-official__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 5rem;
}

.df26-official__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--df26-line);
}

.df26-official__facts p {
  margin: 0;
  padding: 1.375rem;
  border-inline-end: 1px solid var(--df26-line);
}

.df26-official__facts p:last-child {
  border-inline-end: 0;
}

.df26-official__facts span,
.df26-official__facts strong {
  display: block;
}

.df26-official__facts span {
  margin-block-end: 0.5625rem;
  color: var(--df26-ink-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.df26-official__facts strong {
  font-size: 0.875rem;
}

.df26-footer {
  padding-block: 3rem 1.5rem;
  background: #102f36;
  color: var(--df26-white);
}

.df26-footer__grid {
  display: grid;
  grid-template-columns: 12.5rem 1fr auto;
  align-items: start;
  gap: 3.5rem;
}

.df26-footer__brand img {
  width: 10.625rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.df26-footer__brand span {
  display: block;
  margin-block-start: 0.35rem;
  color: #9db8bc;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.df26-footer__grid > p {
  max-width: 41.25rem;
  margin: 0;
  color: #b8cccf;
  font-size: 0.8125rem;
}

.df26-footer nav {
  display: grid;
  gap: 0.625rem;
}

.df26-footer nav a {
  color: #dcebea;
  font-size: 0.8125rem;
  font-weight: 700;
}

.df26-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-block-start: 2rem;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid rgba(255, 255, 255, 0.12);
  color: #8ca9ad;
  font-size: 0.6875rem;
}

/* Internal Joomla/SP Page Builder pages */
.df26-inner .df26-main {
  min-height: 55vh;
}

.df26-page-hero {
  padding-block: 4.5rem;
  background:
    radial-gradient(circle at 82% 35%, rgba(73, 195, 188, 0.18), transparent 28%),
    linear-gradient(125deg, var(--df26-deep-2), var(--df26-deep));
  color: var(--df26-white);
}

.df26-page-hero .df26-eyebrow {
  margin-block-end: 0.875rem;
}

.df26-page-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--df26-white);
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.df26-inner .df26-component > .item-page,
.df26-inner .df26-component > .blog,
.df26-inner .df26-component > .contact,
.df26-inner .df26-component > form,
.df26-inner .df26-component > .search {
  width: var(--df26-shell);
  max-width: 65rem;
  margin-inline: auto;
  padding-block: 4.5rem 6rem;
}

.df26-inner .df26-component > .item-page h1,
.df26-inner .df26-component > .item-page h2,
.df26-inner .df26-component > .blog h1,
.df26-inner .df26-component > .blog h2 {
  color: var(--df26-ink);
  letter-spacing: -0.035em;
}

/* Suppress Joomla's legacy voting UI and category hit counters. Editorial
   author/update metadata injected by the SEO plugin uses separate classes and
   remains visible. */
.df26-component .content_rating,
.df26-component .content_vote,
.df26-component form.form-inline[action*="task=article.vote"],
.df26-component .blog .article-info {
  display: none !important;
}

.df26-inner .df26-component > .item-page > * {
  max-width: 75ch;
}

.df26-inner .df26-component > .item-page > img,
.df26-inner .df26-component > .item-page > figure,
.df26-inner .df26-component > .item-page > table,
.df26-inner .df26-component > .item-page > .def-health-article {
  max-width: 100%;
}

.df26-article {
  width: var(--df26-shell);
  max-width: 65rem;
  margin-inline: auto;
  padding-block: 4.5rem 6rem;
}

.df26-article__body {
  color: var(--df26-ink-soft);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.df26-article__body table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.df26-article__body > p,
.df26-article__body > ul,
.df26-article__body > ol,
.df26-article__body > blockquote,
.df26-article__body > h2,
.df26-article__body > h3,
.df26-article__body > h4 {
  max-width: 75ch;
  margin-inline: auto;
}

.df26-article__body h2,
.df26-article__body h3,
.df26-article__body h4 {
  color: var(--df26-ink);
  letter-spacing: -0.025em;
}

.df26-article__body h2 {
  margin-block: 3rem 1rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.df26-article__body h3 {
  margin-block: 2rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.25;
}

.df26-article__body a {
  color: var(--df26-teal);
  font-weight: 650;
}

.df26-article__body table {
  width: 100%;
  border-collapse: collapse;
}

.df26-article__body th,
.df26-article__body td {
  padding: 0.875rem;
  border: 1px solid var(--df26-line);
  text-align: start;
  vertical-align: top;
}

.df26-article__edit {
  margin-block-end: 1rem;
  text-align: end;
}

.df26-article__after-title:empty,
.df26-article__edit:empty {
  display: none;
}

.df26-inner .def-health-article,
.df26-inner .def-research-hub {
  margin-block: 0;
}

.df26-inner .def-health-wrap,
.df26-inner .def-health-container {
  width: var(--df26-shell);
  max-width: 71.25rem;
  margin-inline: auto;
}

.df26-inner .def-health-content p,
.df26-inner .def-health-content li {
  color: var(--df26-ink-soft);
  font-family: inherit;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.df26-inner .def-health-content h2,
.df26-inner .def-health-content h3 {
  color: var(--df26-ink) !important;
  font-family: inherit !important;
  letter-spacing: -0.025em !important;
}

.df26-error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: var(--df26-paper);
}

.df26-error {
  width: min(42rem, 100%);
  padding: 3rem;
  border-radius: var(--df26-radius-lg);
  background: var(--df26-white);
  box-shadow: var(--df26-shadow);
  text-align: center;
}

.df26-error .df26-brand {
  align-items: center;
  margin-block-end: 2rem;
}

.df26-error h1 {
  margin: 0;
  color: var(--df26-deep);
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1;
}

.df26-error p:not(.df26-eyebrow) {
  max-width: 36rem;
  margin: 1.5rem auto;
  color: var(--df26-ink-soft);
}

@media (max-width: 65rem) {
  .df26-header__inner {
    gap: 1rem;
  }

  .df26-menu-toggle {
    display: inline-flex;
    margin-inline-start: auto;
  }

  .df26-nav {
    position: absolute;
    inset: calc(100% + 1px) 1.5rem auto;
    display: grid;
    gap: 0;
    padding: 0.625rem;
    transform: translateY(-0.5rem);
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--df26-line);
    border-radius: 1rem;
    background: var(--df26-white);
    box-shadow: var(--df26-shadow);
    transition-property: transform, opacity, visibility;
    transition-duration: 160ms;
  }

  .df26-menu-open .df26-nav {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .df26-nav a {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    padding-inline: 0.875rem;
  }

  .df26-nav a::after {
    display: none;
  }

  .df26-hero__grid {
    gap: 1.5rem;
  }

  .df26-intro__grid {
    gap: 3rem;
  }

  .df26-purchase__copy {
    padding: 2.875rem;
  }

  .df26-official__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

@media (max-width: 50rem) {
  :root {
    --df26-shell: min(100% - 2rem, 42.5rem);
    --df26-radius-lg: 1.5rem;
  }

  .df26-hero {
    background:
      radial-gradient(circle at 50% 76%, rgba(73, 195, 188, 0.26), transparent 27%),
      linear-gradient(180deg, #043f4b 0%, #075866 51%, #d7eeea 51.1%, #edf8f6 100%);
  }

  .df26-official-bar__inner {
    justify-content: center;
  }

  .df26-official-bar__inner span,
  .df26-official-bar__inner a:last-child {
    display: none;
  }

  .df26-header__inner {
    min-height: 4.5rem;
  }

  .df26-page-hero {
    padding-block: 3.5rem;
  }

  .df26-brand img {
    width: 8.875rem;
  }

  .df26-brand span {
    display: none;
  }

  .df26-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 3.5rem 2.125rem;
  }

  .df26-hero__copy {
    margin-inline: auto;
    text-align: center;
  }

  .df26-actions,
  .df26-hero__meta {
    justify-content: center;
  }

  .df26-product-stage {
    min-height: 23.75rem;
  }

  .df26-product-stage__image {
    width: min(35rem, 110%);
  }

  .df26-product-stage__caption {
    inset-inline-end: 2%;
    inset-block-end: 1%;
  }

  .df26-trust__grid {
    grid-template-columns: 1fr;
  }

  .df26-trust__grid a,
  .df26-trust__grid a:first-child {
    min-height: 6.75rem;
    padding: 1.375rem 1.5rem;
  }

  .df26-section {
    padding-block: 4.75rem;
  }

  .df26-intro__grid,
  .df26-purchase__card {
    grid-template-columns: 1fr;
  }

  .df26-intro__grid {
    gap: 2.25rem;
  }

  .df26-statement {
    min-height: 17.5rem;
  }

  .df26-section-heading {
    display: block;
  }

  .df26-section-heading > p {
    margin-block-start: 1.5rem;
  }

  .df26-steps {
    grid-template-columns: 1fr;
  }

  .df26-effectiveness {
    grid-template-columns: 1fr;
  }

  .df26-research__header {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-block-end: 2.5rem;
  }

  .df26-research__copy h2 {
    max-width: 16ch;
  }

  .df26-research__intro {
    max-width: 38rem;
  }

  .df26-research__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .df26-research-card {
    grid-column: auto;
    min-height: 16rem;
  }

  .df26-research-card--main {
    min-height: 22rem;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .df26-topics {
    grid-template-columns: 1fr;
  }

  .df26-purchase {
    padding-block-start: 0;
  }

  .df26-purchase__card {
    width: 100%;
    border-radius: 0;
  }

  .df26-purchase__visual {
    min-height: 23.75rem;
  }

  .df26-purchase__copy {
    padding: 3rem max(1.5rem, calc((100vw - 42.5rem) / 2));
  }

  .df26-official__facts {
    grid-template-columns: 1fr;
  }

  .df26-official__facts p {
    border-inline-end: 0;
    border-block-end: 1px solid var(--df26-line);
  }

  .df26-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .df26-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .df26-footer__legal {
    flex-direction: column;
  }
}

@media (max-width: 32.5rem) {
  .df26-header__cta {
    width: 2.75rem;
    padding: 0;
    font-size: 0;
  }

  .df26-header__cta::after {
    content: "→";
    font-size: 1.125rem;
  }

  .df26-menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .df26-hero h1 {
    font-size: 3.625rem;
  }

  .df26-hero__subtitle {
    font-size: 1.3125rem;
  }

  .df26-hero__lead {
    font-size: 1rem;
  }

  .df26-actions .df26-button {
    width: 100%;
  }

  .df26-product-stage {
    min-height: 19.375rem;
  }

  .df26-product-stage__caption {
    min-width: 8.875rem;
    padding: 0.6875rem 0.875rem;
  }

  .df26-intro h2,
  .df26-research__copy h2,
  .df26-purchase__copy h2,
  .df26-official h2 {
    font-size: 2.125rem;
  }

  .df26-statement p {
    font-size: 1.25rem;
  }

  .df26-section-heading h2 {
    font-size: 2.375rem;
  }

  .df26-research__cards {
    grid-template-columns: 1fr;
  }

  .df26-research-card,
  .df26-research-card--main {
    grid-column: 1;
    grid-row: auto;
    min-height: 15.625rem;
    padding: 1.5rem;
  }

  .df26-research-card--main {
    min-height: 20rem;
  }

  .df26-research-card--main strong {
    font-size: 2rem;
  }

  .df26-topics a {
    grid-template-columns: 1fr 1.5rem;
    gap: 0.5625rem 0.75rem;
  }

  .df26-topics span {
    grid-column: 1 / -1;
  }

  .df26-purchase__visual {
    min-height: 19.375rem;
  }

  .df26-error {
    padding: 2rem 1.25rem;
  }
}

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

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

@media (forced-colors: active) {
  .df26-site :focus-visible {
    outline-color: Highlight;
  }

  .df26-button,
  .df26-menu-toggle {
    border: 1px solid ButtonText;
  }
}

@media print {
  .df26-official-bar,
  .df26-vyshyvanka,
  .df26-header,
  .df26-footer,
  .df26-actions {
    display: none !important;
  }

  .df26-site {
    color: #000;
    background: #fff;
  }
}
