/* Modern Navigation Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Glass morphism effect utilities */
.glass-morphism {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* =========================================================================
   Revorao Hero Section & Interactive Animations
   ========================================================================= */
.header-background-video {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  background-color: #000000;
  display: flex;
  flex-direction: column;
}

.header-background-video video,
.w-background-video > video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  z-index: 1 !important;
  pointer-events: none !important;
  margin: 0 !important;
}

.section.hero-section {
  position: relative;
  z-index: 2 !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  background-image: none !important;
  background: transparent !important;
}

.wrapper.home-hero {
  padding-top: 12rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  gap: 2.5rem;
}

.driven-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

.heo-top.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  width: 100%;
}

.subtitle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.25rem;
  overflow: hidden;
}

.subtitle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.subtitle-text {
  position: relative;
  z-index: 1;
  font-size: 0.825rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}

.styleguide-title.home-hero-title {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.cta-desp {
  font-size: clamp(0.85rem, 1.15vw, 1rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  z-index: 5;
}

/* Button Animations */
.secondary-button {
  background-color: var(--_color---text-colors--orange-colour, #f54206);
  color: #000000 !important;
  border-radius: 3.125rem;
  padding: 0.88rem 1.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(245, 66, 6, 0.25);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.secondary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -2px rgba(245, 66, 6, 0.45);
}

.primary-button {
  background-color: #ffffff;
  color: #000000 !important;
  border-radius: 6.25rem;
  padding: 0.88rem 1.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.15);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -2px rgba(255, 255, 255, 0.35);
}

.button-texts {
  position: relative;
  overflow: hidden;
  height: 1.3rem;
  display: flex;
  flex-direction: column;
}

.button-text {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}

.button-text._01 {
  transform: translateY(0%);
}

.button-text._02 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.secondary-button:hover .button-text._01,
.primary-button:hover .button-text._01 {
  transform: translateY(-100%);
}

.secondary-button:hover .button-text._02,
.primary-button:hover .button-text._02 {
  transform: translateY(0%);
}

.arrow-box {
  position: relative;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-arrow {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.button-arrow._01 {
  transform: translateX(0%);
}

.button-arrow._02 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.secondary-button:hover .button-arrow._01 {
  transform: translateX(100%);
}

.secondary-button:hover .button-arrow._02 {
  transform: translateX(0%);
}

/* Marquee Section Styles */
.marquee-margin {
  width: 100%;
  margin-top: 1rem;
}

.hero-marquee {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  overflow: hidden;
}

.companies-title {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0;
}

.marquee-items {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
}

@keyframes heroMarqueeLoop {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.hero-marquee-items {
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
  animation: heroMarqueeLoop 30s linear infinite !important;
  will-change: transform;
}

.hero-marquee:hover .hero-marquee-items {
  animation-play-state: paused !important;
}

.marquee-icon {
  width: 8.75rem;
  height: auto;
  margin-right: 4rem;
  opacity: 0.55;
  transition: opacity 0.3s ease;
  filter: brightness(1.2);
}

.marquee-icon:hover {
  opacity: 0.95;
}

.marquee-left-gradient {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  background: linear-gradient(90deg, #000000 20%, transparent);
  pointer-events: none;
  z-index: 2;
}

.marquee-right-gradient {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5rem;
  background: linear-gradient(90deg, transparent, #000000 90%);
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .wrapper.home-hero {
    padding-top: 7rem;
    gap: 2.5rem;
  }
  .marquee-icon {
    width: 7rem;
    margin-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.home-hero {
    padding-top: 6rem;
    gap: 2rem;
  }
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .secondary-button,
  .primary-button {
    width: 100%;
    max-width: 20rem;
  }
}

/* Phone Input Styling */
.PhoneInput {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: white;
}

.PhoneInput:focus-within {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.PhoneInputCountrySelect {
  margin-right: 0.75rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out;
  position: relative;
}

.PhoneInputCountrySelect::after {
  content: '';
  position: absolute;
  right: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background-color: #e5e7eb;
}

.PhoneInputCountrySelect:hover {
  background-color: #f3f4f6;
}

.PhoneInputCountrySelect:focus {
  outline: none;
  background-color: #f3f4f6;
}

.PhoneInputCountrySelectArrow {
  opacity: 0.6;
  margin-left: 0.25rem;
  transition: transform 0.15s ease-in-out;
}

.PhoneInputCountrySelect:hover .PhoneInputCountrySelectArrow {
  opacity: 0.8;
}

.PhoneInputCountryFlag {
  width: 1.5em !important;
  height: 1.2em !important;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.PhoneInputCountryCode {
  font-weight: 500;
  color: #374151;
  margin-left: 0.25rem;
}

.PhoneInputInput {
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
  flex: 1;
  padding: 0;
  color: #111827;
}

.PhoneInputInput::placeholder {
  color: #9ca3af;
}

/* Error state styling */
.phone-input-error .PhoneInput {
  border-color: #ef4444;
}

.phone-input-error .PhoneInput:focus-within {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.5);
}

/* Ensure country dropdown is visible */
.PhoneInputCountrySelectDropdown {
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.PhoneInputCountrySelectDropdownItem {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.PhoneInputCountrySelectDropdownItem:hover {
  background-color: #f3f4f6;
}

.PhoneInputCountrySelectDropdownItem--selected {
  background-color: #eff6ff;
  color: #1d4ed8;
}

/* Read-only phone input styling */
.phone-input-readonly .PhoneInput {
  background-color: #f9fafb;
  border-color: #d1d5db;
  cursor: not-allowed;
}

.phone-input-readonly .PhoneInputCountrySelect {
  cursor: not-allowed;
  pointer-events: none;
}

.phone-input-readonly .PhoneInputInput {
  background-color: transparent;
  color: #6b7280;
  cursor: not-allowed;
}

.phone-input-readonly .PhoneInputCountryFlag {
  opacity: 0.7;
}

/* =========================================================================
   Cyrclo Rotating Circle Template Showcase Section
   ========================================================================= */
.section-home-header {
  height: 100vh;
  min-height: 720px;
  position: relative;
  background-color: #000000;
  width: 100%;
  isolation: isolate;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-component {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-component-grid {
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  position: relative;
}

.circle-container,
.inner-circle-container,
.header-content-wrap,
.header-background,
.header-overlay {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

.circle-container {
  will-change: transform;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 0;
  height: 0;
  position: relative;
}

.inner-circle-container {
  will-change: transform;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 0;
  height: 0;
  position: relative;
}

.circle-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
}

.inner-circle-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
}

.circle-block,
.inner-circle-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Outer Ring Cards (Wide framing ring) */
.cyrclo-outer-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.2rem;
  height: 8.0rem;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyrclo-outer-card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #161616;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.14);
}

/* Inner Ring Cards (Tight orbiting ring) */
.cyrclo-inner-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.2rem;
  height: 6.0rem;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyrclo-inner-card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #161616;
  box-shadow: 0 12px 28px -4px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.cyrclo-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Center Content */
.header-content-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  pointer-events: none;
}

.header-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  text-align: center;
  color: #ffffff;
}

.registered-symbol {
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.85;
}

.title {
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  top: -.25rem;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.header-description {
  width: 100%;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-size-small {
  font-size: .875rem;
  line-height: 1.45;
  color: #a1a1aa;
}

.header-background {
  width: 950px;
  max-width: 95vw;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.85;
}

.header-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Responsive Media Queries */
@media screen and (min-width: 1440px) {
  .circle-wrapper,
  .inner-circle-wrapper {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1199px) {
  .circle-wrapper,
  .inner-circle-wrapper {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .circle-wrapper,
  .inner-circle-wrapper {
    transform: scale(0.68);
  }
  .title {
    font-size: 3rem;
  }
  .header-description {
    max-width: 17rem;
  }
}

@media screen and (max-width: 479px) {
  .section-home-header {
    height: 100vh;
    min-height: 600px;
  }
  .circle-wrapper,
  .inner-circle-wrapper {
    transform: scale(0.52);
  }
  .title {
    font-size: 2.25rem;
  }
  .header-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* =========================================================================
   Cyrclo Case Studies / Growth In Action Showcase Section
   ========================================================================= */
.section-home-case-studies {
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.subtitle {
  font-family: var(--_typography---font-family--secondary, "Google Sans Code", monospace, sans-serif);
  color: #a7a7a7;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.heading-style-h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}

.text-color-grey {
  color: #888888;
}

.spacer-small {
  width: 100%;
  padding-top: 0.75rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-large {
  width: 100%;
  padding-top: 2.5rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.case-study-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
  font-family: var(--_typography---font-family--secondary, monospace, sans-serif);
  color: #888888;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.case-study-component {
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  padding: 0.75rem;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.case-study-component-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.875rem;
  column-gap: 0.875rem;
  width: 100%;
}

.case-study-link-wrap {
  border-radius: 2rem;
  width: 100%;
  height: 48rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.case-study-container {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.case-study-bg-image {
  border-radius: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  will-change: transform;
}

.case-study-overlay {
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  inset: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.case-study-thumbnail-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1.5rem;
}

.case-study-content-wrap {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1.75rem;
  background-color: #ffffff;
  width: 32rem;
  max-width: 92%;
  height: 23rem;
  padding: 1rem 0.65rem 0.65rem;
  position: relative;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.15);
  will-change: transform;
}

.case-study-content {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.65rem;
  column-gap: 0.85rem;
  row-gap: 0.85rem;
}

.case-study-text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

.case-study-text {
  color: #000000;
  font-size: 0.825rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: var(--_typography---font-family--secondary, monospace, sans-serif);
}

.doted-line {
  border-bottom: 1px dashed #cccccc;
  width: 100%;
  height: 1px;
}

.case-study-thumbnail-block {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a;
}

.case-study-thumbnail {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsive Media Queries for Case Studies */
@media screen and (max-width: 1199px) {
  .case-study-link-wrap {
    height: 42rem;
  }
  .case-study-content-wrap {
    width: 28rem;
    height: 21rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .padding-section-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .case-study-link-wrap {
    height: 36rem;
  }
  .case-study-content-wrap {
    width: 24rem;
    height: 19rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .case-study-component {
    border-radius: 1.5rem;
    padding: 0.5rem;
  }
  .case-study-link-wrap {
    height: 28rem;
    border-radius: 1.25rem;
  }
  .case-study-container,
  .case-study-bg-image,
  .case-study-overlay {
    border-radius: 1.25rem;
    background-attachment: scroll;
  }
  .case-study-content-wrap {
    width: 20rem;
    height: 16rem;
    border-radius: 1.25rem;
    padding: 0.75rem 0.5rem 0.5rem;
  }
  .case-study-thumbnail-block {
    border-radius: 1rem;
  }
  .case-study-content {
    column-gap: 0.4rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .case-study-text {
    font-size: 0.725rem;
  }
  .view-block {
    transform: scale(0.85);
    opacity: 0.95;
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media screen and (max-width: 479px) {
  .case-study-link-wrap {
    height: 22rem;
  }
  .case-study-content-wrap {
    width: calc(100% - 1rem);
    height: 14rem;
    border-radius: 1rem;
  }
  .view-block {
    width: 2.75rem;
    height: 2.75rem;
  }
  .view-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* =========================================================================
   Cyrclo FAQ Section & Accordion Styles
   ========================================================================= */
.faq-section {
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

.dividing-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
}

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

.faq-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.w-layout-grid.faq-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.875rem;
  width: 100%;
}

.accordion-content-item {
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
  transition: border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, box-shadow 0.35s ease;
}

.accordion-content-item:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: #0f0f0f;
}

.accordion-content-item.is-open {
  border-color: rgba(255, 255, 255, 0.22);
  background-color: #0f0f0f;
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.7);
}

.accordion-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
  cursor: pointer;
  user-select: none;
  width: 100%;
}

.accordion-title-item {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 1.25rem;
}

.accordion-heading {
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

.accordion-content-item.is-open .accordion-heading {
  color: #ffffff;
}

.plus-block {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, border-color 0.3s ease;
}

.accordion-top-wrap:hover .plus-block,
.plus-block.is-open {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.plus-line {
  position: absolute;
  width: 12px;
  height: 1.5px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.plus-line.vertical {
  transform: rotate(90deg);
  transform-origin: center;
}

.accordion-content-wrap {
  overflow: hidden;
  width: 100%;
}

.accordion-content-block {
  padding: 0 1.75rem 1.6rem 1.75rem;
}

.accordion-answer-text {
  font-size: clamp(0.925rem, 1.05vw, 1rem);
  line-height: 1.65;
  color: #888888;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .accordion-content-item {
    border-radius: 1.15rem;
  }
  .accordion-top-wrap {
    padding: 1.25rem 1.25rem;
  }
  .accordion-content-block {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
  .plus-block {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }
  .plus-line {
    width: 10px;
  }
}

/* =========================================================================
   Cyrclo Footer Section Styles
   ========================================================================= */
.footer {
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

.footer-padding {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 3.5rem;
}

.footer-top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-logo {
  height: 2.25rem;
  width: auto;
  object-fit: contain;
}

.text-size-regular {
  font-size: 0.95rem;
  color: #888888;
  line-height: 1.6;
  margin: 0;
}

.spacer-xsmall {
  height: 0.5rem;
  width: 100%;
}

.social-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.social-link:hover {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.social-icon-wrap {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link:hover .social-icon {
  transform: translateY(-100%);
}

.footer-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

.link-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 1.35rem;
  line-height: 1.35rem;
}

.link-button-text {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
  line-height: 1.35rem;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}

.link-button:hover .link-button-text {
  transform: translateY(-100%);
  color: #ffffff;
}

.w-layout-grid.footer-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
}

.footer-content-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-legal-block {
  justify-content: flex-end;
}

.footer-block {
  display: flex;
  align-items: center;
}

.footer-text {
  font-size: 0.85rem;
  color: #666666;
  font-family: var(--_typography---font-family--secondary, "Google Sans Code", monospace, sans-serif);
  letter-spacing: 0.02em;
}

.back-to-top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.back-to-top-link:hover {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.up-arrow {
  width: 1.15rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.back-to-top-link:hover .up-arrow {
  transform: translateY(-2px);
}

.marquee-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 0 3.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.marquee-text-component {
  display: flex;
  width: max-content;
  animation: footerMarquee 32s linear infinite;
  will-change: transform;
  user-select: none;
}

.marquee-text-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee-text {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.06);
  margin: 0;
  line-height: 1;
  padding-right: 1.5rem;
}

@keyframes footerMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .footer-padding {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    gap: 2.5rem;
  }
  .footer-menu-wrap {
    gap: 1.25rem 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-padding {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    gap: 2rem;
  }
  .footer-menu-wrap {
    gap: 1rem 1.5rem;
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
    text-align: center;
  }
  .footer-content-block {
    justify-content: center;
    text-align: center;
  }
  .back-to-top-wrapper {
    order: -1;
  }
  .footer-legal-block {
    justify-content: center;
  }
}

/* =========================================================================
   Cyrclo Call-to-Action Orbit Section Styles
   ========================================================================= */
.call-to-action {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

.call-to-action-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.circle-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.circle-wrapper {
  position: relative;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-block {
  position: absolute;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  will-change: transform;
}

.circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  margin-top: -3.75rem;
  margin-left: -3.75rem;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-image-item {
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  overflow: hidden;
  background-color: #141414;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.call-to-action-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.max-width-medium {
  max-width: 32rem;
  width: 100%;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.cta-opacity {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.82) 42%, rgba(0, 0, 0, 0.35) 75%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000 !important;
  border-radius: 6.25rem;
  padding: 1.1rem 2.75rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.16);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-button:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 40px rgba(255, 255, 255, 0.35);
}

.button-block {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 1.4rem;
  line-height: 1.4rem;
  position: relative;
  z-index: 2;
}

.button-text-wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-button:hover .button-text-wrap {
  transform: translateY(-1.4rem);
}

.button-text {
  line-height: 1.4rem;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  font-size: 1rem;
}

.button-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
  opacity: 0.3;
}

:root {
  --circle-radius: 38rem;
  --outer-circle-radius: 35rem;
  --inner-circle-radius: 18rem;
}

@media screen and (max-width: 1024px) {
  :root {
    --circle-radius: 31rem;
    --outer-circle-radius: 28rem;
    --inner-circle-radius: 14.5rem;
  }
  .circle-item {
    width: 6.25rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    margin-left: -3.125rem;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --circle-radius: 23rem;
    --outer-circle-radius: 20rem;
    --inner-circle-radius: 10.5rem;
  }
  .call-to-action {
    height: 100vh;
    min-height: 560px;
  }
  .circle-item {
    width: 4.75rem;
    height: 4.75rem;
    margin-top: -2.375rem;
    margin-left: -2.375rem;
  }
  .circle-image-item {
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --circle-radius: 17.5rem;
    --outer-circle-radius: 15.5rem;
    --inner-circle-radius: 8.5rem;
  }
  .call-to-action {
    min-height: 520px;
  }
  .circle-item {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
  }
  .circle-image-item {
    border-radius: 1rem;
  }
}