/* ========================================
   PERFORMANCE OPTIMIZATIONS
   ======================================== */

/* Performance optimizations */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  /* Remove conflicting scroll behavior - let GSAP handle it */
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background: #0f172a;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Optimize images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Optimize animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Critical CSS for above-the-fold content - Optimized */

/* Optimized ribbon animations for better performance */
.ribbon-image {
  /* Remove will-change to prevent unnecessary GPU layers */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.pricing-ribbon {
  /* Remove will-change to prevent unnecessary GPU layers */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Keep keyframes for potential future use but disable animations */
@keyframes ribbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(1deg);
  }
  50% {
    transform: translateY(-5px) rotate(-0.5deg);
  }
  75% {
    transform: translateY(-15px) rotate(0.5deg);
  }
}

@keyframes pricingRibbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  30% {
    transform: translateY(-8px) rotate(-1deg);
  }
  60% {
    transform: translateY(-12px) rotate(1deg);
  }
  90% {
    transform: translateY(-6px) rotate(-0.5deg);
  }
}

/* ========================================
   END PERFORMANCE OPTIMIZATIONS
   ======================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.icon-slider-left:before {
  content: "î˜";
}

.icon-nav-menu:before {
  content: "î˜‚";
}

.icon-arrow-down:before,
.icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.icon-file-upload-remove:before {
  content: "î¤€";
}

.icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.custom-mod-touch * {
  background-attachment: scroll !important;
}

.custom-block {
  display: block;
}

.custom-inline-block {
  max-width: 100%;
  display: inline-block;
}

.custom-clearfix:before,
.custom-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-clearfix:after {
  clear: both;
}

.custom-hidden {
  display: none;
}

.custom-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.custom-button {
  -webkit-appearance: button;
  appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.custom-code-block {
  margin: unset;
}

pre.custom-code-block code {
  all: inherit;
}

.custom-optimization {
  display: contents;
}

.custom-webflow-badge,
.custom-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.custom-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.custom-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.custom-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.custom-embed:before,
.custom-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-embed:after {
  clear: both;
}

.custom-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.custom-video iframe,
.custom-video object,
.custom-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  border: 0;
}

.custom-form {
  margin: 0 0 15px;
}

.custom-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.custom-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.custom-input,
.custom-select {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.custom-input::placeholder,
.custom-select::placeholder {
  color: #999;
}

.custom-input:focus,
.custom-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.custom-input[disabled],
.custom-select[disabled],
.custom-input[readonly],
.custom-select[readonly],
fieldset[disabled] .custom-input,
fieldset[disabled] .custom-select {
  cursor: not-allowed;
}

.custom-input[disabled]:not(.custom-input-disabled),
.custom-select[disabled]:not(.custom-input-disabled),
.custom-input[readonly],
.custom-select[readonly],
fieldset[disabled]:not(.custom-input-disabled) .custom-input,
fieldset[disabled]:not(.custom-input-disabled) .custom-select {
  background-color: #eee;
}

textarea.custom-input,
textarea.custom-select {
  height: auto;
}

.custom-select {
  background-color: #f3f3f3;
}

.custom-select[multiple] {
  height: auto;
}

.custom-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.custom-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.custom-radio:before,
.custom-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-radio:after {
  clear: both;
}

.custom-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.custom-file-upload {
  margin-bottom: 10px;
  display: block;
}

.custom-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}

.custom-file-upload-default,
.custom-file-upload-uploading,
.custom-file-upload-success {
  color: #333;
  display: inline-block;
}

.custom-file-upload-error {
  margin-top: 10px;
  display: block;
}

.custom-file-upload-default.custom-hidden,
.custom-file-upload-uploading.custom-hidden,
.custom-file-upload-error.custom-hidden,
.custom-file-upload-success.custom-hidden {
  display: none;
}

.custom-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.custom-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.custom-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.custom-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.custom-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.custom-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.custom-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.icon-file-upload-icon,
.icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.icon-file-upload-uploading {
  height: 20px;
}

.custom-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.custom-container:before,
.custom-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-container:after {
  clear: both;
}

.custom-container .custom-row {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-row:before,
.custom-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-row:after {
  clear: both;
}

.custom-row .custom-row {
  margin-left: 0;
  margin-right: 0;
}

.custom-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.custom-col .custom-col {
  padding-left: 0;
  padding-right: 0;
}

.custom-col-1 {
  width: 8.33333%;
}

.custom-col-2 {
  width: 16.6667%;
}

.custom-col-3 {
  width: 25%;
}

.custom-col-4 {
  width: 33.3333%;
}

.custom-col-5 {
  width: 41.6667%;
}

.custom-col-6 {
  width: 50%;
}

.custom-col-7 {
  width: 58.3333%;
}

.custom-col-8 {
  width: 66.6667%;
}

.custom-col-9 {
  width: 75%;
}

.custom-col-10 {
  width: 83.3333%;
}

.custom-col-11 {
  width: 91.6667%;
}

.custom-col-12 {
  width: 100%;
}

.custom-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .custom-container {
    max-width: 728px;
  }

  .custom-hidden-main {
    display: inherit !important;
  }

  .custom-hidden-medium {
    display: none !important;
  }

  .custom-col-medium-1 {
    width: 8.33333%;
  }

  .custom-col-medium-2 {
    width: 16.6667%;
  }

  .custom-col-medium-3 {
    width: 25%;
  }

  .custom-col-medium-4 {
    width: 33.3333%;
  }

  .custom-col-medium-5 {
    width: 41.6667%;
  }

  .custom-col-medium-6 {
    width: 50%;
  }

  .custom-col-medium-7 {
    width: 58.3333%;
  }

  .custom-col-medium-8 {
    width: 66.6667%;
  }

  .custom-col-medium-9 {
    width: 75%;
  }

  .custom-col-medium-10 {
    width: 83.3333%;
  }

  .custom-col-medium-11 {
    width: 91.6667%;
  }

  .custom-col-medium-12 {
    width: 100%;
  }

  .custom-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .custom-hidden-main,
  .custom-hidden-medium {
    display: inherit !important;
  }

  .custom-hidden-small {
    display: none !important;
  }

  .custom-row,
  .custom-container .custom-row {
    margin-left: 0;
    margin-right: 0;
  }

  .custom-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .custom-col-small-1 {
    width: 8.33333%;
  }

  .custom-col-small-2 {
    width: 16.6667%;
  }

  .custom-col-small-3 {
    width: 25%;
  }

  .custom-col-small-4 {
    width: 33.3333%;
  }

  .custom-col-small-5 {
    width: 41.6667%;
  }

  .custom-col-small-6 {
    width: 50%;
  }

  .custom-col-small-7 {
    width: 58.3333%;
  }

  .custom-col-small-8 {
    width: 66.6667%;
  }

  .custom-col-small-9 {
    width: 75%;
  }

  .custom-col-small-10 {
    width: 83.3333%;
  }

  .custom-col-small-11 {
    width: 91.6667%;
  }

  .custom-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .custom-container {
    max-width: none;
  }

  .custom-hidden-main,
  .custom-hidden-medium,
  .custom-hidden-small {
    display: inherit !important;
  }

  .custom-hidden-tiny {
    display: none !important;
  }

  .custom-col {
    width: 100%;
  }

  .custom-col-tiny-1 {
    width: 8.33333%;
  }

  .custom-col-tiny-2 {
    width: 16.6667%;
  }

  .custom-col-tiny-3 {
    width: 25%;
  }

  .custom-col-tiny-4 {
    width: 33.3333%;
  }

  .custom-col-tiny-5 {
    width: 41.6667%;
  }

  .custom-col-tiny-6 {
    width: 50%;
  }

  .custom-col-tiny-7 {
    width: 58.3333%;
  }

  .custom-col-tiny-8 {
    width: 66.6667%;
  }

  .custom-col-tiny-9 {
    width: 75%;
  }

  .custom-col-tiny-10 {
    width: 83.3333%;
  }

  .custom-col-tiny-11 {
    width: 91.6667%;
  }

  .custom-col-tiny-12 {
    width: 100%;
  }
}

.custom-widget {
  position: relative;
}

.custom-widget-map {
  width: 100%;
  height: 400px;
}

.custom-widget-map label {
  width: auto;
  display: inline;
}

.custom-widget-map img {
  max-width: inherit;
}

.custom-widget-map .gm-style-iw {
  text-align: center;
}

.custom-widget-map .gm-style-iw > button {
  display: none !important;
}

.custom-widget-twitter {
  overflow: hidden;
}

.custom-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.custom-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.custom-widget-twitter-count-shim .custom-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.custom-widget-twitter-count-shim .custom-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.custom-widget-twitter-count-shim.custom--large {
  width: 36px;
  height: 28px;
}

.custom-widget-twitter-count-shim.custom--large
  .custom-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical).custom--large {
  margin-left: 6px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical):before,
.custom-widget-twitter-count-shim:not(.custom--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.custom-widget-twitter-count-shim:not(.custom--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical).custom--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.custom-widget-twitter-count-shim:not(.custom--vertical).custom--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.custom-widget-twitter-count-shim.custom--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.custom-widget-twitter-count-shim.custom--vertical:before,
.custom-widget-twitter-count-shim.custom--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.custom-widget-twitter-count-shim.custom--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.custom-widget-twitter-count-shim.custom--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.custom-widget-twitter-count-shim.custom--vertical
  .custom-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.custom-widget-twitter-count-shim.custom--vertical.custom--large {
  width: 76px;
}

.custom-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.custom-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.custom-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.custom-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.custom-background-video--control > [hidden] {
  display: none !important;
}

.custom-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  height: 300px;
  position: relative;
}

.slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.custom-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.custom-slider-nav.custom-round > div {
  border-radius: 100%;
}

.custom-slider-nav.custom-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
}

.custom-slider-nav.custom-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.custom-slider-nav-invert {
  color: #fff;
}

.custom-slider-nav-invert > div {
  background-color: #2226;
}

.custom-slider-nav-invert > div.custom-active {
  background-color: #222;
}

.custom-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.custom-slider-dot.custom-active {
  background-color: #fff;
}

.custom-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.custom-slider-dot:focus.custom-active {
  box-shadow: none;
}

.custom-slider-arrow-left,
.custom-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.custom-slider-arrow-left [class^="w-icon-"],
.custom-slider-arrow-right [class^="w-icon-"],
.custom-slider-arrow-left [class*=" w-icon-"],
.custom-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.custom-slider-arrow-left:focus,
.custom-slider-arrow-right:focus {
  outline: 0;
}

.custom-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.custom-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.icon-slider-left,
.icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.custom-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.custom-slider-force-show {
  display: block !important;
}

.custom-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.custom-dropdown-btn,
.custom-dropdown-toggle,
.custom-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.custom-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.custom-dropdown-toggle:focus {
  outline: 0;
}

.icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.custom-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.custom-dropdown-list.open {
  display: block;
}

.custom-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.custom-dropdown-link.active {
  color: #0082f3;
}

.custom-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .custom-nav-brand {
    padding-left: 10px;
  }
}

.custom-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.custom-lightbox-backdrop,
.custom-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.custom-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.custom-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.custom-lightbox-view:before {
  content: "";
  height: 100vh;
}

.custom-lightbox-group,
.custom-lightbox-group .custom-lightbox-view,
.custom-lightbox-group .custom-lightbox-view:before {
  height: 86vh;
}

.custom-lightbox-frame,
.custom-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.custom-lightbox-figure {
  margin: 0;
  position: relative;
}

.custom-lightbox-group .custom-lightbox-figure {
  cursor: pointer;
}

.custom-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.custom-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.custom-lightbox-group .custom-lightbox-image {
  max-height: 86vh;
}

.custom-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.custom-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.custom-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.custom-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.custom-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.custom-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.custom-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.custom-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.custom-lightbox-active {
  opacity: 0.3;
}

.custom-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.custom-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.custom-lightbox-thumbnail .custom-lightbox-tall {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.custom-lightbox-thumbnail .custom-lightbox-wide {
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.custom-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.custom-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.custom-lightbox-hide {
  display: none;
}

.custom-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .custom-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .custom-lightbox-view,
  .custom-lightbox-view:before {
    height: 96vh;
  }

  .custom-lightbox-group,
  .custom-lightbox-group .custom-lightbox-view,
  .custom-lightbox-group .custom-lightbox-view:before {
    height: 84vh;
  }

  .custom-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .custom-lightbox-group .custom-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .custom-lightbox-left,
  .custom-lightbox-right {
    opacity: 0.5;
    display: block;
  }

  .custom-lightbox-close {
    opacity: 0.8;
  }

  .custom-lightbox-control:hover {
    opacity: 1;
  }
}

.custom-lightbox-inactive,
.custom-lightbox-inactive:hover {
  opacity: 0;
}

.custom-richtext:before,
.custom-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-richtext:after {
  clear: both;
}

.custom-richtext[contenteditable="true"]:before,
.custom-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.custom-richtext ol,
.custom-richtext ul {
  overflow: hidden;
}

.custom-richtext
  .custom-richtext-figure-selected.custom-richtext-figure-type-video
  div:after,
.custom-richtext
  .custom-richtext-figure-selected[data-rt-type="video"]
  div:after,
.custom-richtext
  .custom-richtext-figure-selected.custom-richtext-figure-type-image
  div,
.custom-richtext .custom-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.custom-richtext figure.custom-richtext-figure-type-video > div:after,
.custom-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.custom-richtext figure {
  max-width: 60%;
  position: relative;
}

.custom-richtext figure > div:before {
  cursor: default !important;
}

.custom-richtext figure img {
  width: 100%;
}

.custom-richtext figure figcaption.custom-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.custom-richtext figure div {
  color: #0000;
  font-size: 0;
}

.custom-richtext figure.custom-richtext-figure-type-image,
.custom-richtext figure[data-rt-type="image"] {
  display: table;
}

.custom-richtext figure.custom-richtext-figure-type-image > div,
.custom-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.custom-richtext figure.custom-richtext-figure-type-image > figcaption,
.custom-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.custom-richtext figure.custom-richtext-figure-type-video,
.custom-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.custom-richtext figure.custom-richtext-figure-type-video iframe,
.custom-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-richtext figure.custom-richtext-figure-type-video > div,
.custom-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.custom-richtext figure.custom-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.custom-richtext
  figure.custom-richtext-align-center.custom-richtext-figure-type-image
  > div,
.custom-richtext
  figure.custom-richtext-align-center[data-rt-type="image"]
  > div {
  max-width: 100%;
}

.custom-richtext figure.custom-richtext-align-normal {
  clear: both;
}

.custom-richtext figure.custom-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom-richtext figure.custom-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.custom-richtext figure.custom-richtext-align-fullwidth > figcaption {
  display: block;
}

.custom-richtext figure.custom-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.custom-richtext figure.custom-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.custom-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.custom-nav:before,
.custom-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-nav:after {
  clear: both;
}

.custom-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.custom-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.custom-nav-link.active {
  color: #0082f3;
}

.custom-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.custom--nav-link-open {
  display: block;
  position: relative;
}

.custom-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.custom-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.custom-nav[data-animation="over-left"] .custom-nav-overlay {
  width: auto;
}

.custom-nav[data-animation="over-left"] .custom-nav-overlay,
.custom-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.custom-nav[data-animation="over-right"] .custom-nav-overlay {
  width: auto;
}

.custom-nav[data-animation="over-right"] .custom-nav-overlay,
.custom-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.custom-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.custom-nav-button:focus {
  outline: 0;
}

.custom-nav-button.open {
  color: #fff;
  background-color: #c8c8c8;
}

.custom-nav[data-collapse="all"] .custom-nav-menu {
  display: none;
}

.custom-nav[data-collapse="all"] .custom-nav-button,
.custom--nav-dropdown-open,
.custom--nav-dropdown-toggle-open {
  display: block;
}

.custom--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .custom-nav[data-collapse="medium"] .custom-nav-menu {
    display: none;
  }

  .custom-nav[data-collapse="medium"] .custom-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .custom-nav[data-collapse="small"] .custom-nav-menu {
    display: none;
  }

  .custom-nav[data-collapse="small"] .custom-nav-button {
    display: block;
  }

  .custom-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .custom-nav[data-collapse="tiny"] .custom-nav-menu {
    display: none;
  }

  .custom-nav[data-collapse="tiny"] .custom-nav-button {
    display: block;
  }
}

.custom-tabs {
  position: relative;
}

.custom-tabs:before,
.custom-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-tabs:after {
  clear: both;
}

.custom-tab-menu {
  position: relative;
}

.custom-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.custom-tab-link.active {
  background-color: #c8c8c8;
}

.custom-tab-link:focus {
  outline: 0;
}

.custom-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.tab-pane {
  display: none;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .custom-tab-link {
    display: block;
  }
}

.custom-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.custom-dyn-hide,
.custom-dyn-bind-empty,
.custom-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Openinghourssans;
  src: url("https://cdn.prod.website-files.com/68bd4ef2b7ac1414247c86a1/68bd4ef3b7ac1414247c86f6_OpeningHoursSans-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --blue: #004cda;
}

.custom-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.custom-form-formradioinput--inputType-custom.custom--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.custom-form-formradioinput--inputType-custom.custom--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .custom-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .custom-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Openinghourssans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

/* Hide scrollbar for all browsers - Remove conflicting scroll behavior */
html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
}

body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
}

html::-webkit-scrollbar {
  display: none; /* WebKit browsers (Chrome, Safari, Edge) */
}

body::-webkit-scrollbar {
  display: none; /* WebKit browsers (Chrome, Safari, Edge) */
}

h1 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: #ffffffb3;
  margin-bottom: 24px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.opacity-white-text {
  color: #ffffff80;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000c, #0000);
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95);
  padding: 16px 0;
}

.nav-right {
  align-items: center;
  display: flex;
}

.navbar-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.nav-right-content.mobile {
  display: none;
}

.nav-right-content.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-ribbon-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 39vw;
  padding-top: 3vw;
  display: flex;
}

.ribbon-image {
  z-index: -1;
  pointer-events: none;
  margin-top: 50px;
  width: 100%;
  position: absolute;
  inset: 0%;
  will-change: transform;
  animation: ribbonFloat 8s ease-in-out infinite;
  animation-delay: 0s;
}

@keyframes ribbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(0.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(-0.3deg);
  }
  75% {
    transform: translateY(-20px) rotate(0.8deg);
  }
}

.limit {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.split {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-top-medium {
  margin-top: 60px;
}

.space-top-small {
  margin-top: 24px;
}

.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.space-top-tiny {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.space-top-large {
  margin-top: 80px;
}

.space-top {
  margin-top: 40px;
}

.limit-medium {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.space-top-tiny {
  margin-top: 16px;
}

.center-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.large-heading {
  font-size: 8vw;
  font-weight: 400;
}

.title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.title.in-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.tag-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.medium-text {
  font-size: 18px;
  line-height: 150%;
}

.blue-button {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  line-height: 100%;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  width: 100%;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.contact-banner {
  background: radial-gradient(
      circle at 50% 50%,
      rgba(184, 211, 255, 0.1) 0%,
      rgba(0, 0, 0, 0.8) 95%
    ),
    url("images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  pointer-events: none;
}

.section.template {
  min-height: 80vh;
}

/* Modern Slider Styles */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0%);
}

.slide {
  min-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.slide-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.slide:hover .slider-image {
  transform: scale(1.05);
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.slide-content {
  text-align: center;
  color: white;
  padding: 2rem;
  max-width: 600px;
}

.slide-content h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slide-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

/* Navigation Arrows */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.slider-nav-left {
  left: 20px;
}

.slider-nav-right {
  right: 20px;
}

/* Dots Navigation */
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

/* Skeleton Loading States */
.slide.loading .slider-image {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Modern About Section Styles */
.about-section {
  /* Animated, round, multi-color gradient background */
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(65, 78, 255, 0.137) 0%,
    rgba(0, 0, 0, 1) 60%
  );
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.about-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.about-header {
  margin-bottom: 80px;
}

.about-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 12px 24px;
  margin-bottom: 32px;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.badge-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.about-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #cccccc 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.about-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 60px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.stat-item {
  text-align: center;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.stat-item:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 255, 255, 0.1);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.feature-card {
  text-align: center;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  /* Reduced backdrop-filter for better performance */
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  transition: left 0.6s ease;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 255, 255, 0.1);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2),
    0 0 40px rgba(255, 255, 255, 0.1);
}

.feature-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 300;
}

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

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #1e3a8a 25%,
    #3b82f6 50%,
    #1e40af 75%,
    #0f172a 100%
  );
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3),
    0 0 40px rgba(30, 58, 138, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.4);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 130, 246, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(30, 58, 138, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 50px;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4),
    0 0 60px rgba(30, 58, 138, 0.3), 0 0 100px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #3b82f6 25%,
    #60a5fa 50%,
    #3b82f6 75%,
    #1e40af 100%
  );
  border-color: rgba(59, 130, 246, 0.6);
}

.cta-button:hover::after {
  opacity: 1;
}

/* Mission / Vision Pillars (inside About) */
.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 80px;
  position: relative;
  padding: 60px 40px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(10, 18, 40, 0.9) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.about-pillars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(59, 130, 246, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(30, 64, 175, 0.08) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.pillar-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  transition: all 0.4s ease;
  /* Reduced backdrop-filter for better performance */
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.pillar-card::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.pillar-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 80px rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-card:hover::after {
  opacity: 1;
}

.pillar-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  position: relative;
  padding-bottom: 12px;
}

.pillar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.2)
  );
  border-radius: 1px;
}

.pillar-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.cta-button i {
  transition: all 0.4s ease;
  font-size: 1rem;
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

.cta-button:hover i {
  transform: translateX(4px) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.8));
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.9);
}

.previous-conference-video {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.previous-conf-overlay {
  position: absolute;
  inset: auto auto 32px 32px;
}

.accordion-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all 0.2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: 0.69;
}

.accordion-item-trigger.spread {
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.accordion-item-content {
  overflow: hidden;
  display: none;
  transition: all 0.3s ease;
}

.accordion-item-content.active {
  display: block;
}

.answer {
  color: #fffc;
  padding-top: 6px;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.no-underline {
  border-bottom-style: none;
}

.blue-text {
  color: var(--blue);
}

.tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
}

/* Team Section Styling - Matching About Section */
.team-section {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(65, 78, 255, 0.137) 0%,
    rgba(0, 0, 0, 1) 60%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  pointer-events: none;
}

.team-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-header {
  text-align: center;
  margin-bottom: 80px;
}

.team-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 8px 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.team-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}

.team-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 80px;
}

.team-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 20px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 80px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.team-card:hover::before {
  opacity: 1;
}

.team-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  height: 300px;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-card:hover .team-image {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-overlay-content {
  text-align: center;
  padding: 24px;
}

.team-bio {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
}

.team-social {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

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

.team-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.team-role {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.team-expertise {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.expertise-tag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.418);
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 16px;
  letter-spacing: 0.07em;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.329);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.expertise-tag:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.speaker-image {
  width: 100%;
}

.speaker-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
  transition: opacity 0.3s ease;
}

.speaker-image-wrap:hover .speaker-image-cover {
  opacity: 1;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.social-logo {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo.white {
  background-color: var(--white);
}

.section-separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  margin-bottom: -1px;
  padding: 24px 10px;
}

.tab-link.active {
  border-bottom-color: var(--white);
  background-color: #fff0;
}

.logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.logo-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.large-text {
  font-size: 20px;
  line-height: 140%;
}

.testimonial-portrait {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.pricing-ribbon {
  z-index: -1;
  position: absolute;
  inset: 18% 0% auto;
  will-change: transform;
  animation: pricingRibbonFloat 10s ease-in-out infinite;
  animation-delay: 2s;
}

/* Different animation delays for different ribbons */
.about-section .pricing-ribbon {
  animation-delay: 2s;
}

#Testimonials .pricing-ribbon {
  animation-delay: 4s;
}

@keyframes pricingRibbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translateY(-12px) rotate(0.3deg) scale(1.02);
  }
  40% {
    transform: translateY(-6px) rotate(-0.2deg) scale(0.98);
  }
  60% {
    transform: translateY(-18px) rotate(0.4deg) scale(1.01);
  }
  80% {
    transform: translateY(-10px) rotate(-0.1deg) scale(0.99);
  }
}

.pricing-top {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-bottom-style: dashed;
  border-radius: 10px;
  padding: 32px;
}

.pricing-head {
  border-bottom: 1px dashed #ffffff1a;
  padding-bottom: 8px;
}

.pricing-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  display: flex;
}

.price {
  font-size: 40px;
  line-height: 110%;
}

/* Testimonials Section Styling */
#Testimonials {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(21, 32, 189, 0.137) 0%,
    rgba(0, 0, 0, 1) 90%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#Testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  pointer-events: none;
}

#Testimonials h2 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

#Testimonials .medium-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}

#Testimonials .pricing-top {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#Testimonials .pricing-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

#Testimonials .pricing-top:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 80px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

#Testimonials .pricing-top:hover::before {
  opacity: 1;
}

#Testimonials .pricing-head {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

#Testimonials .pricing-head .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
}

#Testimonials .pricing-card-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#Testimonials .pricing-card-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  font-style: italic;
}

#Testimonials .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

#Testimonials .price .opacity-white-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}

#Testimonials .pricing-card-content {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

#Testimonials .pricing-card-content > div:first-child {
  flex: 1;
}

#Testimonials .pricing-card-content > div:last-child {
  margin-top: auto;
}

/* Case Study Button Styling */
.case-study-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #1e3a8a 25%,
    #3b82f6 50%,
    #1e40af 75%,
    #0f172a 100%
  );
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3),
    0 0 40px rgba(30, 58, 138, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.4);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.case-study-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 130, 246, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.case-study-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(30, 58, 138, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 50px;
}

.case-study-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4),
    0 0 60px rgba(30, 58, 138, 0.3), 0 0 100px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #3b82f6 25%,
    #60a5fa 50%,
    #3b82f6 75%,
    #1e40af 100%
  );
  border-color: rgba(59, 130, 246, 0.6);
}

.case-study-button:hover::after {
  opacity: 1;
}

.case-study-button i {
  transition: all 0.4s ease;
  font-size: 1rem;
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

.case-study-button:hover i {
  transform: translateX(4px) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.8));
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.9);
}

/* FAQ Section Styling */
.faq-section {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(61, 61, 61, 0.137) 0%,
    rgba(0, 0, 0, 1) 90%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  pointer-events: none;
}

.faq-header {
  text-align: center;
  margin-bottom: 80px;
}

.faq-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 8px 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.faq-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.faq-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.faq-accordion {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  margin-bottom: 20px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.faq-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.faq-accordion:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 50px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.faq-accordion:hover::before {
  opacity: 1;
}

.faq-accordion.active {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 60px rgba(255, 255, 255, 0.15);
}

.accordion-item-trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.accordion-item-trigger:hover {
  background: rgba(255, 255, 255, 0.02);
}

.accordion-item-trigger i:first-child {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.accordion-item-trigger div {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.accordion-icon {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.faq-accordion.active .accordion-icon {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.9);
}

.accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.1);
}

.accordion-item-content.active {
  max-height: 200px;
}

.answer {
  padding: 0 40px 0px 72px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Contact Banner Styling */
.banner-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner-text h2 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.banner-description {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.banner-button {
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  display: inline-block;
  min-width: 180px;
  text-align: center;
}

.banner-button.primary {
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #1e3a8a 25%,
    #3b82f6 50%,
    #1e40af 75%,
    #0f172a 100%
  );
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3),
    0 0 40px rgba(30, 58, 138, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.banner-button.primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4),
    0 0 60px rgba(30, 58, 138, 0.3);
  background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #3b82f6 25%,
    #60a5fa 50%,
    #3b82f6 75%,
    #1e40af 100%
  );
  border-color: rgba(59, 130, 246, 0.6);
}

.banner-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.banner-button.secondary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.banner-features {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
}

.feature-item i {
  color: rgba(59, 130, 246, 0.9);
  font-size: 1.1rem;
}

.faq-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-accordion {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spread-vertical {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tiny-text-widget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

.form-block {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.text-field:focus {
  border-bottom-color: var(--blue);
  outline: none;
}

.split-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button {
  border: 1px solid #0000001a;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button.custom--redirected-checked {
  border-width: 5px;
  border-color: var(--blue);
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.top-tag {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 9px;
  line-height: 100%;
}

.full-width {
  width: 100%;
}

.tiny-text {
  font-size: 14px;
  line-height: 130%;
}

.field-label {
  font-weight: 400;
}

/* Footer Styling */
.footer {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(20, 20, 20, 0.98) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(59, 130, 246, 0.05) 0%,
    rgba(0, 0, 0, 0.8) 70%
  );
  pointer-events: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.footer-brand {
  flex: 1;
  max-width: 400px;
}

.footer-logo img {
  filter: brightness(1.1);
  transition: all 0.3s ease;
}

.footer-logo:hover img {
  filter: brightness(1.3) drop-shadow(0 0 20px rgba(59, 130, 246, 0.3));
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 16px;
  font-weight: 400;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.link-group h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  padding: 4px 0;
}

.footer-link:hover {
  color: rgba(59, 130, 246, 0.9);
  transform: translateX(4px);
  text-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

.footer-social {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-social {
    text-align: left;
  }
}

.footer-social h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.social-links {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.footer-bottom {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.legal-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.legal-link:hover {
  color: rgba(59, 130, 246, 0.9);
  text-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

.footer-content {
  border-bottom: 1px solid #f1f2fb14;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom-content {
  display: flex;
}

.small-text {
  font-size: 14px;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.white-text {
  color: #fff;
}

.footer-horizontal-links-2 {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-link-small {
  color: var(--white);
  font-size: 14px;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.page-wrap {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

/* Mobile menu improvements */
.nav-menu {
  transition: all 0.3s ease;
}

.menu-button {
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.menu-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.menu-button i {
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 1.5rem;
}

.menu-button:hover i {
  color: rgba(59, 130, 246, 0.9);
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Mobile Menu Overlay - Luxury Futuristic Design */
.mobile-menu-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(10, 18, 40, 0.95) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  backdrop-filter: blur(25px);
  z-index: 1000;
  overflow: hidden;
  animation: mobileMenuSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.show {
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
}

.mobile-menu-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(0, 0, 0, 0.8) 70%
  );
  pointer-events: none;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.mobile-menu-logo img {
  filter: brightness(1.2);
  transition: all 0.3s ease;
}

.mobile-menu-close {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.mobile-menu-close i {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 40px 32px 0;
  position: relative;
  z-index: 2;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(59, 130, 246, 0.6) rgba(255, 255, 255, 0.1);
}

/* Custom Scrollbar for Mobile Menu */
.mobile-menu-content::-webkit-scrollbar {
  width: 6px;
}

.mobile-menu-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 10px 0;
}

.mobile-menu-content::-webkit-scrollbar-thumb {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.8) 0%,
    rgba(147, 51, 234, 0.8) 100%
  );
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}

.mobile-menu-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 1) 0%,
    rgba(147, 51, 234, 1) 100%
  );
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.mobile-menu-content::-webkit-scrollbar-thumb:active {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 1) 0%,
    rgba(126, 34, 206, 1) 100%
  );
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.mobile-nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 130, 246, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.mobile-nav-link:hover::before {
  left: 100%;
}

.mobile-nav-link:hover {
  transform: translateX(8px) scale(1.02);
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
}

.mobile-nav-link i {
  font-size: 1.3rem;
  color: rgba(59, 130, 246, 0.9);
  width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.mobile-nav-link:hover i {
  color: #ffffff;
  transform: scale(1.2);
  text-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}

.mobile-nav-link span {
  flex: 1;
  transition: all 0.3s ease;
}

.mobile-nav-link:hover span {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.mobile-menu-actions {
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-cta-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #1e3a8a 25%,
    #3b82f6 50%,
    #1e40af 75%,
    #0f172a 100%
  );
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.mobile-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.mobile-cta-button:hover::before {
  left: 100%;
}

.mobile-cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #3b82f6 25%,
    #60a5fa 50%,
    #3b82f6 75%,
    #1e40af 100%
  );
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4),
    0 0 60px rgba(30, 58, 138, 0.3);
  border-color: rgba(59, 130, 246, 0.6);
}

.mobile-cta-button i {
  transition: all 0.4s ease;
  font-size: 1rem;
}

.mobile-cta-button:hover i {
  transform: translateX(4px) scale(1.1);
  text-shadow: 0 0 15px rgba(59, 130, 246, 0.8);
}

.mobile-menu-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
  flex-shrink: 0;
}

.mobile-social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
}

.mobile-social-link {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.mobile-social-link:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.mobile-social-link i {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

/* Mobile Menu Animation */
@keyframes mobileMenuSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Menu Responsive Adjustments */
@media (max-width: 479px) {
  .mobile-menu-content {
    padding: 20px 16px 16px;
  }

  .mobile-menu-header {
    padding: 12px 16px;
  }

  .mobile-nav-link {
    padding: 16px 20px;
    font-size: 1.1rem;
  }

  .mobile-cta-button {
    padding: 16px 32px;
    font-size: 1rem;
  }
}

/* ========================================
   PAGE LOAD ANIMATIONS
======================================== */

/* ========================================
   MICROINTERACTIONS & HOVER EFFECTS
======================================== */

/* Enhanced Button Animations - Optimized */
.blue-button,
.white-button,
.cta-button,
.banner-button {
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Remove will-change to prevent unnecessary GPU layers */
}

.blue-button::before,
.white-button::before,
.cta-button::before,
.banner-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.blue-button:hover::before,
.white-button:hover::before,
.cta-button:hover::before,
.banner-button:hover::before {
  left: 100%;
}

/* Card Hover Effects - Optimized */
.feature-card,
.team-card,
.pillar-card {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  /* Remove will-change to prevent unnecessary GPU layers */
}

.feature-card::after,
.team-card::after,
.pillar-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.feature-card:hover::after,
.team-card:hover::after,
.pillar-card:hover::after {
  transform: translateX(100%);
}

/* Icon Animations */
.feature-icon i,
.team-social i,
.social-link i {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-icon i {
  transform: scale(1.2) rotate(10deg);
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.8);
}

.team-card:hover .team-social i {
  transform: translateY(-3px) scale(1.1);
}

/* ========================================
   SCROLL ANIMATIONS
======================================== */

/* Parallax Effects - Optimized */
.hero-ribbon-section {
  transform: translateZ(0);
  /* Remove will-change to prevent unnecessary GPU layers */
}

/* Staggered Animations */
.about-features .feature-card:nth-child(1) {
  transition-delay: 0.1s;
}
.about-features .feature-card:nth-child(2) {
  transition-delay: 0.2s;
}
.about-features .feature-card:nth-child(3) {
  transition-delay: 0.3s;
}

.team-grid .team-card:nth-child(1) {
  transition-delay: 0.1s;
}
.team-grid .team-card:nth-child(2) {
  transition-delay: 0.2s;
}
.team-grid .team-card:nth-child(3) {
  transition-delay: 0.3s;
}

/* ========================================
   LOADING ANIMATIONS
======================================== */

/* Page Load Sequence */
@keyframes pageLoad {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  animation: pageLoad 0.8s ease-out 0.2s both;
}

.hero-ribbon-section {
  animation: pageLoad 1s ease-out 0.4s both;
}

/* ========================================
   FLOATING ANIMATIONS
======================================== */

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatReverse {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}

.feature-icon {
  animation: float 3s ease-in-out infinite;
}

.feature-card:nth-child(2) .feature-icon {
  animation: floatReverse 3s ease-in-out infinite;
  animation-delay: 1s;
}

.feature-card:nth-child(3) .feature-icon {
  animation: float 3s ease-in-out infinite;
  animation-delay: 2s;
}

/* ========================================
   GLOW EFFECTS
======================================== */

@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.6),
      0 0 60px rgba(59, 130, 246, 0.3);
  }
}

.cta-button,
.banner-button.primary {
  animation: glow 2s ease-in-out infinite;
}

/* ========================================
   TEXT ANIMATIONS
======================================== */

@keyframes textShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

.gradient-text {
  background: linear-gradient(45deg, #3b82f6, #1e40af, #0ea5e9, #3b82f6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShimmer 3s ease-in-out infinite;
}

/* ========================================
   ENHANCED SECTION ANIMATIONS
======================================== */

/* Section entrance animations */
.section {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.section.animate-on-scroll {
  transform: translateY(30px);
  opacity: 0;
}

.section.animate-on-scroll.animate {
  transform: translateY(0);
  opacity: 1;
}

/* Slider animations */
.slide {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-content {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide:hover .slide-content {
  transform: translateY(-10px);
}

/* Navbar animations */
.navbar {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95);
}

/* Footer animations */
.footer-link,
.social-link {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover,
.social-link:hover {
  transform: translateY(-2px);
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

/* ========================================
   PERFORMANCE OPTIMIZATIONS
======================================== */

/* GPU acceleration for smooth animations - Ultra-optimized */
.animate-on-scroll,
.feature-card,
.team-card,
.pillar-card,
.cta-button,
.banner-button {
  /* Remove will-change to prevent unnecessary GPU layers */
  transform: translateZ(0);
  /* Add performance optimizations */
  backface-visibility: hidden;
  perspective: 1000px;
  /* Reduce paint complexity */
  contain: layout style paint;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll,
  .feature-icon,
  .cta-button,
  .banner-button {
    animation: none;
    transition: none;
  }
}

/* Ultra-performance optimizations */
* {
  /* Optimize rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

/* Optimize scroll performance */
html {
  /* Remove conflicting scroll behavior - let GSAP handle it */
  -webkit-overflow-scrolling: touch;
  /* Performance optimizations */
  scroll-behavior: auto; /* Disable CSS smooth scrolling */
  overscroll-behavior: contain;
}

body {
  /* Removed hardware acceleration from body as it can cause issues */
  /* Performance optimizations */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* About Pillars Responsive */
@media (max-width: 991px) {
  .about-pillars {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .about-pillars {
    padding: 30px 15px;
  }

  .pillar-card {
    padding: 30px 20px;
  }
}

/* Improved button hover effects */
.blue-button:hover,
.white-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 76, 218, 0.3);
  transition: all 0.3s ease;
}

.blue-button {
  transition: all 0.3s ease;
}

.white-button {
  transition: all 0.3s ease;
}

/* Better form styling */
.text-field:focus {
  border-bottom-color: var(--blue);
  outline: none;
}

/* Improved card hover effects */
.pricing-top:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
}

/* Additional improvements */
.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-trigger i {
  transition: transform 0.3s ease;
}

.accordion-item-trigger.active i {
  transform: rotate(180deg);
}

.slider-arrow-left,
.slider-arrow-right {
  transition: all 0.3s ease;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.template-sidebar {
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  padding: 8px;
}

.template-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-page-content {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.template-sidebar-link {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  padding: 20px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
}

.template-sidebar-link:hover {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.template-page-icons-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.opacity-white-text-2 {
  color: #fff9;
}

.underline-link {
  color: #ffffffb3;
}

.rich-text h1 {
  font-size: 40px;
}

.rich-text h2 {
  font-size: 32px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 20px;
}

.rich-text h5 {
  margin-bottom: 24px;
  font-size: 18px;
}

.rich-text h6 {
  margin-bottom: 24px;
  font-size: 16px;
}

.rich-text blockquote {
  border-bottom: 1px solid #ffffff1a;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 24px 0;
}

.rich-text ol {
  margin-bottom: 16px;
}

.rich-text li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text ul {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  /* About section responsive styles */
  .about-title {
    font-size: 3rem;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-pillars {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-description {
    font-size: 1.1rem;
  }
  body {
    font-size: 15px;
    line-height: 150%;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  /* Slider responsive styles */
  .slider {
    height: 400px;
  }

  .slide-content h3 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .slider-nav {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .slider-nav-left {
    left: 15px;
  }

  .slider-nav-right {
    right: 15px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    display: none;
  }

  .menu-button {
    background-color: transparent;
    border: none;
    outline: none;
  }

  .navbar-contents {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    margin-top: 24px;
    display: flex;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .hero-ribbon-section {
    height: 60vw;
  }

  .ribbon-image {
    top: 8%;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .large-heading {
    font-size: 13vw;
  }

  .medium-text {
    font-size: 16px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template {
    padding-top: 160px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-text {
    font-size: 19px;
  }

  .footer-content {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-1-links {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .template-page-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  /* About section mobile styles */
  .about-title {
    font-size: 2.5rem;
  }

  .about-description {
    font-size: 1rem;
  }

  .stat-item {
    padding: 24px 16px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .feature-card {
    padding: 32px 20px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .about-pillars {
    grid-template-columns: 1fr;
  }

  .cta-button {
    padding: 16px 32px;
    font-size: 1rem;
  }
  body {
    font-size: 14px;
    line-height: 150%;
  }

  h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  /* Mobile slider styles */
  .slider {
    height: 300px;
    border-radius: 15px;
  }

  .slide-content h3 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .slider-nav-left {
    left: 10px;
  }

  .slider-nav-right {
    right: 10px;
  }

  .slider-dots {
    bottom: 20px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    padding: 24px;
  }

  .navbar-contents {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-ribbon-section {
    height: 90vw;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .large-heading {
    font-size: 15vw;
  }

  .medium-text {
    font-size: 15px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .answer {
    margin-bottom: 0;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 18px;
  }

  .pricing-card-button {
    font-size: 16px;
  }

  .faq-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq-accordion {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-page-content {
    padding: 32px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 160px;
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    padding: 16px;
  }

  .menu-button {
    padding-right: 0;
  }

  .hero-ribbon-section {
    max-width: 100vw;
    height: 140vw;
    padding-top: 30vw;
    overflow: hidden;
  }

  .ribbon-image {
    object-fit: cover;
    height: 90vw;
    top: 26vw;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-heading {
    font-size: 16vw;
  }

  .title {
    margin-bottom: 16px;
  }

  .title.blue-text.no-space-bottom {
    margin-bottom: 0;
  }

  .tag-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tag-flex.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blue-button {
    width: 100%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.sign-up-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-foot {
    width: 72%;
    font-size: 16px;
  }

  .right-arrow,
  .left-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .previous-conference-video {
    margin-top: 40px;
  }

  .previous-conf-overlay {
    max-width: 40%;
    bottom: 16px;
    left: 16px;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .tag {
    font-size: 12px;
  }

  .three-column-grid {
    margin-top: 30px;
  }

  /* Team Section Responsive */
  .team-title {
    font-size: 2.8rem;
  }

  .team-description {
    font-size: 1.1rem;
  }

  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .team-card {
    padding: 24px;
  }

  .team-image-wrap {
    height: 250px;
  }

  .logo-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .pricing-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-card-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 24px;
  }

  .pricing-card-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spread-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form-block {
    padding: 24px;
  }

  .text-field {
    height: 48px;
  }

  .split-fields {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-links {
    grid-row-gap: 16px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-wrap {
    width: 100vw;
    overflow: hidden;
  }

  /* Testimonials Section Mobile Responsive */
  #Testimonials {
    padding: 60px 0;
  }

  #Testimonials h2 {
    font-size: 2.2rem;
  }

  #Testimonials .medium-text {
    font-size: 1rem;
    margin-bottom: 60px;
  }

  #Testimonials .pricing-top {
    padding: 20px;
  }

  #Testimonials .pricing-head .title {
    font-size: 1.3rem;
  }

  #Testimonials .pricing-card-content h3 {
    font-size: 0.9rem;
  }

  #Testimonials .pricing-card-content p {
    font-size: 0.9rem;
  }

  #Testimonials .price {
    font-size: 1.2rem;
  }

  .case-study-button {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  /* FAQ Section Mobile Responsive */
  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 2.2rem;
  }

  .faq-description {
    font-size: 1rem;
    margin-bottom: 60px;
  }

  .faq-accordion {
    margin-bottom: 12px;
  }

  .accordion-item-trigger {
    padding: 16px 20px;
    gap: 12px;
  }

  .accordion-item-trigger i:first-child {
    font-size: 1rem;
    width: 20px;
  }

  .accordion-item-trigger div {
    font-size: 0.95rem;
  }

  .accordion-icon {
    font-size: 0.9rem;
  }

  .answer {
    padding: 0 20px 16px 48px;
    font-size: 0.9rem;
  }

  /* Contact Banner Mobile Responsive */
  .contact-banner {
    padding: 80px 0;
  }

  .banner-text h2 {
    font-size: 2.5rem;
  }

  .banner-description {
    font-size: 1.1rem;
  }

  .banner-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .banner-button {
    min-width: 200px;
    padding: 14px 28px;
    font-size: 1rem;
  }

  .banner-features {
    gap: 24px;
  }

  .feature-item {
    font-size: 0.9rem;
  }

  /* Footer Mobile Responsive */
  .footer {
    padding: 60px 0 0;
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer-features {
    gap: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-social {
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  /* Team Section Mobile Responsive */
  .team-section {
    padding: 60px 0;
  }

  .team-title {
    font-size: 2.2rem;
  }

  .team-description {
    font-size: 1rem;
    margin-bottom: 60px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 60px;
  }

  .team-card {
    padding: 20px;
  }

  .team-image-wrap {
    height: 200px;
  }

  .team-name {
    font-size: 1.3rem;
  }

  .team-role {
    font-size: 0.9rem;
  }

  .expertise-tag {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  /* Testimonials Section Responsive */
  #Testimonials h2 {
    font-size: 2.8rem;
  }

  #Testimonials .medium-text {
    font-size: 1.1rem;
  }

  #Testimonials .pricing-top {
    padding: 24px;
  }

  #Testimonials .pricing-head .title {
    font-size: 1.5rem;
  }

  #Testimonials .pricing-card-content h3 {
    font-size: 1rem;
  }

  #Testimonials .price {
    font-size: 1.3rem;
  }

  .case-study-button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  /* FAQ Section Responsive */
  .faq-title {
    font-size: 2.8rem;
  }

  .faq-description {
    font-size: 1.1rem;
  }

  .faq-accordion {
    margin-bottom: 16px;
  }

  .accordion-item-trigger {
    padding: 20px 24px;
  }

  .accordion-item-trigger div {
    font-size: 1rem;
  }

  .answer {
    padding: 0 24px 20px 56px;
    font-size: 0.95rem;
  }
}

#w-node-f71c62e0-cf8a-d26c-4f03-0cfdcfd73ac6-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de3276e6-5308-8785-f214-4206678e6510-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7b4cad63-0680-4c67-bf10-122cd1c90545-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_345b2c31-8f27-40e0-b993-122baceb6406-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_11e0a3b6-4f6f-4f60-e819-4ce967699598-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_11e0a3b6-4f6f-4f60-e819-4ce96769959b-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba42d-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba430-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d35-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d38-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d3f-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d42-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d50-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d53-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d67-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d6a-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060d4-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060d7-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060de-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060e1-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060ef-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060f2-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e2406106-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e2406109-247c86e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96f9256b-8686-d6b6-abe8-7801de205243-247c86e9,
#w-node-_865f6565-fa46-75f8-affe-dc0e708c3f11-247c86e9,
#w-node-e1020210-f0d1-5827-cbb0-4002b6b14bbe-247c86e9 {
  justify-self: center;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e39794-29e39792 {
  place-self: center start;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e397a2-29e39792 {
  place-self: center;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e397a4-29e39792 {
  place-self: center end;
}

#w-node-c672918f-92bc-2b24-b152-17fcbc0ddc61-247c86eb,
#w-node-c672918f-92bc-2b24-b152-17fcbc0ddc72-247c86eb,
#w-node-c672918f-92bc-2b24-b152-17fcbc0ddc61-247c86ec,
#w-node-c672918f-92bc-2b24-b152-17fcbc0ddc72-247c86ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-de3276e6-5308-8785-f214-4206678e6510-247c86e9,
  #w-node-_345b2c31-8f27-40e0-b993-122baceb6406-247c86e9,
  #w-node-_11e0a3b6-4f6f-4f60-e819-4ce96769959b-247c86e9,
  #w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba430-247c86e9,
  #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d38-247c86e9,
  #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d42-247c86e9,
  #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d53-247c86e9,
  #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d6a-247c86e9,
  #w-node-_8305254b-3729-74b9-fc9e-dde7e24060d7-247c86e9,
  #w-node-_8305254b-3729-74b9-fc9e-dde7e24060e1-247c86e9,
  #w-node-_8305254b-3729-74b9-fc9e-dde7e24060f2-247c86e9,
  #w-node-_8305254b-3729-74b9-fc9e-dde7e2406109-247c86e9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651485-e9651479,
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651487-e9651479,
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651489-e9651479,
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe965148b-e9651479 {
    justify-self: center;
  }
}

/* Luxury Futuristic Button Animations */
@keyframes shimmer {
  0% {
    transform: translateX(-100%) skewX(-12deg);
  }
  100% {
    transform: translateX(200%) skewX(-12deg);
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.3),
      0 0 40px rgba(34, 211, 238, 0.1), inset 0 0 20px rgba(34, 211, 238, 0.1);
  }
  50% {
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.5),
      0 0 60px rgba(34, 211, 238, 0.2), inset 0 0 30px rgba(34, 211, 238, 0.2);
  }
}

@keyframes particle-float {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-10px) scale(1.2);
    opacity: 1;
  }
}

@keyframes corner-glow {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    filter: brightness(1.5);
  }
}

/* Animation delays for staggered effects */
.animation-delay-200 {
  animation-delay: 0.2s;
}

.animation-delay-400 {
  animation-delay: 0.4s;
}

/* Enhanced button hover effects */
.group:hover .animate-ping {
  animation: particle-float 2s ease-in-out infinite;
}

.group:hover .animate-pulse {
  animation: corner-glow 3s ease-in-out infinite;
}

/* Luxury button base styles */
.luxury-button {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(30, 41, 59, 0.8)
  );
  backdrop-filter: blur(20px);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.luxury-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(34, 211, 238, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.luxury-button:hover::before {
  left: 100%;
}

.luxury-button:hover {
  animation: glow-pulse 2s ease-in-out infinite;
  transform: translateY(-8px) scale(1.05);
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 25px 50px rgba(34, 211, 238, 0.3),
    0 0 0 1px rgba(34, 211, 238, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Text glow effect */
.group:hover span {
  text-shadow: 0 0 10px rgba(34, 211, 238, 0.8),
    0 0 20px rgba(34, 211, 238, 0.6), 0 0 30px rgba(34, 211, 238, 0.4);
}

/* Responsive adjustments for luxury buttons */
@media screen and (max-width: 768px) {
  .luxury-button {
    padding: 12px 24px;
    font-size: 14px;
  }

  .group:hover {
    transform: translateY(-4px) scale(1.02);
  }
}

/* Services Page Styles - Using Existing Design System */
.service-details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-detail-item {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.service-detail-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.service-detail-item:last-child {
  margin-bottom: 0;
}

.service-detail-item strong {
  color: #22d3ee;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.service-detail-item br + * {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Responsive adjustments for service details */
@media screen and (max-width: 768px) {
  .service-details {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }

  .service-detail-item {
    margin-bottom: 1rem;
    padding: 0.875rem;
  }

  .service-detail-item strong {
    font-size: 0.9rem;
  }

  .service-detail-item br + * {
    font-size: 0.85rem;
  }
}

/* Portfolio Page Styles - Case Studies & Projects */
.case-study-details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-study-problem,
.case-study-solution,
.case-study-results,
.case-study-feedback,
.project-features,
.project-status,
.project-vision {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.case-study-problem:hover,
.case-study-solution:hover,
.case-study-results:hover,
.case-study-feedback:hover,
.project-features:hover,
.project-status:hover,
.project-vision:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.case-study-problem strong,
.case-study-solution strong,
.case-study-results strong,
.project-features strong,
.project-status strong,
.project-vision strong {
  color: #22d3ee;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.case-study-results ul {
  margin: 0.5rem 0 0 1.5rem;
  padding: 0;
}

.case-study-results li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.case-study-feedback {
  background: linear-gradient(
    135deg,
    rgba(34, 211, 238, 0.1),
    rgba(59, 130, 246, 0.1)
  );
  border-color: rgba(34, 211, 238, 0.2);
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

.case-study-feedback em {
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  margin: 0;
}

.service-category-details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-category-details .service-item {
  margin-bottom: 1rem;
  padding: 0.875rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-category-details .service-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(3px);
}

.service-category-details .service-item strong {
  color: #22d3ee;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.service-category-details .service-item:not(:last-child) {
  margin-bottom: 1rem;
}

.roi-highlight {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(
    135deg,
    rgba(34, 211, 238, 0.1),
    rgba(59, 130, 246, 0.1)
  );
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 12px;
  text-align: center;
}

.roi-highlight em {
  color: #22d3ee;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: italic;
}

/* Responsive adjustments for portfolio sections */
@media screen and (max-width: 768px) {
  .case-study-details,
  .service-category-details {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }

  .case-study-problem,
  .case-study-solution,
  .case-study-results,
  .case-study-feedback,
  .project-features,
  .project-status,
  .project-vision {
    margin-bottom: 1rem;
    padding: 0.875rem;
  }

  .case-study-problem strong,
  .case-study-solution strong,
  .case-study-results strong,
  .project-features strong,
  .project-status strong,
  .project-vision strong {
    font-size: 0.9rem;
  }

  .case-study-results li {
    font-size: 0.85rem;
  }

  .case-study-feedback em {
    font-size: 0.85rem;
  }

  .service-category-details .service-item {
    padding: 0.75rem;
  }

  .service-category-details .service-item strong {
    font-size: 0.85rem;
  }

  .roi-highlight {
    padding: 0.875rem;
  }

  .roi-highlight em {
    font-size: 0.85rem;
  }
}

/* Contact Form Styles - Using Site's Design System */
.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-form-container {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 24px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  transition: left 0.6s ease;
}

.contact-form-container:hover::before {
  left: 100%;
}

.contact-form-container:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 255, 255, 0.1);
}

.contact-form-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.contact-form-container:hover::after {
  transform: translateX(100%);
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-group label {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.submit-button {
  width: 100%;
  padding: 1.25rem 2rem;
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #1e3a8a 25%,
    #3b82f6 50%,
    #1e40af 75%,
    #0f172a 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.submit-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.submit-button:hover::before {
  left: 100%;
}

.submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.submit-button i {
  margin-left: 0.75rem;
  transition: transform 0.3s ease;
}

.submit-button:hover i {
  transform: translateX(4px);
}

.contact-info-container {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 24px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-info-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  transition: left 0.6s ease;
}

.contact-info-container:hover::before {
  left: 100%;
}

.contact-info-container:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 255, 255, 0.1);
}

.contact-info-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.contact-info-container:hover::after {
  transform: translateX(100%);
}

.contact-info h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.contact-item i {
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
  transition: all 0.3s ease;
}

.contact-item:hover i {
  transform: scale(1.1);
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.8);
}

.contact-item div {
  flex: 1;
}

.contact-item h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.contact-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.contact-item:hover p {
  color: rgba(255, 255, 255, 0.95);
}

/* Responsive adjustments for contact form */
@media screen and (max-width: 768px) {
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-form-container,
  .contact-info-container {
    padding: 32px 20px;
  }

  .form-group {
    margin-bottom: 1.75rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
  }

  .submit-button {
    padding: 1.125rem 1.75rem;
    font-size: 1rem;
  }

  .contact-info h3 {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .contact-item {
    padding: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .contact-item i {
    font-size: 1.25rem;
    margin-right: 1rem;
  }

  .contact-item h4 {
    font-size: 1rem;
  }

  .contact-item p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .contact-form-container,
  .contact-info-container {
    padding: 2rem 1.5rem;
  }

  .form-group {
    margin-bottom: 1.5rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.9rem;
  }

  .submit-button {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
  }

  .contact-info h3 {
    font-size: 1.125rem;
  }

  .contact-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .contact-item i {
    font-size: 1.125rem;
    margin-right: 0.875rem;
  }
}

/* ========================================
   RIBBON FLOATING ANIMATIONS
======================================== */

/* Continuous floating animations for ribbon images */
@keyframes ribbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(0.5deg);
  }
  50% {
    transform: translateY(-12px) rotate(0deg);
  }
  75% {
    transform: translateY(-6px) rotate(-0.5deg);
  }
}

@keyframes pricingRibbonFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(0.3deg);
  }
  50% {
    transform: translateY(-10px) rotate(0deg);
  }
  75% {
    transform: translateY(-4px) rotate(-0.3deg);
  }
}

/* Apply floating animations to ribbon images */
.ribbon-image {
  animation: ribbonFloat 4s ease-in-out infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.pricing-ribbon {
  animation: pricingRibbonFloat 3.5s ease-in-out infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .ribbon-image,
  .pricing-ribbon {
    animation: none;
  }
}
