/*
Theme Name: B2Hive
Author: Branko Ristic
Version: 1.0
Requires at least: 6.1
Description: Custom FSE theme for B2Hive website
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --font-primary: "Inter", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-15: 15px;
  --fs-14: 14px;
  --fs-13: 13px;
  --fs-12: 12px;
  --neutral-100: #f2f5f8;
  --main-text-color: var(--neutral-100);
  --brand-orange: #ff9201;
  --Text-Gradient: linear-gradient(180deg, #fff 0%, #9e99ae 100%);
  --color-bg: #0d0b1e;
  --neutral-100: #f2f5f8;
  --neutral-200: #f2f5f8;
  --neutral-300: #cacfd8;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #374151;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --dark-purple: #16112a;
  --error-color: #e9534a;
  --accent-color: var(--brand-orange);
  --radius: 12px;
  --transition: 0.3s ease;
  --h1-desktop-size: 72px;
  --h1-desktop-line: 82px;
  --h1-desktop-letter: -2.88px;
  --h1-tablet-size: 60px;
  --h1-tablet-line: 64px;
  --h1-tablet-letter: -2.4px;
  --h1-mobile-size: 42px;
  --h1-mobile-line: 50px;
  --h1-mobile-letter: -2.5px;
  --h2-desktop-size: 48px;
  --h2-desktop-line: 56.25px;
  --h2-desktop-letter: -1.44px;
  --h2-default-size: 40px;
  --h2-default-line: 45px;
  --h2-default-letter: -2.2px;
  --h3-desktop-size: 40px;
  --h3-desktop-line: 45px;
  --h3-desktop-letter: -1.215px;
  --h3-default-size: 36px;
  --h3-default-line: 40px;
  --h3-default-letter: -1.08px;
  --h4-size: 32px;
  --h4-line: 40px;
  --h4-letter: -1px;
  --h5-size: 24px;
  --h5-line: 32px;
  --h5-letter: -0.8px;
  --h6-size: 20px;
  --h6-line: 28px;
  --h6-letter: -0.6px;
  --body-text-size: 14px;
  --body-text-line: 28px;
  --body-text-letter: -0.14px;
  --letter-spacing-h: -2px;
  --color-bg: var(--dark-purple);
  --color-text: #e5e7eb;
  --color-accent: #8b5cf6;
  --radius: 12px;
  --transition: 0.3s ease;
  --gradient-primary: linear-gradient(180deg, #7f60ff 0%, #5b43bb 100%);
  --gradient-secondary: linear-gradient(180deg, #7f60ff 0%, #4c43a9 100%);
  --gradient-white: linear-gradient(180deg, #ffffff 20%, #ffffff 0%);
  --gradient-black: linear-gradient(180deg, #222530 0%, #181825 100%);
  --button-shadow: 0px 16px 24px -8px rgba(24, 27, 37, 0.1);
  --button-radius: 12px;
  --button-border: 1px solid rgba(255, 255, 255, 0.2);
  --checkbox-size: 20px;
  --checkbox-radius: 4px;
  --checkbox-border-default: #28303b;
  --checkbox-border-hover: #7177b4;
  --checkbox-border-focus: #7f60ff;
  --checkbox-border-disabled: #222530;
  --checkbox-fill-checked: #7f60ff;
  --checkbox-fill-hover: #9875ff;
  --checkbox-fill-disabled: #222530;
  --checkbox-icon-color: #0e121b;
  --checkbox-disabled-opacity: 0.5;
  --transition-fast: 0.2s ease-out;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  font-size: var(--body-md-size);
  line-height: var(--body-md-line);
  font-weight: var(--fw-regular);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: red;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

ul {
  list-style: disc outside;
  margin-bottom: 16px;
  padding-left: 24px;
}

b,
strong {
  font-weight: var(--fw-bold);
}

button {
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 14px;
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-center-desktop {
  text-align: left;
}
@media (min-width: 992px) {
  .text-center-desktop {
    text-align: center;
  }
}

.nowrap {
  white-space: nowrap;
}

.highlighted, .highlight {
  color: var(--brand-orange);
}
p[class*="subheading"] .highlight {
  font-weight: bold;
}

body {
  font-family: var(--font-primary);
  font-size: var(--body-text-size);
  line-height: var(--body-text-line);
  font-weight: var(--fw-regular);
  color: var(--main-text-color);
  background-color: var(--color-bg);
  letter-spacing: var(--body-text-letter);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: var(--body-text-size);
  line-height: var(--body-text-line);
  letter-spacing: var(--body-text-letter);
  color: var(--main-text-color);
  margin-bottom: 16px;
}

.text-neutral-300 {
  color: var(--neutral-300);
}
.text-neutral-300 p {
  color: var(--neutral-400);
}

.text-neutral-400 {
  color: var(--neutral-400);
}
.text-neutral-400 p {
  color: var(--neutral-400);
}

.text-margin-bottom-big p,
.text-margin-bottom-big strong,
.text-margin-bottom-big b {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  text-align: left;
  background: var(--Text-Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}

h1 {
  font-size: var(--h2-desktop-size);
  line-height: var(--h2-desktop-line);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--h2-desktop-letter);
}

.front-page h1 {
  font-size: var(--h1-mobile-size);
  line-height: var(--h1-mobile-line);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--h1-mobile-letter);
}

h2 {
  font-size: var(--h2-default-size);
  line-height: var(--h2-default-line);
  font-weight: var(--fw-medium);
  letter-spacing: var(--h2-default-letter);
}
h2 span.highlight {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: var(--brand-orange) !important;
  color: var(--brand-orange);
}

h3 {
  font-size: var(--h3-default-size);
  line-height: var(--h3-default-line);
  font-weight: var(--fw-medium);
  letter-spacing: var(--h3-default-letter);
}

h4 {
  font-size: var(--h4-size);
  line-height: var(--h4-line);
  font-weight: var(--fw-medium);
  letter-spacing: var(--h4-letter);
}

h5 {
  font-size: var(--h5-size);
  line-height: var(--h5-line);
  font-weight: var(--fw-medium);
  letter-spacing: var(--h5-letter);
}

h6 {
  font-size: var(--h6-size);
  line-height: var(--h6-line);
  font-weight: var(--fw-medium);
  letter-spacing: var(--h6-letter);
}

@media (min-width: 769px) and (max-width: 991px) {
  .front-page h1 {
    font-size: var(--h1-tablet-size);
    line-height: var(--h1-tablet-line);
    letter-spacing: var(--h1-tablet-letter);
  }
  h1 {
    font-size: var(--h2-desktop-size);
    line-height: var(--h2-desktop-line);
    letter-spacing: var(--h2-desktop-letter);
  }
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .front-page h1 {
    font-size: var(--h1-desktop-size);
    line-height: var(--h1-desktop-line);
    letter-spacing: var(--h1-desktop-letter);
  }
  h1 {
    font-size: var(--h2-desktop-size);
    line-height: var(--h2-desktop-line);
    letter-spacing: var(--h2-desktop-letter);
  }
  h2 {
    font-size: var(--h2-desktop-size);
    line-height: var(--h2-desktop-line);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--h2-desktop-letter);
  }
  h3 {
    font-size: var(--h3-desktop-size);
    line-height: var(--h3-desktop-line);
    font-weight: var(--fw-medium);
    letter-spacing: var(--h3-desktop-letter);
  }
}
.glow::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-image: url("assets/bkgd/bkgd-glow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: -1;
}
.glow::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url("assets/bkgd/bkgd-glow-center-blur.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: -1;
}
.glow--top-left::before {
  top: -200px;
  left: -132px;
}
.glow--top-right::before {
  background-image: url("assets/bkgd/bkgd-glow-top-right.svg");
  background-position: top right;
  width: 100vw;
  height: 100vh;
  top: 60px;
}
.glow--center-left::before {
  background-image: url("assets/bkgd/bkgd-glow-center-left.svg");
  background-position: top left;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.bg-dark-purple {
  position: relative;
}
.bg-dark-purple::before {
  background-color: var(--dark-purple);
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bkgd--central-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-image: url("assets/bkgd/top-glow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: -1;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .bkgd--central-top::before {
    top: -75px;
  }
}
.bkgd--central-top-glowdots-desktop {
  position: relative;
}
.bkgd--central-top-glowdots-desktop::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-image: url("assets/bkgd/bkgd-glow-mobile.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .bkgd--central-top-glowdots-desktop::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-image: url("assets/bkgd/bkgd-center-top-glowdots.png");
    background-repeat: no-repeat;
    background-size: 2559px 1212px;
    background-position: top center;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bkgd--central-bottom {
  position: relative;
}
.bkgd--central-bottom::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-image: url("assets/bkgd/bottom-glow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bkgd--central-bottom-big {
  position: relative;
}
.bkgd--central-bottom-big::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-image: url("assets/bkgd/bottom-glow-big.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .bkgd--central-bottom-big.not-on-mobile::after {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 30px;
  background: var(--color-bg);
  z-index: 1000;
}
@media (min-width: 768px) {
  .site-header {
    padding: 12px 0;
  }
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header .logo img {
  height: 30px;
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header .main-nav ul {
  list-style: none outside;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
}
.site-header .main-nav ul li a {
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--main-text-color);
  transition: color var(--transition);
}
.site-header .main-nav ul li a:hover {
  color: var(--color-accent);
}
.site-header .main-nav ul li.btn--primary a:hover {
  color: var(--primary-white);
}
@media (max-width: 799px) {
  .site-header .main-nav {
    display: none;
  }
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header .header-actions .btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: var(--fw-medium);
}
.site-header .header-actions .lang-select {
  position: relative;
  padding-right: 20px;
  font-weight: var(--fw-medium);
  color: var(--main-text-color);
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
.site-header .header-actions .lang-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("assets/icons/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media (min-width: 799px) {
  .site-header .header-actions {
    display: none;
  }
}
.site-header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.site-header .menu-toggle img {
  height: 24px;
  width: 24px;
}
@media (max-width: 799px) {
  .site-header .menu-toggle {
    display: block;
  }
}

main section {
  max-width: 1220px;
  margin: 0 auto;
}
main section.width-920 {
  max-width: 920px;
}

.site-footer {
  background: var(--color-bg);
  border-top: 1px solid rgba(113, 85, 228, 0);
  padding: 50px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(113, 85, 228, 0) 0%,
    rgb(113, 85, 228) 50%,
    rgba(113, 85, 228, 0) 100%
  );
}
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  width: 100%;
}
.site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.site-footer .footer-logo {
  height: 29px;
}
.site-footer .footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.site-footer .footer-contact .footer-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--fw-medium);
  color: var(--main-text-color);
}
.site-footer .footer-contact .footer-link img {
  height: 18px;
  width: auto;
}
.site-footer .footer-contact .footer-link.email {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .footer-contact .footer-link.whatsapp {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .footer-contact .separator {
  color: var(--main-text-color);
  margin: 0 4px;
  opacity: 0.2;
}
.site-footer .footer-offices {
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-offices .offices-text {
  max-width: 250px;
  margin-bottom: 0;
}
.site-footer .footer-offices .offices-text .separator.first {
  margin: 0 6px;
  color: var(--main-text-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
}
.site-footer .footer-offices .offices-text .separator.first:before {
  content: "•";
}
.site-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  gap: 20px;
  border-top: 1px solid var(--neutral-700);
  font-size: 12px;
}
.site-footer .footer-links {
  font-size: 14px;
}
.site-footer .footer-links a {
  color: var(--main-text-color);
  text-decoration: none;
}
.site-footer .footer-links .separator {
  margin: 0 12px;
  color: var(--main-text-color);
  opacity: 0.2;
}
.site-footer .footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-footer .footer-legal.footer-legal-mobile {
  display: flex;
  max-width: 323px;
  line-height: 24px;
}
.site-footer .footer-legal.footer-legal-desktop {
  display: none;
}
.site-footer .footer-disclaimer {
  font-size: 12px;
  color: var(--neutral-500);
  line-height: 18px;
  max-width: 323px;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 75px 142px 75px 142px;
    text-align: left;
  }
  .site-footer .footer-inner {
    align-items: stretch;
    gap: 24px;
  }
  .site-footer .footer-logo {
    height: 28px;
  }
  .site-footer .footer-contact {
    justify-content: flex-start;
  }
  .site-footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    order: 1;
    padding-top: 24px;
    border-top: 1px solid var(--neutral-700);
  }
  .site-footer .footer-offices {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 0;
    max-width: none;
    gap: 24px;
  }
  .site-footer .footer-offices .offices-text {
    max-width: none;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .site-footer .footer-offices .offices-text .separator {
    width: 1px;
    height: 12px;
    margin: 0;
    background-color: var(--main-text-color);
    opacity: 0.2;
  }
  .site-footer .footer-offices .offices-text .separator:before {
    display: none;
  }
  .site-footer .footer-legal.footer-legal-mobile {
    display: none;
  }
  .site-footer .footer-legal.footer-legal-desktop {
    display: flex;
  }
  .site-footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    order: 2;
  }
  .site-footer .footer-bottom .footer-disclaimer {
    max-width: none;
  }
  .site-footer .footer-offices {
    font-size: 14px;
  }
}

.test-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
input[type=submit].wpcf7-submit,
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 17px 32px;
  font-size: 14px;
  line-height: 18px;
  gap: 4px;
  font-family: var(--font-primary);
  font-weight: var(--fw-regular);
  border-radius: var(--button-radius);
  border: var(--button-border);
  box-shadow: var(--button-shadow);
  cursor: pointer;
  transition: all var(--transition);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}
input[type=submit].wpcf7-submit,
.btn.large {
  padding: 17px 32px;
  font-size: 14px;
  line-height: 18px;
}
.btn.medium {
  padding: 13px 32px;
  font-size: 14px;
  line-height: 18px;
}
input[type=submit].wpcf7-submit,
.btn.btn--primary {
  background: linear-gradient(
        180deg,
        rgb(126, 95, 253) 0%,
        rgb(91, 68, 188) 100%
      )
      padding-box,
    linear-gradient(180deg, rgb(152, 127, 254), rgb(91, 68, 187)) border-box;
  color: #fff;
}
input[type=submit].wpcf7-submit:hover,
.btn.btn--primary:hover,
.btn.btn--primary.hover {
  background: linear-gradient(
        180deg,
        rgb(140, 128, 247) 0%,
        rgb(128, 97, 254) 100%
      )
      padding-box,
    linear-gradient(180deg, rgb(163, 153, 248), rgb(127, 97, 254)) border-box;
}
input[type=submit].wpcf7-submit:active,
.btn.btn--primary:active,
.btn.btn--primary.pressed {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    var(--gradient-primary);
}
input[type=submit].wpcf7-submit:focus-visible,
.btn.btn--primary:focus-visible,
.btn.btn--primary.focus {
  outline: 1px solid #4c41e1;
  outline-offset: 2px;
}
input[type=submit].wpcf7-submit:disabled,
.btn.btn--primary:disabled,
.btn.btn--primary.disabled {
  background: var(--gradient-primary);
  opacity: 0.2;
  cursor: not-allowed;
}
.btn.btn--secondary {
  background: linear-gradient(180deg, #221a41 0%, #1b1534 100%) padding-box,
    linear-gradient(180deg, #7f60ff, rgb(36, 29, 69)) border-box;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0px 0.75px 1.5px 0px rgba(13, 32, 62, 0.5);
  transition: all 0.3s ease;
}
.btn.btn--secondary:hover,
.btn.btn--secondary.hover {
  background: linear-gradient(180deg, rgb(78, 62, 141) 0%, rgb(47, 37, 91) 100%)
      padding-box,
    linear-gradient(180deg, rgb(126, 95, 254), rgb(55, 43, 106)) border-box;
}
.btn.btn--secondary:active,
.btn.btn--secondary.pressed {
  background: linear-gradient(180deg, rgb(27, 21, 52) 0%, rgb(22, 17, 42) 100%)
      padding-box,
    linear-gradient(180deg, rgb(126, 95, 253), rgb(35, 28, 68)) border-box;
}
.btn.btn--secondary:focus-visible,
.btn.btn--secondary.focus {
  outline: 1px solid #4c41e1;
  outline-offset: 2px;
}
.btn.btn--secondary:disabled,
.btn.btn--secondary.disabled {
  background: linear-gradient(180deg, #4c43a9 0%, #282742 100%);
  opacity: 0.2;
  cursor: not-allowed;
}
.btn.btn--white {
  background: #fff;
  color: #000;
}
.btn.btn--white:hover,
.btn.btn--white.hover {
  background: #f4f4f4;
}
.btn.btn--white:active,
.btn.btn--white.pressed {
  background: #eee;
}
.btn.btn--white:focus-visible,
.btn.btn--white.focus {
  outline: 1px solid #4c41e1;
  outline-offset: 2px;
}
.btn.btn--white:disabled,
.btn.btn--white.disabled {
  background: #fff;
  opacity: 0.2;
  cursor: not-allowed;
}
.btn.btn--black {
  background: var(--gradient-black);
  color: #fff;
}
.btn.btn--black:hover,
.btn.btn--black.hover {
  background: #1c1c2c;
}
.btn.btn--black:active,
.btn.btn--black.pressed {
  background: #10101a;
}
.btn.btn--black:focus-visible,
.btn.btn--black.focus {
  outline: 1px solid #4c41e1;
  outline-offset: 2px;
}
.btn.btn--black:disabled,
.btn.btn--black.disabled {
  background: var(--gradient-black);
  opacity: 0.2;
  cursor: not-allowed;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 105px;
}



label {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: var(--fw-medium);
  line-height: 24px;
  color: var(--main-text-color);
  display: flex;
  align-items: center;
  gap: 4px;
}
label span.optional {
  font-size: 14px;
  font-weight: var(--fw-regular);
  color: var(--neutral-500, #9ca3af);
}
label:has(input[type="checkbox"]) {
  gap: 15px;
  color: var(--neutral-500);
  font-size: var(--fs-12);
  font-weight: var(--fw-regular);
  line-height: 24px;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  padding: 16px 12px;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: var(--fw-regular);
  line-height: 24px;
  color: var(--main-text-color);
  background-color: transparent;
  border: 1px solid var(--neutral-700, #374151);
  border-radius: 8px;
  outline: none;
  transition: border var(--transition), box-shadow var(--transition);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--neutral-400, #9ca3af);
  opacity: 1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: var(--neutral-400, #9ca3af);
  opacity: 1;
}
input[type="text"]:hover,
input[type="text"].hover,
input[type="email"]:hover,
input[type="email"].hover,
input[type="tel"]:hover,
input[type="tel"].hover,
input[type="password"]:hover,
input[type="password"].hover,
textarea:hover,
textarea.hover {
  border-color: var(--neutral-500);
}
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="text"].focus,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="email"].focus,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="tel"].focus,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="password"].focus,
textarea:focus,
textarea:focus-visible,
textarea.focus {
  border-color: var(--checkbox-border-focus);
  box-shadow: 0 0 0 2px rgba(108, 82, 255, 0.1);
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="password"].error,
textarea.error {
  border-color: var(--error-color);
}
input[type="text"].disabled,
input[type="email"].disabled,
input[type="tel"].disabled,
input[type="password"].disabled,
textarea.disabled {
  background-color: transparent;
  border-color: var(--checkbox-border-disabled);
  opacity: var(--checkbox-disabled-opacity);
  cursor: not-allowed;
}

input[type="checkbox"],
.checkbox {
  position: relative;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  min-width: var(--checkbox-size);
  min-height: var(--checkbox-size);
  border: 1px solid var(--checkbox-border-hover);
  border-radius: var(--checkbox-radius);
  background-color: transparent;
  transition: all var(--transition-fast);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
input[type="checkbox"]:hover,
input[type="checkbox"].hover,
.checkbox:hover,
.checkbox.hover {
  border-color: var(--checkbox-border-hover);
  background-color: var(--checkbox-fill-hover);
}
input[type="checkbox"]:focus-visible,
input[type="checkbox"].focus,
.checkbox:focus-visible,
.checkbox.focus {
  border-color: var(--checkbox-border-focus);
  box-shadow: 0 0 0 2px rgba(108, 82, 255, 0.1);
}
input[type="checkbox"]:checked,
input[type="checkbox"].checked,
.checkbox:checked,
.checkbox.checked {
  border-color: var(--checkbox-border-hover);
  background-color: var(--checkbox-fill-hover);
}
input[type="checkbox"]:checked:checked::after,
input[type="checkbox"]:checked.checked::after,
input[type="checkbox"].checked:checked::after,
input[type="checkbox"].checked.checked::after,
.checkbox:checked:checked::after,
.checkbox:checked.checked::after,
.checkbox.checked:checked::after,
.checkbox.checked.checked::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/icons/check-white.svg");
  opacity: 1;
}
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
.checkbox:disabled,
.checkbox.disabled {
  opacity: var(--checkbox-disabled-opacity);
  background-color: var(--checkbox-fill-disabled);
  border-color: var(--checkbox-border-disabled);
  cursor: not-allowed;
}

.badge {
  display: inline-flex;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  gap: 5px;
  color: var(--neutral-300);
  font-size: var(--fs-12);
  font-weight: var(--fw-medium);
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(127, 96, 255, 0.2);
}
.badge .badge-icon {
  width: 16px;
  height: 16px;
}
.badge .badge-icon img {
  width: 100%;
  height: 100%;
}
.badge .badge-text .highlight {
  color: var(--brand-orange);
}

.contact-form-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form-page__heading {
  text-align: center;
  margin: 30px 0;
}
.contact-form-page__subheading {
  text-align: center;
  margin-bottom: 40px;
  max-width: 640px;
  color: var(--neutral-200);
  font-size: var(--fs-15);
  line-height: 21px;
}
.contact-form-page__form {
  background: var(--dark-purple, #16112a);
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-page__form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-page__form form p {
  margin: 0;
}
.contact-form-page__form form .wpcf7-list-item {
  margin: 0;
}
.contact-form-page__center {
  align-items: center;
  text-align: center;
}
.contact-form-page__right {
  max-width: 1150px;
  display: grid;
  grid-template-columns: 433px 1fr;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-form-page__right {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .contact-form-page__right .contact-form-page__form {
    margin: 0 auto;
  }
}
.contact-form-page__right .contact-form-page__form {
  margin-left: auto;
  width: 100%;
  max-width: 420px;
}
.contact-form-page__form .form-group p {
    margin: 0;
}
.contact-form-page__right .contact-form-page__heading,
.contact-form-page__right .contact-form-page__subheading {
  text-align: left;
}
.contact-form-page__right .contact-form-page__subheading {
  max-width: 39ch;
}
.contact-form-page__right .contact-form-page__content {
  max-width: 560px;
}
.contact-form-page__left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.contact-form-page__left .contact-form-page__form {
  margin-right: auto;
}
.contact-form-page__left .contact-form-page__heading,
.contact-form-page__left .contact-form-page__subheading {
  text-align: left;
}

.hero-block {
  padding: 60px 20px 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-block__inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.hero-block__subtitle {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 28px;
  max-width: 600px;
}
.hero-block__actions {
  display: flex;
  gap: 12px;
}
@media (min-width: 480px) {
  .hero-block__actions {
    flex-direction: row;
    justify-content: center;
  }
}
.hero-block__actions .btn {
  padding: 14px 24px;
  min-width: 160px;
}

.carousel-preview-block {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.carousel-preview-block .swiper {
  overflow: visible;
}
.carousel-preview-block__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.carousel-preview-block__container img.carousel-preview-block__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1132px;
}

.carousel-preview-block {
  /* Make bullet element a bigger clickable box */
  /* Visual line inside the bullet */
  /* Active line styling */
  /* Add blur to non-active slides */
}
.carousel-preview-block .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-preview-block .swiper-button-next,
.carousel-preview-block .swiper-button-prev {
  color: var(--brand-orange);
  display: none !important;
}
.carousel-preview-block .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* or however far you want it */
  position: relative;
}
.carousel-preview-block .swiper-pagination-bullet {
  background: var(--brand-orange);
  opacity: 0.7;
}
.carousel-preview-block .swiper-pagination-bullet-active {
  opacity: 1;
}
.carousel-preview-block .swiper-pagination-bullet {
  width: 44px; /* clickable width */
  height: 20px; /* clickable height */
  background: transparent;
  position: relative;
  margin: 0 6px !important;
  cursor: pointer;
}
.carousel-preview-block .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px; /* line length */
  height: 2px; /* line thickness */
  border-radius: 2px;
  background: var(--neutral-700); /* default color */
  transform: translateY(-50%);
  transition: background 0.3s;
}
.carousel-preview-block .swiper-pagination-bullet-active::before {
  background: var(--brand-orange);
}
.carousel-preview-block .carousel-swiper {
  padding: 0 0 60px;
}
.carousel-preview-block .carousel-swiper .swiper-slide {
  width: 90%;
  max-width: 1130px;
  transition: filter 0.5s ease;
}
.carousel-preview-block
  .carousel-swiper
  .swiper-slide:not(.swiper-slide-active) {
  filter: blur(2px) brightness(0.7);
}

[data-aos] {
  will-change: transform, opacity;
  transition-timing-function: ease-out;
}

/*




  data-aos="fade-up"
  data-aos-delay="200"
  data-aos-duration="1000"
  data-aos-easing="ease-in-out"


    data-aos="fade"
    data-aos="fade-up"
    data-aos="fade-down"
    data-aos="fade-left"
    data-aos="fade-right"
    data-aos="fade-up-right"
    data-aos="fade-up-left"
    data-aos="fade-down-right"
    data-aos="fade-down-left"

    data-aos="flip-up"
    data-aos="flip-down"
    data-aos="flip-left"
    data-aos="flip-right"

    data-aos="slide-up"
    data-aos="slide-down"
    data-aos="slide-left"
    data-aos="slide-right"

    data-aos="zoom-in"
    data-aos="zoom-in-up"
    data-aos="zoom-in-down"
    data-aos="zoom-in-left"
    data-aos="zoom-in-right"

    data-aos="zoom-out"
    data-aos="zoom-out-up"
    data-aos="zoom-out-down"
    data-aos="zoom-out-left"
    data-aos="zoom-out-right"

  Disabling animatios for mobile example:
  @media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
  Custom easing:
  [data-aos] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0) !important;
}
  Or for specific animations:
  [data-aos="fade-up"] {
  transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950) !important;
}

.smooth {
    -webkit-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

*/
[data-aos="slide-left"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}

.stats-bar {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 112px 24px;
}
@media (min-width: 768px) {
  .stats-bar {
    max-width: 1040px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
.stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 0 22px;
}
.stats-bar__item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -24px;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgb(127, 96, 255),
    rgba(127, 96, 255, 0)
  );
}
@media (min-width: 768px) {
  .stats-bar__item::before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgb(127, 96, 255),
      rgba(127, 96, 255, 0)
    );
  }
}
.stats-bar__value {
  font-size: 28px;
  font-weight: var(--fw-bold);
  color: var(--primary-white);
  margin-bottom: 8px;
}
.stats-bar__label {
  font-size: 13px;
  color: var(--neutral-300);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-on-tablet {
    display: none !important;
  }
}

.product-cards {
  padding: 48px 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .product-cards {
    padding: 150px 20px;
  }
}
.product-cards__heading {
  max-width: 820px;
  margin: 0 auto 74px;
}
.product-cards__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.product-cards .product-card {
  background: #16112a;
  border-radius: 16px;
  padding: 24px;
  transition: background 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.product-cards .product-card__list {
  flex-direction: row;
  gap: 16px;
}
.product-cards .product-card__icon {
  width: 116px;
  height: 116px;
}
.product-cards .product-card__title {
  font-size: 22px;
  line-height: 27px;
  font-weight: var(--fw-semibold);
  margin-bottom: 6px;
  color: var(--main-text-color);
  text-align: left;
}
.product-cards .product-card__desc {
  font-size: 14px;
  line-height: 18px;
  color: var(--neutral-100);
  text-align: left;
}
@media (min-width: 992px) {
  .product-cards__list {
    flex-direction: row;
    gap: 24px;
  }
  .product-cards .product-card {
    width: 214px;
    flex-direction: column;
    cursor: pointer;
  }
  .product-cards .product-card__title {
    font-size: 22px;
    font-weight: var(--fw-semibold);
    margin-bottom: 6px;
    color: var(--main-text-color);
    text-align: center;
  }
  .product-cards .product-card__desc {
    text-align: center;
  }
  .product-cards .product-card:hover {
    background: #1c1535;
    transition: background 0.3s ease-in-out;
  }
}

.feature-section {
  padding: 40px 24px 90px;
}
@media (min-width: 992px) {
  .feature-section {
    padding: 160px 20px;
  }
}
.feature-section__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 992px) {
  .feature-section__container {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    gap: 80px;
  }
}
.feature-section__container.feature-section--image-left {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .feature-section__container.feature-section--image-left {
    flex-direction: row-reverse;
  }
}
.feature-section__content .feature-section__heading {
  margin: 30px 0;
}
.feature-section__content .feature-section__description {
  margin-bottom: 30px;
  color: var(--neutral-200);
  font-size: var(--fs-15);
  line-height: 1.5;
}
@media (min-width: 992px) {
  .feature-section__image {
    max-width: 560px;
  }
}
.feature-section__image img {
  width: 100%;
  border-radius: 16px;
}

.hive-feature-block {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .hive-feature-block {
    padding: 150px 20px;
  }
}
.hive-feature-block__heading {
  max-width: 820px;

  @media (min-width: 992px) {
    margin: 0 auto;
  }
}
.hive-feature-block__heading .highlighted {
  color: var(--brand-orange);
}
.hive-feature-block__subheading {
  max-width: 820px;
  color: var(--neutral-300);
  font-size: var(--fs-16);
}
.hive-feature-block__media {
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .hive-feature-block__media {
    order: -1;
  }
}
.hive-feature-block__media img {
  width: 100%;
  height: auto;
  display: block;
}
.hive-feature-block.hive-feature-block--center {
  align-items: center;
  text-align: center;
}
.hive-feature-block.hive-feature-block--center-desktop {
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 992px) {
  .hive-feature-block.hive-feature-block--center-desktop {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hive-feature-block .btn.btn--primary {
    order: 2;
  }
}
.hive-feature-block .checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  max-width: 800px;
  padding: 0;
  list-style: none;
}
.hive-feature-block .checklist li {
  position: relative;
  padding-left: 28px;
  font-size: var(--fs-14);
  color: var(--neutral-100);
}
.hive-feature-block .checklist li::before {
  content: "";
  background: url("assets/icons/check-circle.svg") no-repeat center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.15em;
}

.info-graphic-block {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .info-graphic-block {
    padding: 150px 20px;
    text-align: center;
    align-items: center;
  }
}
.info-graphic-block__heading {
  margin: 20px 0;
}
.info-graphic-block__description {
  max-width: 820px;
  color: var(--neutral-200);
  font-size: 16px;
  line-height: 1.7;
  @media (min-width: 992px) {
    margin: 0 auto 30px;
  }
}
.info-graphic-block__description strong {
  color: var(--accent-color);
}
.info-graphic-block__image {
  margin: 40px auto;
}
@media (max-width: 991px) {
  .info-graphic-block__image {
    order: -1;
  }
}
.info-graphic-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.info-graphic-block__supporting-text {
  font-size: 14px;
  color: var(--neutral-300);
}
.info-graphic-block--center {
  text-align: left;
}
@media (min-width: 992px) {
  .info-graphic-block--center {
    text-align: center;
  }
}
.info-graphic-block--center .info-graphic-block__image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .info-graphic-block .btn.btn--primary {
    order: 2;
  }
}

.info-accordion-block {
  padding: 48px 24px;
}
@media (min-width: 992px) {
  .info-accordion-block {
    padding: 150px 20px;
  }
}
.info-accordion-block__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .info-accordion-block__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 24px;
  }
}
.info-accordion-block__heading {
  margin: 30px 0;
  text-align: left;
}
.info-accordion-block__text {
  flex: 1;
  max-width: 600px;
}
.info-accordion-block__image {
  flex: 1;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .info-accordion-block__image {
    order: -1;
  }
}
@media (min-width: 992px) {
  .info-accordion-block__image {
    margin-top: 0;
  }
}
.info-accordion-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.accordion__item {
  border-left: 2px solid var(--neutral-700);
  padding-left: 16px;
  transition: border-color 0.3s ease;
}
.accordion__item.active {
  border-color: var(--accent-color);
}
.accordion__header {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--main-text-color);
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.accordion__panel {
  font-size: 14px;
  line-height: 1.6;
  color: var(--neutral-300);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}
.accordion__panel p {
  color: var(--neutral-400);
  margin: 0;
}
.accordion__item.active .accordion__panel {
  opacity: 1;
  margin-top: 4px;
}

.liquidity-section {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .liquidity-section {
    padding: 150px 20px;
  }
}
@media (min-width: 992px) {
  .liquidity-section {
    align-items: center;
  }
}
.liquidity-section__heading {
  margin: 30px 0;
}
.liquidity-section__description {
  color: var(--main-text-color);
  font-size: var(--fs-16);
  line-height: 1.6;
  max-width: 820px;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 992px) {
  .liquidity-section__description {
    text-align: center;
  }
}
.liquidity-section__description .highlight {
  color: var(--accent-color);
}
.liquidity-section__image {
  margin: 40px 0 75px;
  width: 100%;
}
@media (max-width: 991px) {
  .liquidity-section__image {
    order: -1;
  }
}
.liquidity-section__image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-section {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .about-section {
    padding: 150px 20px;
  }
}
@media (min-width: 992px) {
  .about-section {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
}
.about-section__image {
  flex: 1;
}
.about-section__image picture,
.about-section__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.about-section__content {
  flex: 1;
  max-width: 600px;
}
.about-section__heading {
  margin: 24px 0;
  text-align: left;
}
.about-section__text {
  font-size: var(--fs-16);
  color: var(--main-text-color);
  line-height: 1.6;
  margin-bottom: 20px;
}

.get-started-section {
  padding: 100px 24px 50px;
  background: radial-gradient(
    circle at top,
    rgba(132, 95, 255, 0.15),
    transparent 70%
  );
}
@media (min-width: 992px) {
  .get-started-section {
    padding: 150px 20px;
  }
}
.get-started-section .section-title {
  margin-bottom: 40px;
}
.get-started-section .card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .get-started-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .get-started-section .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .get-started-section .card-grid .card {
    flex-direction: column;
  }
}
.get-started-section .card {
  background: linear-gradient(to bottom, rgb(33, 25, 64), rgba(33, 25, 64, 0));
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  display: flex;
  gap: 16px;
}
.get-started-section .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.get-started-section .card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
}
.get-started-section .card-title {
  font-size: 22px;
  font-weight: var(--fw-semibold);
  color: var(--main-text-color);
  margin-bottom: 8px;
}
.get-started-section .card-text {
  font-size: 13px;
  color: var(--neutral-400);
  line-height: 24px;
}

.tech-provider-section {
  padding: 50px 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .tech-provider-section {
    padding: 150px 20px;
  }
}
.tech-provider-section .tech-provider-title {
  margin-bottom: 24px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.tech-provider-section .btn-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.tech-provider-section .btn-group .mobile-menu-list {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .tech-provider-section .btn-group {
    flex-direction: row;
  }
}

.checkmark-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .checkmark-list.desktop-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
  }
}
.checkmark-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: var(--main-text-color);
  line-height: 1.6;
  text-align: left;
}
.checkmark-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("assets/icons/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .checkmark-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 340px;
  background: #7f60ff;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-consent.hidden {
  display: none;
}
.cookie-consent h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cookie-consent p {
  font-size: 14px;
  line-height: 1.6;
  color: #f5f5f5;
}
.cookie-consent p a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.cookie-consent .cookie-accept {
  margin-top: 16px;
  background: #1e1e1e;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 10px;
  cursor: pointer;
}
.cookie-consent .cookie-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.mobile-menu-popup[hidden] {
  display: none !important;
}

.mobile-menu-popup {
  position: fixed;
  inset: 0;
  background: #0c0c18;
  z-index: 9999;
  overflow-y: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.3s ease;
  border-radius: 0;
}
.mobile-menu-popup.visible {
  display: block;
}
.mobile-menu-popup .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-menu-popup .mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .top-border-orange {
    padding-top: 24px;
    position: relative;
    width: 100%;
  }
  .top-border-orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(255, 146, 1, 0) 0%,
      rgb(255, 146, 1) 50%,
      rgba(255, 146, 1, 0) 100%
    );
  }
}

.top-border-purple {
  position: relative;
}
.top-border-purple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(113, 85, 228, 0) 0%,
    rgb(113, 85, 228) 50%,
    rgba(113, 85, 228, 0) 100%
  );
}

.bottom-border-purple {
  position: relative;
}
.bottom-border-purple::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(113, 85, 228, 0) 0%,
    rgb(113, 85, 228) 50%,
    rgba(113, 85, 228, 0) 100%
  );
}

.contact-us {
  padding: 50px 20px 50px;
}
@media (min-width: 992px) {
  .contact-us {
    padding: 105px 20px 214px;
  }
}

.book-a-demo {
  padding: 60px 20px 50px;
}
@media (min-width: 992px) {
  .book-a-demo {
    padding: 45px 20px 181px;
  }
}


.textual-page {
  padding: 50px 20px 50px;
}

.textual-page body {
  background-color: var(--dark-purple);
}
@media (min-width: 992px) {
  .textual-page {
    padding: 104px 20px 182px;
  }
}

.textual-page h2 {
  text-align: left;
  margin-bottom: 52px;
}
.textual-page h3 {
  text-align: left;
  font-size: var(--body-text-size);
  line-height: var(--body-text-line);
  letter-spacing: var(--body-text-letter);
}

.textual-page p,
.textual-page ul {
  margin-bottom: 34px;
}

.textual-page a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Wordpress overrides */
.page-template-front-page h1.entry-title {
    display: none !important;
  }

/* Disables AOS if class no-aos is present on the body */
body.no-aos [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

/* Language switcher container */
.wpml-ls-current-language {
  position: relative;
  list-style: none;
  /* margin-left: 20px; */
}

/* Current language (button-style) */
.wpml-ls-current-language > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-headings);
  border-radius: 6px;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .main-nav .wpml-ls-current-language:hover > a {
  color: var(--color-accent);
}



/* Dropdown caret */
.wpml-ls-current-language > a::after {
  content: '▾';
  font-size: 10px;
}
.wpml-ls-current-language > a::before {
  content: url("assets/icons/globe.svg");
  width: 15px;
  height: 15px;
  display: block;
  background-size: contain;
  position: relative;
  top: -2px;
}

/* Dropdown menu */
 .site-header .main-nav .wpml-ls-current-language ul.sub-menu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background: #15162F;
  border-radius: 8px;
  min-width: 110px;
  padding: 6px 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: right;
}

/* Language list items */
.wpml-ls-current-language ul.sub-menu li {
  list-style: none;
}

/* Language links */
.wpml-ls-current-language ul.sub-menu li a {
  display: block;
  padding: 10px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-headings);
}

/* Hover effect */
.wpml-ls-current-language ul.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.wpml-ls-current-language .sub-menu .wpml-ls-current-language > a {
  position: relative;
  padding-left: 24px;
}

.wpml-ls-current-language .sub-menu .wpml-ls-current-language > a::before {
  content: '✔';
  font-size: 12px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #A78BFA; /* Light purple like in Figma */
}


/* Show dropdown on hover */ 
.site-header .main-nav .wpml-ls-current-language:hover ul.sub-menu {
  display: block;
}


.mobile-lang-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  margin-right: 20px;
}
.mobile-lang-switcher .wpml-ls-legacy-dropdown a {
  border: none;
}

.mobile-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.mobile-lang-switcher .wpml-ls-legacy-dropdown a:focus, 
.mobile-lang-switcher .wpml-ls-legacy-dropdown a:hover {
  background: var(--color-bg);
  color: #fff;
}
.mobile-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  text-align: right;
  left: unset;
  border-radius: 16px;
  overflow: hidden;
}
.mobile-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 20px 30px;
  border: none;
  background: var(--color-bg);
  color: #fff;
}
