/* =====================================================================
   fc-port.css — Fullycoded layout components ported to CTOMark.
   Loaded AFTER ctomark.css. Contains ONLY Fullycoded-only selectors;
   shared selectors stay in ctomark.css so the homepage is unchanged.
   ===================================================================== */
:root {
  --cto-purple:        #7324fb; /* primary (was #0056f7) */
  --cto-purple-bright: #9e24fb; /* highlights/accents */
  --cto-purple-hover:  #5413c9; /* NEW complementary hover (was #04176f) */
  --cto-purple-deep:   #351c72; /* depth/sections (was #031258/#0620a0) */
  --cto-ink:           #1a1a2c; /* dark background */
  --cto-accent:        #34b1ff; /* shared accent */
}

/* ===== Ported Fullycoded component CSS (regenerated via extract-css.js — complete incl. @media).
   NOTE: contains intentional ".main-header .navbar .fc-burger" descendant rules (burger styling,
   applies on all pages); these are NOT base .main-header overrides. ===== */
.main-header-white {
  background-color: #5413c9;
  margin: 0 !important;
  padding: 1rem 0 !important;
}
.main-header-white .navbar-brand img {
  height: 40px;
}
.main-header-white .fc-burger span {
  background-color: #ffffff;
}
.callback-wrapper-inner {
  border-radius: 20px;
}
body.light .callback-wrapper-inner {
  background-color: transparent;
  border-radius: 0;
}
.cta-section {
  border-radius: 20px;
}
.cta-section-inner {
  background: url(graphic.png) #5413c9 no-repeat top;
  background-size: cover;
  border-radius: 20px;
  color: #ffffff;
}
.cta-section-inner h4 {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
.cta-section-inner h4 {
    font-size: clamp(2rem, 5vw + 1rem, 3.75rem);
    line-height: 4.7rem;
  }
}
.cta-section-inner p {
  font-family: "Effra";
  font-style: normal;
  font-weight: light;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
.cta-section-inner p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
.cta-section {
    margin-left: 1rem;
    margin-right: 1rem;
  }
.cta-section-inner {
    padding: 2rem 1.5rem !important;
  }
}
.site-footer {
  background-color: #351c72;
}
.footer-logo {
  height: 30px;
  width: auto;
}
.footer-brand-text {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}
.site-footer p,
.site-footer .footer-tagline {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px !important;
  line-height: 24px;
  color: #ffffff;
}
.footer-tagline {
  max-width: 280px;
}
.footer-heading {
  font-family: "Effra", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer-nav,
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-contact {
  margin-bottom: 0.35rem;
}
.footer-contact a {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact a:hover {
  color: #fff;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.footer-social a {
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.2s ease;
  text-decoration: none;
}
.footer-social a:hover {
  color: #fff;
}
.footer-badges-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
.footer-badges {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-badges img {
  height: 40px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.footer-badges img:hover {
  opacity: 1;
}
.footer-sub {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
  align-items: center;
}
.footer-legal-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0 0.5rem;
}
.footer-legal-line {
  font-family: "Effra", sans-serif;
  font-weight: 100;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.footer-legal-line:last-child {
  margin-bottom: 0;
}
.footer-legal-line .footer-legal__sep {
  display: inline-block;
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.3);
}
.site-footer .footer-copyright {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px !important;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-legal {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}
.footer-legal a {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal a:hover {
  color: #fff;
}
.footer-legal__sep {
  color: #ffffff;
}
.footer-legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: flex-end;
}
.footer-legal-menu li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.footer-legal-menu li + li::before {
  content: "·";
  color: #ffffff;
  margin-right: 1rem;
  margin-left: -0.5rem;
}
.footer-legal-menu a {
  font-family: "Effra", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal-menu a:hover {
  color: #fff;
}
@media (max-width: 767px) {
.footer-legal {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
.footer-legal-menu {
    width: 100%;
    justify-content: center;
  }
}
.cta-overlap__content {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
.callback-wrapper-inner {
    padding: 1.25rem !important;
  }
.callback-wrapper-inner .col-lg-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
.projects-section {
    padding: 1rem 0;
  }
.projects-section .services h2 {
    font-size: 1.4rem;
    line-height: 1.85rem;
  }
.page-content .header,
  .post-type-archive .header {
    padding: 1.5rem 1rem;
  }
.site-footer {
    padding: 2rem 1rem 1rem;
  }
.site-footer .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
.footer-badges-row {
    padding: 1.25rem 0;
  }
.footer-badges {
    gap: 1.25rem;
    justify-content: center;
  }
.footer-sub {
    padding: 1rem 0;
    text-align: center;
  }
.site-footer .footer-copyright {
    font-size: 14px !important;
    line-height: 20px;
  }
.site-footer .row.py-4 > [class*="col-"],
  .site-footer .row.py-md-5 > [class*="col-"] {
    margin-bottom: 1.5rem;
  }
.footer-brand,
  .footer-tagline {
    text-align: center;
  }
.footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }
.footer-heading {
    font-size: 13px;
    margin-bottom: 0.75rem;
  }
.site-footer .row.py-4 .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
.site-footer .row.py-4 .col-6.col-md-3 {
    width: 100%;
    text-align: center;
  }
.footer-social {
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
  }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.05rem;
  }
.footer-badges {
    justify-content: center;
    gap: 1rem;
  }
.footer-badges img {
    height: 32px;
  }
.footer-legal-row {
    padding: 1.25rem 0 0.5rem;
    text-align: center;
  }
.footer-legal-line {
    font-size: 0.75rem;
    line-height: 1.5;
  }
.footer-legal-line .footer-legal__sep {
    display: none;
  }
.footer-legal-line .footer-legal__item {
    display: block;
    margin: 0.15rem 0;
  }
.footer-legal {
    justify-content: center;
    margin-top: 0.25rem;
  }
}
.page-content .header, .post-type-archive .header {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
.page-content .header, .post-type-archive .header {
    padding: 3rem 2rem;
  }
}
.single-post-wrapper .page-content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post-wrapper .single-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Effra", sans-serif;
  font-size: 0.95rem;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  margin-bottom: 1.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.single-post-wrapper .single-header__back:hover,
.single-post-wrapper .single-header__back:focus {
  color: #351c72;
  border-bottom-color: rgba(53, 28, 114, 0.4);
}
.single-post-wrapper .single-header__category {
  display: inline-block;
  font-family: "Effra", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #351c72;
  padding: 0.4rem 0.95rem;
  border: 1px solid rgba(53, 28, 114, 0.35);
  border-radius: 999px;
  margin-bottom: 1.25rem;
}
.single-post-wrapper .single-header__meta {
  font-family: "Effra", sans-serif;
  font-size: 1rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.single-post-wrapper .single-header__meta-sep {
  opacity: 0.5;
}
.single-post-wrapper--has-image .page-content .row:first-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
.single-post-wrapper--has-image .page-content .row:first-child {
    padding-bottom: 9rem;
  }
}
.single-post-wrapper .single-featured-image {
  position: relative;
  z-index: 2;
  margin: -5rem auto 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -20px rgba(84, 19, 201, 0.35);
}
@media (min-width: 768px) {
.single-post-wrapper .single-featured-image {
    margin-top: -7.5rem;
    margin-bottom: 3.5rem;
  }
}
.single-post-wrapper .single-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post-wrapper .single-featured-image__pills {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.single-post-wrapper .single-featured-image__pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(84, 19, 201, 0.85);
  color: #fff;
  font-family: "Effra", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.feature-boxes-section {
  padding: 1rem;
}
@media (min-width: 768px) {
.feature-boxes-section {
    padding: 0;
  }
}
.feature-boxes-section .row {
  display: flex;
  flex-wrap: wrap;
}
.feature-boxes-section .col-12,
.feature-boxes-section .col-md-4 {
  display: flex;
}
.feature-boxes-section .row > [class*="col"] {
  display: flex;
}
.feature-boxes-section .feature-box,
.feature-boxes-section .sidebar-image-box {
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
.feature-boxes-section .feature-box,
  .feature-boxes-section .sidebar-image-box {
    height: auto;
  }
}
.feature-boxes-section .feature-box__image {
  overflow: hidden;
  height: 55%;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
.feature-boxes-section .feature-box__image {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}
.feature-boxes-section .feature-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-boxes-section .feature-box__image--icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7324fb;
  background-color: #f6f5fa;
  background-image:
    radial-gradient(circle at center, rgba(115, 36, 251, 0.12) 0%, rgba(115, 36, 251, 0) 55%),
    radial-gradient(rgba(84, 19, 201, 0.18) 1px, transparent 1.4px);
  background-size: 100% 100%, 18px 18px;
  background-position: center, 0 0;
  overflow: hidden;
}
.feature-boxes-section .feature-box__image--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, currentColor 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.18;
  pointer-events: none;
}
.feature-boxes-section .feature-box__image--icon .feature-box__svg {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 80%;
  filter: drop-shadow(0 6px 14px rgba(84, 19, 201, 0.18));
}
.feature-boxes-section .feature-box__image--small .feature-box__svg {
  max-width: 110px;
  max-height: 110px;
}
.feature-boxes-section .feature-box__image--medium .feature-box__svg {
  max-width: 180px;
  max-height: 180px;
}
.feature-boxes-section .feature-box__image--large .feature-box__svg {
  max-width: 240px;
  max-height: 240px;
}
.feature-boxes-section .feature-box__content {
  background-color: #5413c9;
  color: #ffffff;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
.feature-boxes-section .feature-box__content {
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
}
.feature-boxes-section .feature-box__content::before {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.feature-boxes-section .feature-box:hover .feature-box__content::before {
  transform: translateY(-50%) translateX(8px);
}
@media (prefers-reduced-motion: reduce) {
.feature-boxes-section .feature-box__content::before,
  .feature-boxes-section .feature-box:hover .feature-box__content::before {
    transition: none;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
.feature-boxes-section .feature-box__content::before {
    right: 1.5rem;
    font-size: 2.5rem;
  }
}
.feature-boxes-section .feature-box__content h3 {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
.feature-boxes-section .feature-box__content h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.feature-boxes-section .feature-box__content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0.75rem;
  color: #ffffff;
  opacity: 0.9;
  flex: 1;
}
.feature-boxes-section .feature-box__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-top: auto;
}
.sidebar-content .sidebar-cta-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sidebar-content .sidebar-cta-box__image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
}
.sidebar-content .sidebar-cta-box__image img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar-content .sidebar-cta-box__content {
  background-color: #5413c9;
  color: #ffffff;
  padding: 1.5rem 2.5rem 1.5rem 1.25rem;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sidebar-content .sidebar-cta-box__content::before {
  content: '→';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.sidebar-content .sidebar-cta-box:hover .sidebar-cta-box__content::before {
  transform: translateY(-50%) translateX(5px);
}
.sidebar-content .sidebar-cta-box__content h4 {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.sidebar-content .sidebar-cta-box__content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0.75rem;
  color: #ffffff;
  opacity: 0.9;
  flex: 1;
}
.sidebar-content .sidebar-cta-box__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  transition: opacity 0.3s ease;
  margin-top: auto;
}
.sidebar-content .sidebar-cta-box__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.page-template-page-sidebar .page-content .header-row,
.post-type-archive .page-content .header-row {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
.page-template-page-sidebar .page-content .header-row,
  .post-type-archive .page-content .header-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
.page-template-page-sidebar .sidebar-content,
  .post-type-archive .sidebar-content {
    margin-top: 1rem;
  }
.page-template-page-sidebar .sidebar-content .sidebar-cta-box,
  .page-template-page-sidebar .sidebar-content .sidebar-email-signup,
  .post-type-archive .sidebar-content .sidebar-cta-box,
  .post-type-archive .sidebar-content .sidebar-email-signup {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
.page-template-page-sidebar .page-content > .row.g-4,
  .post-type-archive .page-content > .row.g-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
.page-template-page-sidebar .sidebar-content,
  .post-type-archive .sidebar-content {
    padding: 0 0.25rem;
  }
.page-template-page-sidebar .sidebar-content .sidebar-cta-box,
  .page-template-page-sidebar .sidebar-content .sidebar-email-signup,
  .post-type-archive .sidebar-content .sidebar-cta-box,
  .post-type-archive .sidebar-content .sidebar-email-signup {
    max-width: 100%;
  }
}
.page-template-page-sidebar .callback-section-full,
.post-type-archive .callback-section-full {
  display: block;
  overflow: hidden;
  padding: 3rem 0;
}
.page-template-page-sidebar .callback-section-full .callback-wrapper,
.post-type-archive .callback-section-full .callback-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-image-box {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  min-height: 260px;
}
.sidebar-image-box__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.sidebar-image-box:hover .sidebar-image-box__bg {
  transform: scale(1.05);
}
.sidebar-image-box__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(84, 19, 201, 0.85) 0%, rgba(84, 19, 201, 0.3) 60%, transparent 100%);
}
.sidebar-image-box__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 260px;
  padding: 1.5rem;
}
.sidebar-image-box__content h4 {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
}
.sidebar-image-box__content p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 0;
}
.sidebar-image-box__arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.9rem;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.sidebar-image-box:hover .sidebar-image-box__arrow {
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(3px);
}
.sidebar-email-signup__inner {
  background: linear-gradient(135deg, #5413c9 0%, #7324fb 100%);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #ffffff;
}
.sidebar-email-signup__icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.sidebar-email-signup__inner h4 {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.sidebar-email-signup__inner p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}
.sidebar-email-signup__form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Effra", sans-serif;
  font-size: 14px;
  outline: none;
  margin-bottom: 0.75rem;
  transition: border-color 0.3s ease;
}
.sidebar-email-signup__form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-email-signup__form input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.15);
}
.sidebar-email-signup__form button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 25px;
  background: #ffffff;
  color: #7324fb;
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-email-signup__form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.sidebar-email-signup__form .sidebar-email-privacy {
  font-size: 11px;
  opacity: 0.7;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.projects-section {
  padding: 2rem 0;
}
.projects-section__heading {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.projects-section__intro {
  font-family: "Effra", sans-serif;
  font-size: clamp(1rem, 2vw + 1rem, 1.15rem);
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.project-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a.project-card,
.project-card--linked {
  cursor: pointer;
}
a.project-card:hover,
.project-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(84, 19, 201, 0.1);
  color: inherit;
  text-decoration: none;
}
.project-card__image {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
}
.project-card__pills {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.project-card__pill {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  background: rgba(84, 19, 201, 0.85);
  color: #fff;
  font-family: "Effra", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 20px;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}
.project-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-card__content h3 {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #5413c9;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.project-card__subtitle {
  font-family: "Effra", sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  color: #666;
  display: block;
  line-height: 1.4;
  flex: 1;
}
.project-card__tech {
  font-family: "Effra", sans-serif;
  font-size: 0.85rem;
  color: #7324fb;
  font-weight: 400;
}
.contact-detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.contact-detail-box__icon {
  width: 64px;
  height: 64px;
  background: #5413c9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.contact-detail-box__icon i {
  font-size: 1.5rem;
  color: #fff;
}
.contact-detail-box__label {
  font-family: "Effra", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 0.35rem;
}
.contact-detail-box__value {
  font-family: "Effra", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #5413c9;
  word-break: break-word;
}
.contact-form-section {
  background: #f5f5f5;
}
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
}
@media (min-width: 768px) {
.contact-form-card {
    padding: 3rem;
  }
}
.contact-form-card h3 {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  color: #5413c9;
  margin-bottom: 0.25rem;
  text-align: center;
}
.contact-form-card > p {
  font-family: "Effra", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}
.contact-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 576px) {
.contact-type-grid {
    grid-template-columns: 1fr;
  }
}
.contact-type-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background: #f9f8fc;
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.contact-type-btn:hover {
  border-color: #5413c9;
  transform: translateY(-2px);
  background: #fff;
}
.contact-type-btn i {
  font-size: 2rem;
  color: #5413c9;
}
.contact-type-btn span {
  font-family: "Effra", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #5413c9;
}
.contact-multi-form input,
.contact-multi-form textarea,
.contact-multi-form select {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.25rem !important;
  font-size: 1rem;
  font-family: "Effra", sans-serif;
  width: 100%;
  transition: border-color 0.2s ease;
}
.contact-multi-form input:focus,
.contact-multi-form textarea:focus,
.contact-multi-form select:focus {
  outline: none;
  border-color: #5413c9 !important;
  box-shadow: 0 0 0 2px rgba(84, 19, 201, 0.1);
}
.contact-multi-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-submit-btn {
  background: #5413c9;
  color: #fff;
  border: none;
  padding: 0.75rem 2.5rem;
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  transition: background 0.2s ease;
}
.contact-submit-btn:hover {
  background: #351c72;
  color: #fff;
}
.contact-thankyou__icon {
  width: 80px;
  height: 80px;
  background: #5413c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.contact-thankyou__icon i {
  font-size: 2rem;
  color: #fff;
}
.contact-thankyou h3 {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #5413c9;
  margin-bottom: 0.5rem;
}
.contact-thankyou p {
  font-family: "Effra", sans-serif;
  font-size: 1.05rem;
  font-weight: 200;
  color: #555;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page-intro {
  text-align: center;
}
.contact-page-intro p {
  text-align: center;
}
.contact-form-section__form input,
.contact-form-section__form textarea,
.contact-form-section__form select {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.25rem !important;
  font-size: 1rem;
  font-family: "Effra", sans-serif;
  width: 100%;
  transition: border-color 0.2s ease;
}
.contact-form-section__form input:focus,
.contact-form-section__form textarea:focus,
.contact-form-section__form select:focus {
  outline: none;
  border-color: #5413c9 !important;
  box-shadow: 0 0 0 2px rgba(84, 19, 201, 0.1);
}
.contact-form-section__form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-section__form button,
.contact-form-section__form input[type="submit"] {
  background-color: #5413c9;
  border: none !important;
  color: #fff;
  border-radius: 30px !important;
  padding: 12px 40px !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: block;
  margin: 1rem auto 0;
}
.contact-form-section__form button:hover,
.contact-form-section__form input[type="submit"]:hover {
  background-color: #351c72;
}
.main-header .navbar .fc-burger {
  margin-left: 1.75rem;
}
@media (max-width: 767.98px) {
.main-header .navbar .fc-burger {
    order: 2;
    margin-left: auto;
  }
.fc-meta-row .fc-status,
  .fc-meta-row .fc-header-phone {
    font-size: 0.875rem !important;
    gap: 0.4rem;
  }
}
.fc-status + [data-slack-chat-status]::before,
[data-slack-chat-status] + .fc-header-phone::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: middle;
  flex-shrink: 0;
}
[data-slack-chat-status] + .fc-header-phone::before {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
.fc-status + [data-slack-chat-status]::before,
  [data-slack-chat-status] + .fc-header-phone::before {
    display: none;
  }
}
.fc-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Effra", sans-serif;
  font-weight: 100;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fc-header-phone:hover,
.fc-header-phone:focus,
.fc-header-phone:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}
.fc-header-phone__icon {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
.footer-badges-row > .col-md-6 + .col-md-6 {
    position: relative;
  }
.footer-badges-row > .col-md-6 + .col-md-6::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5rem;
    bottom: -1.5rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.faq-section-band {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
.faq-section-band {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page-content .faq-section-band:last-child {
  margin-bottom: 0;
}
.faq-section__heading {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  color: #351c72;
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.5rem);
}
.faq-section__list {
  border-top: 1px solid rgba(53, 28, 114, 0.15);
}
.faq-item {
  border-bottom: 1px solid rgba(53, 28, 114, 0.15);
}
.faq-item__question {
  cursor: pointer;
  padding: 1.25rem 1rem;
  margin: 0 -1rem;
  border-radius: 8px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-family: "Effra", sans-serif;
  font-weight: 500;
  color: #351c72;
  font-size: clamp(1.05rem, 2vw + 1rem, 1.25rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  transition: background-color 0.2s ease;
}
.faq-item__question::-webkit-details-marker,
.faq-item__question::marker {
  display: none;
  content: '';
}
.faq-item__question:hover {
  background-color: rgba(53, 28, 114, 0.06);
}
.faq-item__question-text {
  flex: 1;
}
.faq-item__icon {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  transition: transform 0.25s ease;
}
.faq-item__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.faq-item__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-item__answer {
  padding: 1rem 0 1.5rem 0;
  font-family: "Effra", sans-serif;
  font-weight: 100;
  color: #333;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
}
.faq-item__answer p,
.faq-item__answer p:first-of-type {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 0.75rem;
}
.faq-item__answer p:last-child {
  margin-bottom: 0;
}
.showcase {
  position: relative;
  margin: 3rem 0;
  padding: 2rem 0;
  border-radius: 0;
  overflow: visible;
}
.showcase__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 992px) {
.showcase__inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}
.showcase__content {
  padding: 0 1.75rem;
  flex: 1 1 0;
}
@media (min-width: 992px) {
.showcase__content {
    padding: 0 0 0 4rem;
    max-width: 600px;
  }
}
.showcase__subtitle {
  font-family: "Effra", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}
.showcase__title {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 3vw + 0.75rem, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1.75rem;
}
.showcase__title a {
  color: inherit;
  text-decoration: none;
  display: inline;
  transition: opacity 0.2s ease;
}
.showcase__title a:hover {
  opacity: 0.85;
}
.showcase__title a:hover .showcase__title-arrow {
  transform: translateX(0.25rem);
}
.showcase__title-arrow {
  display: inline-block;
  margin-left: 0.5rem;
  color: #ffffff;
  transition: transform 0.2s ease;
  font-size: 0.85em;
  vertical-align: middle;
}
.showcase__description {
  font-family: "Effra", sans-serif;
  font-size: clamp(1.125rem, 1.2vw + 0.7rem, 1.375rem);
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.showcase__description p {
  margin-bottom: 0.85rem;
}
.showcase__description p:last-child {
  margin-bottom: 0;
}
.showcase__quote {
  font-family: "Effra", sans-serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.2vw + 0.65rem, 1.25rem);
  line-height: 1.55;
  margin: 0 0 1.75rem;
  padding: 0;
  border: none;
  opacity: 0.95;
}
.showcase__quote::before {
  content: "\201C";
}
.showcase__quote::after {
  content: "\201D";
}
.showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.showcase__tag {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-family: "Effra", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  background: #ffffff;
  color: #5413c9;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.showcase__tag:hover {
  transform: translateY(-1px);
}
.showcase__tag--more {
  background: transparent;
  color: inherit;
  opacity: 0.75;
  cursor: default;
}
.showcase__tag--more:hover {
  transform: none;
}
.showcase__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 1rem;
  flex: 1 1 auto;
}
.showcase__media img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (min-width: 992px) {
.showcase__media {
    flex: 1 1 50%;
    padding: 0;
    gap: 1.5rem;
  }
}
.showcase__media-main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase__media-main img {
  object-fit: contain;
}
@media (min-width: 992px) {
.showcase__media-main img {
    max-height: 380px;
    width: auto;
  }
}
.showcase__media-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 38%;
}
@media (min-width: 992px) {
.showcase__media-stack {
    gap: 1.5rem;
  }
}
.showcase__media-stack-item img {
  border-radius: 0.75rem;
  width: 100%;
  height: auto;
  display: block;
}
.showcase--layout-flush {
  padding: 0;
  --showcase-image-fill: 50%;
  --showcase-image-inset: 0px;
}
.showcase--layout-flush > .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.showcase--layout-flush .showcase__inner {
  gap: 0;
  align-items: stretch;
}
.showcase--layout-flush .showcase__content {
  padding: 2.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
.showcase--layout-flush .showcase__content {
    padding: 3.5rem 3rem;
    max-width: none;
    flex: 1 1 calc(100% - var(--showcase-image-fill));
  }
}
.showcase--layout-flush .showcase__media {
  padding: var(--showcase-image-inset);
  margin: 0;
  align-self: stretch;
}
@media (min-width: 992px) {
.showcase--layout-flush .showcase__media {
    flex: 0 0 var(--showcase-image-fill);
  }
}
.showcase--layout-flush .showcase__media-main {
  width: 100%;
  height: 100%;
}
.showcase--layout-flush .showcase__media-main img {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
.showcase--breakout {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
.showcase--breakout .showcase__media {
    margin: -4.5rem 0;
  }
.showcase--breakout .showcase__media-main img {
    max-height: 540px;
  }
}
.showcase--image-left .showcase__inner {
  flex-direction: column;
}
@media (min-width: 992px) {
.showcase--image-left .showcase__inner {
    flex-direction: row-reverse;
  }
.showcase--image-left .showcase__content {
    padding: 0 4rem 0 0;
  }
}
.showcase--dark {
  background-color: #5413c9;
  color: #ffffff;
}
.showcase--dark .showcase__title,
.showcase--dark .showcase__description,
.showcase--dark .showcase__quote {
  color: #ffffff;
}
.showcase--dark .showcase__subtitle,
.showcase--dark .showcase__title-arrow {
  color: #ffffff;
}
.showcase--dark .showcase__tag {
  background: #ffffff;
  color: #5413c9;
}
.showcase--dark .showcase__tag--more {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}
.showcase--light {
  background-color: #f0f0f4;
  color: #5413c9;
}
.showcase--light .showcase__title,
.showcase--light .showcase__description,
.showcase--light .showcase__quote {
  color: #5413c9;
}
.showcase--light .showcase__subtitle,
.showcase--light .showcase__title-arrow {
  color: #5413c9;
}
.showcase--light .showcase__tag {
  background: #5413c9;
  color: #ffffff;
}
.showcase--light .showcase__tag--more {
  background: transparent;
  color: #5413c9;
  opacity: 0.6;
}
.showcase--placeholder {
  background: #f5f5f5;
  color: #666;
  text-align: center;
  padding: 3rem 1rem;
  border: 2px dashed rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
.showcase {
    margin: 2rem 0;
    padding: 2.5rem 0 2rem;
  }
.showcase__media-stack {
    flex-direction: row;
  }
}
.stats-bar {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 4rem 1.5rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
.stats-bar {
    padding: 3rem 1.25rem;
  }
}
.stats-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.stats-bar__intro {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
  max-width: 60ch;
}
.stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(var(--stats-bar-count, 3), minmax(0, 1fr));
  gap: 2rem 1.5rem;
  width: 100%;
  align-items: start;
  justify-items: center;
}
@media (max-width: 991.98px) {
.stats-bar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
.stats-bar__grid {
    grid-template-columns: 1fr;
  }
}
.stats-bar__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.stats-bar__value {
  font-family: "Effra", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.stats-bar__label {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.stats-bar--dark {
  background: #5413c9;
  color: #ffffff;
}
.stats-bar--dark .stats-bar__intro,
.stats-bar--dark .stats-bar__label {
  color: rgba(255, 255, 255, 0.85);
}
.stats-bar--dark .stats-bar__value {
  color: #7eeb98;
}
.stats-bar--light {
  background: #f5f5f7;
  color: #5413c9;
}
.stats-bar--light .stats-bar__intro,
.stats-bar--light .stats-bar__label {
  color: rgba(84, 19, 201, 0.75);
}
.stats-bar--light .stats-bar__value {
  color: #5413c9;
}
#fc-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  max-width: 560px;
  background: #ffffff;
  color: #5413c9;
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(84, 19, 201, 0.08);
  z-index: 9990;
  animation: fc-cookie-rise 0.35s ease-out;
  font-family: "Effra", sans-serif;
}
#fc-cookie-banner[hidden] { display: none; }
#fc-cookie-banner .fc-cookie-banner__inner {
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
#fc-cookie-banner .fc-cookie-banner__heading {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #5413c9;
  margin: 0 0 0.25rem;
}
#fc-cookie-banner .fc-cookie-banner__body {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(84, 19, 201, 0.85);
  margin: 0;
}
#fc-cookie-banner .fc-cookie-banner__policy {
  color: #5413c9;
  text-decoration: underline;
  font-size: inherit;
}
#fc-cookie-banner .fc-cookie-banner__policy:hover { text-decoration: none; }
#fc-cookie-banner .fc-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
#fc-cookie-banner .fc-cookie-banner__actions { justify-content: stretch; }
#fc-cookie-banner .fc-cookie-btn { flex: 1 1 auto; }
#fc-cookie-banner .fc-cookie-btn--ghost { flex: 0 0 100%; text-align: center; padding-top: 0; }
}
#fc-cookie-banner .fc-cookie-btn,
#fc-cookie-modal .fc-cookie-btn {
  appearance: none;
  border: 1.5px solid #5413c9;
  background: transparent;
  color: #5413c9;
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.2;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#fc-cookie-banner .fc-cookie-btn--primary,
#fc-cookie-modal .fc-cookie-btn--primary {
  background: #5413c9;
  color: #ffffff;
}
#fc-cookie-banner .fc-cookie-btn--primary:hover,
#fc-cookie-modal .fc-cookie-btn--primary:hover {
  background: #351c72;
  border-color: #351c72;
}
#fc-cookie-banner .fc-cookie-btn--secondary:hover,
#fc-cookie-modal .fc-cookie-btn--secondary:hover {
  background: rgba(84, 19, 201, 0.08);
}
#fc-cookie-banner .fc-cookie-btn--ghost,
#fc-cookie-modal .fc-cookie-btn--ghost {
  border-color: transparent;
  background: transparent;
  color: #5413c9;
  text-decoration: underline;
  padding: 0.5rem 0.25rem;
  font-weight: 500;
}
#fc-cookie-banner .fc-cookie-btn--ghost:hover,
#fc-cookie-modal .fc-cookie-btn--ghost:hover { text-decoration: none; }
.fc-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 9995;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
#fc-cookie-modal[hidden] { display: none; }
#fc-cookie-modal .fc-cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(84, 19, 201, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#fc-cookie-modal .fc-cookie-modal__panel {
  position: relative;
  background: #ffffff;
  color: #5413c9;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.25rem;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  font-family: "Effra", sans-serif;
}
#fc-cookie-modal .fc-cookie-modal__close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  appearance: none;
  border: 0;
  background: transparent;
  color: #5413c9;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
#fc-cookie-modal .fc-cookie-modal__close:hover { opacity: 0.7; }
#fc-cookie-modal .fc-cookie-modal__heading {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #5413c9;
  margin: 0 0 0.35rem;
}
#fc-cookie-modal .fc-cookie-modal__intro {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
  line-height: 1.45;
  color: rgba(84, 19, 201, 0.85);
  margin: 0 0 1rem;
}
#fc-cookie-modal .fc-cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.1rem;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
#fc-cookie-modal .fc-cookie-modal__actions { flex-direction: column-reverse; }
#fc-cookie-modal .fc-cookie-modal__actions .fc-cookie-btn { width: 100%; }
}
#fc-cookie-modal .fc-cookie-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
#fc-cookie-modal .fc-cookie-category {
  border-top: 1px solid rgba(84, 19, 201, 0.12);
  padding: 0.8rem 0;
}
#fc-cookie-modal .fc-cookie-category:last-child { padding-bottom: 0; }
#fc-cookie-modal .fc-cookie-category__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
#fc-cookie-modal .fc-cookie-category__title {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #5413c9;
  margin: 0 0 0.2rem;
}
#fc-cookie-modal .fc-cookie-category__desc {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(84, 19, 201, 0.75);
  margin: 0;
}
.fc-cookie-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.fc-cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.fc-cookie-toggle__slider {
  position: absolute;
  inset: 0;
  background: rgba(84, 19, 201, 0.22);
  border-radius: 999px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.fc-cookie-toggle__slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.fc-cookie-toggle input:checked + .fc-cookie-toggle__slider { background: #5413c9; }
.fc-cookie-toggle input:checked + .fc-cookie-toggle__slider::before { transform: translateX(20px); }
.fc-cookie-toggle--locked .fc-cookie-toggle__slider {
  background: #5413c9;
  opacity: 0.6;
  cursor: not-allowed;
}
.single-post-wrapper .main-content blockquote,
.single-post-wrapper .main-content .wp-block-quote {
  position: relative;
  margin: 2.75rem 0;
  padding: 2rem 2.25rem 1.85rem 4rem;
  border: 0;
  border-radius: 16px;
  background: #f6f5fa;
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5413c9;
  overflow: hidden;
}
.single-post-wrapper .main-content blockquote::after,
.single-post-wrapper .main-content .wp-block-quote::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #5413c9 0%, #7324fb 100%);
}
.single-post-wrapper .main-content blockquote::before,
.single-post-wrapper .main-content .wp-block-quote::before {
  content: "\201C";
  position: absolute;
  top: 1.1rem;
  left: 1.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.5rem;
  line-height: 0.8;
  color: rgba(115, 36, 251, 0.22);
  pointer-events: none;
}
.single-post-wrapper .main-content blockquote p,
.single-post-wrapper .main-content .wp-block-quote p {
  font-size: 1.3rem;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
}
.single-post-wrapper .main-content blockquote p:last-child,
.single-post-wrapper .main-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.single-post-wrapper .main-content blockquote cite,
.single-post-wrapper .main-content .wp-block-quote cite,
.single-post-wrapper .main-content .wp-block-quote__citation {
  display: block;
  margin-top: 0.9rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(84, 19, 201, 0.6);
}
.single-post-wrapper .main-content blockquote cite::before,
.single-post-wrapper .main-content .wp-block-quote cite::before,
.single-post-wrapper .main-content .wp-block-quote__citation::before {
  content: "— ";
}
@media (max-width: 575.98px) {
.single-post-wrapper .main-content blockquote,
  .single-post-wrapper .main-content .wp-block-quote {
    padding: 1.5rem 1.35rem 1.4rem 2.5rem;
  }
.single-post-wrapper .main-content blockquote p,
  .single-post-wrapper .main-content .wp-block-quote p {
    font-size: 1.15rem;
  }
.single-post-wrapper .main-content blockquote::before,
  .single-post-wrapper .main-content .wp-block-quote::before {
    font-size: 3.75rem;
    top: 0.8rem;
    left: 0.8rem;
  }
}
.related-articles {
  padding: 3.5rem 0;
}
.related-articles__heading {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  color: #5413c9;
  margin: 0 0 1.75rem;
}
.related-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}
@media (max-width: 991.98px) {
.related-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
.related-articles__grid {
    grid-template-columns: 1fr;
  }
}
.related-article {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
  background: #5413c9;
}
@media (max-width: 767.98px) {
.related-article {
    height: auto;
  }
}
.related-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.related-article__image {
  height: 55%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: #f6f5fa;
}
@media (max-width: 767.98px) {
.related-article__image {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}
.related-article__body {
  background: #5413c9;
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
.related-article__body {
    padding: 1.5rem 3.75rem 1.5rem 1.75rem;
  }
}
.related-article__body::before {
  content: "→";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.related-article:hover .related-article__body::before {
  transform: translateY(-50%) translateX(8px);
}
@media (prefers-reduced-motion: reduce) {
.related-article__body::before,
  .related-article:hover .related-article__body::before {
    transition: none;
    transform: translateY(-50%);
  }
}
.related-article__meta {
  font-family: "Effra", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.45rem;
}
.related-article__sep {
  margin: 0 0.4rem;
}
.related-article__title {
  font-family: "Effra", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.related-article__excerpt {
  font-family: "Effra", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media (min-width: 992px) {
.lp-sidebar {
    position: sticky;
    top: 2rem;
  }
}
.lp-usp {
  background: #f9f8fc;
  border: 1px solid #ecebf2;
  border-radius: 12px;
  padding: 1.5rem 1.5rem 0.5rem;
  margin-bottom: 1.5rem;
}
.lp-usp__title {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #5413c9;
  margin-bottom: 1.1rem;
}
.lp-usp__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-usp__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.lp-usp__icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #7324fb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-top: 0.1rem;
}
.lp-usp__text {
  display: block;
  line-height: 1.4;
}
.lp-usp__item-title {
  display: block;
  font-family: "Effra", sans-serif;
  font-weight: 500;
  color: #5413c9;
}
.lp-usp__item-sub {
  display: block;
  font-family: "Effra", sans-serif;
  font-weight: 100;
  font-size: 0.85rem;
  color: #666666;
}
.lp-form-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ecebf2;
  box-shadow: 0 6px 24px rgba(84, 19, 201, 0.08);
}
.lp-form-card__header {
  background: linear-gradient(135deg, #5413c9 0%, #7324fb 100%);
  color: #ffffff;
  padding: 1.5rem;
}
.lp-form-card__heading {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0;
}
.lp-form-card__intro {
  font-family: "Effra", sans-serif;
  font-weight: 100;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0.5rem 0 0;
  opacity: 0.9;
}
.lp-form-card__body {
  padding: 1.5rem;
}
.lp-field {
  margin-bottom: 1rem;
}
.lp-field label {
  display: block;
  font-family: "Effra", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #5413c9;
  margin-bottom: 0.3rem;
}
.lp-field input,
.lp-field select,
.lp-field textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #dddbe6;
  border-radius: 8px;
  font-family: "Effra", sans-serif;
  font-weight: 100;
  font-size: 1rem;
  color: #333333;
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.lp-field input:focus,
.lp-field select:focus,
.lp-field textarea:focus {
  outline: none;
  border-color: #7324fb;
  box-shadow: 0 0 0 3px rgba(115, 36, 251, 0.12);
}
.lp-opt {
  font-weight: 100;
  color: #968fa6;
}
.lp-hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.lp-submit {
  width: 100%;
  border: 0;
  background: #7324fb;
  color: #ffffff;
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 0.95rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 0.25rem;
  transition: background 0.15s ease, transform 0.05s ease;
}
.lp-submit:hover {
  background: #5413c9;
}
.lp-submit:active {
  transform: translateY(1px);
}
.lp-submit:disabled {
  opacity: 0.6;
  cursor: default;
}
.lp-status {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
.lp-status.is-error {
  color: #b00020;
}
.lp-call-now {
  margin: 1.1rem 0 0;
  font-size: 0.95rem;
  text-align: center;
}
.lp-call-now a {
  color: #7324fb;
  font-weight: 500;
}
.lp-trust {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  font-weight: 100;
  color: #777777;
  line-height: 1.5;
  text-align: center;
}
.lp-thankyou {
  text-align: center;
  padding: 0.5rem 0;
}
.lp-thankyou__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(115, 36, 251, 0.12);
  color: #7324fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
}
.lp-thankyou__heading {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  color: #5413c9;
  margin-bottom: 0.5rem;
}

/* ===== Homepage hero — mobile refinement (desktop unchanged) ===== */
@media (max-width: 991.98px) {
  .page-template-page-homepage .col-lg-6.p-sm-0 {
    padding: 2rem 1.5rem 0 !important;
  }
  .page-template-page-homepage .overlap-image {
    display: block;
    width: 100%;
    max-width: min(400px, 85vw);
    height: auto;
    margin: 1.5rem auto 0 !important; /* beats base .overlap-image margin-right:-10px !important */
    right: 0;
    top: 0;
  }
  .page-template-page-homepage .col-lg-6 h1,
  .page-template-page-homepage .col-lg-6 h2 {
    font-size: clamp(1.9rem, 7vw, 2.75rem);
    line-height: 1.15;
  }
}
@media (max-width: 480px) {
  .page-template-page-homepage .overlap-image {
    max-width: 92vw;
    border-radius: 28px !important;
  }
}

/* ===== Sidebar feature-box: sit flush in the sidebar column (CTOMark-generic equivalent of
   Fullycoded's product-sidebar rule, which was excluded with the product templates) ===== */
.sidebar-content .sidebar-feature-box {
  margin: 0;
  padding: 0;
}
.sidebar-content .sidebar-feature-box .feature-box {
  width: 100%;
}
