/* =============================================
   SITEOST Theme — Main Styles
   Dark gold B2B aesthetic
   ============================================= */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap");

/* --- CSS Variables --- */
:root {
  --gold: #ffc700;
  --gold-light: #ffc700;
  --gold-dim: rgba(212, 160, 23, 0.15);
  --dark: #111108;
  --dark-2: #1a190f;
  --dark-3: #232210;
  --surface: #1e1d0e;
  --surface-2: #262510;
  --border: rgba(212, 160, 23, 0.18);
  --text: #f0ead6;
  --text-muted: rgba(240, 234, 214, 0.55);
  --bg-light: #f4f0e8;
  --bg-light-alt: #eae5d8;
  --text-dark: #1a1708;

  --font-heading: "Unbounded", sans-serif;
  --font-body: "Greenwich", sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;

  --shadow-gold: 0 4px 32px rgba(212, 160, 23, 0.18);
  --shadow-dark: 0 8px 40px rgba(0, 0, 0, 0.5);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --container: 1200px;
}

/* --- Reset --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Greenwich";
  src: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/Greenwich-Regular.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greenwich";
  src: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/Greenwich-Light.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greenwich";
  src: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/Greenwich-Thin.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: var(--font-body);
  color: var(--text);
  background: #f1f3ff;
  line-height: 1.7;

  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--transition);
}

ul {
  padding-left: 20px;
}

/* --- Typography --- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  line-height: 1.05;
  letter-spacing: 0.01em;
}
h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
  color: var(--gold);
}
h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: var(--font-body);
  font-weight: 700;
}
p {
  margin-bottom: 1.2rem;
}

/* --- Container --- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 0px;
}

/* --- Section label --- */
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.9rem;
}
.header-brand {
  width: 170px;
}
.primary-nav {
  margin-right: auto;
  margin-left: 20px;
}
.site-logo {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}
.site-logo span {
  color: var(--text);
}
.site-logo:hover {
  color: var(--gold-light);
}

.primary-nav ul {
  display: flex;
  gap: 10px;
  padding-left: 0px;
  align-items: center;
}
.primary-nav a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  transition: color var(--transition);
  position: relative;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0px;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.primary-nav a:hover::after {
  width: 100%;
}
.site-header .container {
  padding: 0px !important;
  width: 1200px;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  color: #ffc700;
  border: none;
  padding: 0.5rem;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
  position: relative;

  display: flex;
  align-items: center;
  background-size: cover;
  background-image: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/frame_427320325-scaled.webp");
  overflow: hidden;

  padding-block: 200px;

  background-color: white;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.hero-line {
  flex: 1;
  border-right: 1px solid rgba(212, 160, 23, 0.07);
}
.hero-section .container {
  padding-inline: 0px !important;
}
.stories-video-slider .swiper-wrapper {
  position: relative;
  padding: 0px 0px 40px 0px; /* місце для стрілок */
}

.stories-swiper {
  width: 100%;
}

.stories-swiper .swiper-slide {
  height: auto;
}

.stories-swiper .story-video-card {
  height: 100%;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-badge {
  display: none;
}

.hero-content h1 {
  font-size: 50px !important;
  line-height: 75px;
  text-transform: uppercase;
}
.hero-sub {
  font-size: 18px;
  color: white;
  font-weight: 500;
  max-width: 610px;
  margin-bottom: 0px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  flex-wrap: wrap;
}
.triolid-topbar__text {
  font-weight: 500;
  font-size: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
}
.btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212, 160, 23, 0.4);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: #ffc700;
}
.btn-ghost:hover {
  transform: translateY(-2px);
}
.btn-potik:hover {
  transform: translateY(-2px);
}
.services-section {
  padding-block: 50px;
}
.services-heading {
  font-family: var(--font-heading);
  font-size: 50px;
  color: var(--text-dark);
  line-height: 75px;
  margin-bottom: 30px;
}
.services-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #ffc700;
  border-radius: 20px;
  padding: 20px;
  color: var(--text-dark);
  text-decoration: none;
  cursor: pointer;
}
.service-card:hover {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateX(6px);
  color: var(--text-dark);
}
.service-icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;

  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.service-body {
  flex: 1;
}
.service-body h3,
.how-step__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.service-body p {
  font-size: 16px;
  margin: 0;
  color: var(--text-dark);
  font-family: var(--font-body);
  line-height: 1.55;
  font-weight: 500;
}
.service-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card:hover .service-arrow {
  background: var(--text-dark);
  color: #fff;
  transform: rotate(45deg);
}
.services-tagline {
  margin-top: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: var(--font-body);
  text-align: center;
}
.triolid-topbar__right {
  display: flex;
  gap: 10px;
}
.triolid-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.triolid-topbar__left {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  flex-direction: column;
}

.triolid-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
}

.triolid-topbar__item:hover {
  opacity: 1;
}

.triolid-ico {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #fff;
}

.triolid-topbar__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.triolid-soc {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

.triolid-soc:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.triolid-soc--tg {
  background: linear-gradient(135deg, #2aabee, #1b7fda);
}
.triolid-soc--wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.triolid-soc--ig {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.back-to-top {
  display: none !important;
}
@media (max-width: 768px) {
  .triolid-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.triolid-soc {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.triolid-soc img {
  object-fit: contain;
  width: 25px;
  height: 25px;
}
.stories-text-swiper .swiper-wrapper {
  padding-bottom: 40px !important;
}
.triolid-footer,
.site-footer {
  padding: 48px 0 16px;
  color: #fff;
  background-image: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/group_1000005996-scaled-e1772653575592.webp");
  border-top-left-radius: 30px;
  background-size: cover;
  border-top-right-radius: 30px;
}
.submit-arrow-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.submit-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.wpcf7-submit {
  padding-right: 50px; /* місце під стрілку */
}
.triolid-footer__title {
  font-size: 50px;
  font-weight: 600;
  font-family: var(--font-heading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #ffc700;
}
.wpcf7-spinner {
  display: none;
}
.triolid-footer__grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 22px;
  align-items: start;
}
.triolid-formcard input[type="text"],
.triolid-formcard input[type="tel"],
.triolid-formcard input[type="email"],
.triolid-formcard textarea {
  background: white;
  font-family: var(--font-body);
  font-size: 14px;
}
.triolid-card {
  background: #f1f3ff;
  color: #111;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.triolid-card__label {
  margin-bottom: 3px;
  font-family: var(--font-heading);
  font-size: 14px;
}

.triolid-card__value {
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.triolid-card__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.triolid-socrow {
  display: flex;
  gap: 10px;
}

.triolid-soc {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.triolid-soc img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}
.services-blocker .marquee__item {
  color: #ffc7001a !important;
}
.triolid-formcard {
  color: #111;
  border-radius: 20px;
  padding: 16px 0px;
  background: #f1f3ff;
}

.triolid-formcard__title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.triolid-formcard__form {
  padding: 0px 20px;
}
.triolid-formcard input[type="text"],
.triolid-formcard input[type="tel"],
.triolid-formcard input[type="email"],
.triolid-formcard textarea {
  width: 100%;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  margin-bottom: 15px;
}
.wpcf7-form p {
  margin-bottom: 0px;
}
.triolid-formcard textarea {
  border-radius: 16px;
  min-height: 110px;
}
.triolid-formcard p {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
}
.concent {
  font-size: 12px !important;
  margin-top: 10px !important;
}
.triolid-formcard input[type="submit"],
.triolid-formcard button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 300;
  font-size: 12px;
  font-family: var(--font-heading);
  cursor: pointer;
  background: #ffc700;
  color: #111;
  text-align: left;
}

/* Низ */
.triolid-footer__bottom {
  margin-top: 24px;
  text-align: center;
  opacity: 0.9;
}

.triolid-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0;
}

.marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  animation: marquee-scroll 18s linear infinite;
  will-change: transform;
}
.marquee__track {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  margin-bottom: 20px;
}

.marquee__item {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
  padding: 0px;
}

.marquee__sep {
  color: #c8a96e;
  opacity: 0.5;
  font-size: 10px;
  padding: 0 4px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* -50% бо контент продубльований */
}
.why-block {
  width: 1200px;
  margin: 0px auto;
  padding: 50px 0px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 70px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.why-block__logo {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-block__item h2 {
  position: relative;
  z-index: 1;
}

.why-block__item h2::before {
  content: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/Rectangle-4327.svg");
  position: absolute;
  width: 70px;
  height: 70px;
  left: -44px;
  top: 12%;
  transform: translateY(-62%);
  z-index: -1;
}
.why-block__logo img {
  width: 100%;
  height: auto;
}

.why-block__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-block__item h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: black;
  margin-bottom: 23px;
  line-height: 1.3;
}

.why-block__item p {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.btn-potik {
  background: #000000;
  color: white;
  border-radius: 100px;
  margin: 0px auto;
  font-weight: 400;
}
.potik-btn {
  text-align: center;
}
.why-block__item p + p {
  margin-top: 10px;
}

.why-block__result {
  grid-column: 1 / -1;
  margin-top: 30px;
  background: #ffc700;
  color: #000000;
  font-family: Greenwich;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15px 32px;
  border-radius: 100px;
}

.services-blocker {
  background: var(--dark);
  padding: 50px 0px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.services-blocker .marquee {
  margin-top: 30px;
}
.services-blocker-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.services-block__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffc700;
  text-transform: uppercase;

  margin-bottom: 40px;
}

.services-listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item-card {
  background: #f1f3ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  transition: border-color 0.25s;
}

.service-item-card:hover {
}

.service-card__body {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;

  align-items: start;
}
.service-card__icon img {
  width: 140px;
  height: 140px;
}
.service-card__icon {
  width: 140px;
  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
}

.service-card__title {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: black;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-card__text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.service-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  background: #ffc700;
  margin-top: 20px;
  text-align: center;
  padding: 8px 30px;
  border-radius: 100px;
}

.service-card__tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.services-blocker .marquee__track {
  margin-bottom: 0px;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 10px 15px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.why-us-ctahover,
.how-block__cta:hover,
.tag:hover,
.service-card__actions:hover {
  transform: translateY(-2px);
}

.tag__arrow {
  font-size: 10px;
  opacity: 0.7;
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 0;
  transition: color 0.2s;
  text-decoration: none;
}

.service-card__cta:hover {
  transform: translateY(-2px);
}

.service-card__cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.service-card__cta:hover svg {
  transform: translateX(4px);
}
.about-block {
  position: relative;
  padding: 60px;
  padding-bottom: 0px;
  overflow-x: clip;
}
.rectangle {
  position: absolute;
  top: -100%;
  right: -35%;
  z-index: 1;
}
.rectangle2 {
  width: 799px;
  height: 800px;
  opacity: 0.9;
  position: absolute;
}
.why-us-header {
  display: flex;
  gap: 5px;
  position: relative;
  padding: 10px;
  padding-left: 0px;
  margin-bottom: 20px;
}
.why-us-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 5px;
  background: #ffc700;
  border-radius: 10px;
}
.blur-circle {
  width: 598px;
  height: 600px;
  background: #ffc700;
  border-radius: 50%;
  opacity: 1;
  top: 2%;
  left: -20%;
  z-index: 1;
  filter: blur(119px);
  position: absolute;
}
.blur-circle1 {
  width: 500px;
  height: 500px;
  background: #ffc700;
  border-radius: 50%;
  opacity: 1;
  top: -0%;
  right: -14%;
  z-index: 1;
  filter: blur(120px);
  position: absolute;
}
.about-block__inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.about-block__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.about-block__text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.about-block__text p + p {
  margin-top: 14px;
}

/* — Слайдер сертифікатів — */
.about-block__slider-wrap {
  margin-top: 60px;
}

.about-slider__slide {
  border-radius: 20px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  min-height: 350px;
  justify-content: center;
}

.about-slider__slide img {
  max-width: 100%;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 20px !important;
  overflow: hidden;
}

.about-slider__label {
  font-family: "Unbounded", sans-serif;
  font-size: 0px;
  font-weight: 700;
  color: #c8a96e;
}

.about-slider__name {
  font-family: "Manrope", sans-serif;
  font-size: 0px;
  color: #666;
}

.about-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.about-slider__pagination .swiper-pagination-bullet,
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #1212121a !important;
  background: transparent !important;

  border-radius: 50%;
  opacity: 1 !important;
  transition:
    background 0.2s,
    width 0.2s;
}

.about-slider__pagination .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  background: #ffc700 !important;
  width: 10px !important;
  height: 10px !important;
  border: 0px !important;
  border-radius: 100px;
}

.partners-block {
  padding: 28px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.why-us-block__inner {
  position: relative;
  z-index: 2;
}
.partners-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

.partners-slider__item {
  width: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 100px !important;
  width: 285px !important;
  padding: 9px !important;
  background-color: white !important;
  border-radius: 100px !important;
  padding: 0 8px;
}

.partners-slider__item img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.partners-slider__sub {
  font-family: Montserrat;
  font-size: 14px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  text-wrap: wrap;
  line-height: 1.2em;
}

/* ── ЧОМУ КОМПАНІЇ ОБИРАЮТЬ НАС ── */
.why-us-block {
  padding: 30px 0px;
  position: relative;
  margin: 0px auto;
  padding-bottom: 50px;
}

.why-us-block__inner {
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 20px;
  align-items: start;
  width: 1200px;
  margin: 0 auto;
}

.why-us-block__title {
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;

  line-height: 1.4em;
  margin-bottom: 24px;
}

.why-us-block__intro {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.6;
  color: #000000;
}

.why-us-block__bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-us-block__bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c8a96e;
}

.why-us-item:first-child {
  padding-top: 0;
}

.why-us-item__number,
.why-us-item__title {
  font-family: "Unbounded", sans-serif;
  margin-top: 0px;
  font-size: 20px;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 400;
}

.why-us-item__text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
}

.why-us-item__text p + p {
  margin-top: 10px;
}

.why-us-item__list {
  list-style: none;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.why-us-item__list li {
  font-family: var(--font-heading);
  font-weight: 400;
  color: #000;
  font-size: 16px;
  position: relative;
}

.why-us-item__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c8a96e;
}

.why-us-cta,
.how-block__cta {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
}

.why-us-cta:hover {
  transform: translateY(-2px);
}

.why-us-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.skip-link {
  display: none;
}
.triolid-footer__logo {
  width: 164px;
  height: auto;
  display: block;
}

.triolid-footer__links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: var(--font-body);
  margin-bottom: 8px;
}

.triolid-footer__links a {
  color: #c6c6c6;
  text-decoration: none;
}

.triolid-footer__links a:hover {
  color: #fff;
}

.triolid-footer__copy {
  color: #c6c6c6;
  font-size: 14px;

  font-family: var(--font-body);
}
.stories-text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-text-card {
  background: #fff;
  border: 1px solid #e0d8cc;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-text-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-text-card__photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #c8a96e;
}

.story-text-card__name {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.story-text-card__role {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
.how-step__num {
  background-image: url("https://triolid.siteost.pro/wp-content/uploads/2026/03/rectangle_4332.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.how-block {
  background: #000;
  padding: 50px;
  border-radius: 50px;
  position: relative;
  overflow-x: clip;
}

.how-block__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blur-circle2 {
  width: 500px;
  height: 500px;
  background: #ffc700;
  border-radius: 50%;
  opacity: 1;
  bottom: -10%;
  right: -14%;
  z-index: 1;
  filter: blur(120px);
  position: absolute;
}
.how-block__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #ffc700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

/* Кроки */
.how-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-us-block__left {
  position: sticky;
  top: 120px;
  align-self: start;
}
.how-step {
  background: #f1f3ff;
  border: 0px;
  position: relative;
  border-radius: 20px;
  padding: 20px 50px 20px 100px;
  transition: border-color 0.25s;
}

.how-step:hover {
  border-color: #3d3018;
}

.how-step__num {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  font-weight: 500;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #000;
  top: -20px;
  left: -20px;
  position: absolute;
  line-height: 1;
  padding-top: 2px;
}

.how-step__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 10px !important;
}

.how-step__list li {
  font-family: var(--font-body);
  font-weight: 500;
  color: #000;
  font-size: 16px;
  position: relative;
}

.how-block__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.how-block__cta svg {
  width: 18px;
  height: 18px;
}

.stories-block {
  padding: 50px;
  padding-bottom: 40px;
}

.stories-block__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.stories-block__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Таби */
.stories-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.stories-tab {
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}

.stories-tab--active,
.stories-tab:hover {
  background: #ffc700;
  color: #111;
  border-color: #ffc700;
}

/* Панелі */
.stories-panel {
  display: none;
}

.stories-panel--active {
  display: block;
}

/* ── Відео грід ── */
.stories-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-video-card {
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.story-video-card__thumb {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.story-video-card__play img {
  height: 100px;
  width: 93px !important;
}
.story-video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

.story-video-card:hover .story-video-card__thumb img {
  transform: scale(1.04);
}

/* Play кнопка */
.story-video-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.story-video-card__play:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* Відео wrap */
.story-video-card__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.story-video-card__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info під відео */
.story-video-card__info,
.story-text-card__header {
  padding: 15px 20px 20px 20px;
  background: linear-gradient(180deg, #ffd540 0%, #ffc702 100%);
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: self-start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.story-video-card__name,
.story-text-card__name {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.story-video-card__role,
.story-text-card__role {
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

/* ── Текстові картки ── */
.stories-text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.story-video-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.story-video-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.story-text-card {
  border: 1px solid #f9f9f9;
  border-radius: 20px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.story-text-card__body p {
  margin-bottom: 0px !important;
}
.story-text-card__body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 20px;
  color: #000;
}
.primary-nav ul {
  list-style: none;
}
/* ════════════════════════════
   SERVICE CARD POPUP
════════════════════════════ */

/* Попап — обгортка */
.svc-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.svc-popup[hidden] {
  display: none;
}

/* Затемнення фону */
.svc-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  backdrop-filter: blur(2px);
}

/* Вікно попапу */
.svc-popup__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  max-height: 85vh;
  overflow-y: auto;
  animation: popup-in 0.22s cubic-bezier(0.34, 1.36, 0.64, 1) both;
}

@keyframes popup-in {
  from {
    opacity: 0;
    transform: scale(0.93) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Заголовок */
.svc-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0px;
  padding: 20px 30px;
  background: #ffc700;
}

.svc-popup__title {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.svc-popup__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 1;
}

.svc-popup__close:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Підзаголовок */
.svc-popup__subtitle {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  padding: 16px 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Список */
.svc-popup__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-popup__wysiwyg {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #000;

  padding: 16px 30px;
  padding-top: 7px;
}

/* Блокуємо скрол body коли попап відкритий */
body.popup-open {
  overflow: hidden;
}
/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .stories-video-grid,
  .stories-text-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .how-step {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .how-step__num {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .stories-video-grid,
  .stories-text-grid {
    grid-template-columns: 1fr;
  }
  .how-block,
  .stories-block {
    padding: 48px 16px;
  }
}
@media (max-width: 1220px) {
  section,
  .site-footer {
    padding-inline: 20px !important;
  }
  .hero-content h1,
  .services-heading,
  .services-block__title,
  .about-block__title,
  .how-block__title,
  .triolid-footer__title,
  .stories-block__title {
    font-size: 38px !important;
  }
  .site-header .container {
    padding: 0px !important;
    width: 100%;
  }
  .why-block,
  .services-blocker-inner,
  .about-block__inner,
  .why-us-block__inner,
  .stories-block__inner,
  .svc-popup__box {
    width: 100% !important;
  }
  .triolid-formcard p {
    font-size: 14px;
  }
  .story-video-card__thumb {
    height: 380px;
  }
  .about-block {
    padding: 40px 20px;
  }
  .marquer,
  .partners-block {
    padding-inline: 0px !important;
  }
  .why-us-item__number,
  .why-us-item__title {
    font-size: 16px !important;
  }
  .why-us-block__inner {
    grid-template-columns: 280px 1fr !important;
  }
  .why-us-block__title {
    font-size: 24px !important;
    margin-bottom: 0px !important;
  }
  .how-step__num {
    height: 70px;
    width: 70px;
    font-size: 30px;
  }

  .how-step {
    padding-left: 60px !important;
  }
}
.site-header.scrolled {
  background: black;
}
/* ===== HAMBURGER ===== */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 100;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Анімація → хрестик */
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.service-card__tags:empty {
  display: none;
}
/* ===== МОБІЛЬНЕ МЕНЮ ===== */
@media (max-width: 1068px) {
  .menu-toggle {
    display: flex;
  }

  .primary-nav {
    display: none; /* сховано за замовчуванням */
    position: absolute;
    top: 100%; /* одразу під хедером */
    left: 0;
    right: 0;
    margin-left: 0px !important;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 16px 0;
    z-index: 99;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .site-header:has(.primary-nav.is-open) {
    background-color: #000;
  }

  .primary-nav ul li a {
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    text-decoration: none;
    color: white;

    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
  }

  .primary-nav ul li:last-child a {
    border-bottom: none;
  }
  .primary-nav ul .sub-menu {
    display: none;
    padding-left: 16px;
    background: #fafafa;
  }

  .primary-nav ul .menu-item-has-children > a::after {
    content: " ▾";
    font-size: 0.8em;
    opacity: 0.6;
  }

  .primary-nav ul .menu-item-has-children.sub-open > .sub-menu {
    display: block;
  }
  .site-header {
    width: 100vw;
    padding: 0px 20px;
    transform: none;
    left: 0px;
  }
}

@media (max-width: 768px) {
  .hero-content h1,
  .services-heading,
  .services-block__title,
  .about-block__title,
  .how-block__title,
  .triolid-footer__title,
  .stories-block__title,
  .marquee__item {
    font-size: 24px !important;
    line-height: 1.3em !important;
  }
  .why-us-item__number,
  .why-us-item__title {
    font-size: 14px !important;
    text-align: left;
  }
  .how-block {
    border-radius: 20px;
    padding: 30px;
  }
  .triolid-footer__left {
    width: 100%;
  }
  .how-block__title {
    margin-bottom: 30px !important;
  }
  .how-step {
    padding-left: 40px !important;
  }
  .triolid-footer__links {
    gap: 10px;
  }
  .how-step__num {
    width: 50px;
    height: 50px;
    left: -10px !important;
    font-size: 20px !important;
  }
  .service-item-card {
    padding: 20px;
  }
  .service-card__icon img,
  .service-card__icon {
    width: 50px;
    height: 50px;
  }
  .service-card__title {
    font-size: 16px;
  }
  .services-heading {
    margin-bottom: 20px !important;
  }
  .services-tagline {
    margin-top: 20px !important;
  }
  .hero-section {
    padding-block: 120px;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-position: bottom center;
  }
  .triolid-topbar__left {
    display: none;
  }
  .hero-content h1 {
    font-size: 28px !important;
  }
  .hero-sub {
    font-size: 14px;
  }
  .btn {
    padding: 10px 16px;
  }
  .services-section {
    padding-block: 30px;
  }
  .why-block,
  .why-us-block__inner {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .why-block__logo img,
  .why-block__logo {
    height: 150px;
    object-fit: contain;
  }
  .why-us-block__left {
    position: relative;
    top: unset;
  }
  .service-icon {
    height: 45px;
    width: 45px;
  }
  .about-block__inner,
  .service-body h3,
  .how-step__title,
  .services-tagline,
  .why-block__item h2 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .why-block__content {
    gap: 10px;
  }
  .why-block__result {
    margin-top: -5px;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1.4em;
  }
  .service-body p,
  .why-block__item p,
  .service-card__text,
  .about-block__text,
  .why-us-block__intro,
  .why-us-item__text,
  .how-step__list li {
    font-size: 13px;
    line-height: 1.4em;
  }
  .triolid-footer__title {
    margin-bottom: 20px !important;
  }
  .blur-circle1 {
    width: 300px;
    height: 300px;
    filter: blur(80px);
  }
  .about-block {
    padding-bottom: 20px !important;
  }
  .blur-circle,
  .blur-circle1,
  .blur-circle2 {
    width: 300px;
    filter: blur(80px);
    height: 300px;
  }
  .about-slider__slide {
    min-height: 250px !important;
  }
  .about-block__slider-wrap {
    margin-top: 0px !important;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .partners-slider__item {
    width: 170px !important;
    height: 70px !important;
  }
  .why-us-block__inner {
    padding: 0px !important;
  }
  .partners-slider__item img {
    max-height: 25px;
  }
  .partners-slider__sub {
    font-size: 10px;
  }
  .service-card__text p {
    margin-bottom: 12px !important;
  }
  .services-blocker {
    border-radius: 20px;
    padding: 30px 0px;
  }
  .triolid-footer,
  .site-footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-position: top center;
    padding: 30px;
  }

  .services-block__title {
    margin-bottom: 20px;
  }
  .service-card {
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
  .service-arrow {
    width: 30px;
    height: 30px;
  }
  .triolid-footer__grid,
  .why-block,
  .service-card__body,
  .about-block__inner,
  .why-us-block__inner {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }
  .triolid-footer__grid {
    gap: 0px !important;
  }
}
