 @media only screen and (min-width: 0rem) {#hero {position: relative;min-height: 100vh;width: 100%;display: flex;align-items: center;justify-content: center;padding: var(--sectionPadding);background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);color: #fff;z-index: 1;overflow: hidden;}#hero::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%);z-index: 2;}#hero .cs-container {position: relative;z-index: 3;width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 60vh;text-align: center;}#hero .cs-content {max-width: 48.75rem;display: flex;flex-direction: column;align-items: center;text-align: center;}#hero .cs-topper {font-size: clamp(0.875rem, 1.5vw, 1rem);font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;color: #64ffda;margin-bottom: 1.5rem;opacity: 0.9;}#hero .cs-title {font-size: clamp(2.5rem, 6vw, 4rem);font-weight: 800;line-height: 1.1em;text-align: center;max-width: 100%;margin: 0 0 2rem 0;color: #fff;position: relative;}#hero .cs-color {background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}#hero .cs-text {font-size: clamp(1.125rem, 2vw, 1.375rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 0 3rem 0;color: #e6f1ff;opacity: 0.9;}#hero .cs-cta-group {display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#hero .cs-coming-soon {font-size: 1.125rem;font-weight: 600;color: #64ffda;text-transform: uppercase;letter-spacing: 0.1em;opacity: 0.8;}.hero-bg-elements {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;}.floating-circle {position: absolute;border-radius: 50%;background: linear-gradient(135deg, rgba(100, 255, 218, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);animation: float 6s ease-in-out infinite;}.circle-1 {width: 200px;height: 200px;top: 10%;right: 10%;animation-delay: 0s;}.circle-2 {width: 150px;height: 150px;bottom: 20%;left: 5%;animation-delay: 2s;}.circle-3 {width: 100px;height: 100px;top: 60%;left: 20%;animation-delay: 4s;}@keyframes float {0%, 100% {transform: translateY(0px) rotate(0deg);}50% {transform: translateY(-20px) rotate(180deg);}}.cs-fitswitch-image {border-radius: 25%;}}@media only screen and (min-width: 0rem) {#value-prop {padding: var(--sectionPadding);background: #fff;position: relative;}#value-prop .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;text-align: center;}#value-prop .cs-content {max-width: 48.75rem;margin-bottom: 4rem;}#value-prop .cs-title {font-size: clamp(2rem, 4vw, 3rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 100%;margin: 0 0 1.5rem 0;color: #0f0f23;}#value-prop .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto;color: #4a5568;}.cs-feature-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;width: 100%;max-width: 70rem;}.cs-feature-item {background: #f8fafc;padding: 2.5rem 2rem;border-radius: 16px;text-align: center;transition: all 0.3s ease;border: 1px solid #e2e8f0;}.cs-feature-item:hover {transform: translateY(-8px);box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);border-color: #64ffda;}.cs-feature-icon {width: 80px;height: 80px;margin: 0 auto 1.5rem;background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #0f0f23;}.cs-feature-item .cs-h3 {font-size: 1.5rem;font-weight: 700;margin: 0 0 1rem 0;color: #0f0f23;}.cs-feature-item .cs-item-text {font-size: 1rem;line-height: 1.6em;color: #4a5568;margin: 0;}}@media only screen and (min-width: 0rem) {#solution {padding: var(--sectionPadding);background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);position: relative;}#solution .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;text-align: center;}#solution .cs-content {max-width: 48.75rem;margin-bottom: 4rem;}#solution .cs-title {font-size: clamp(2rem, 4vw, 3rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 100%;margin: 0 0 1.5rem 0;color: #0f0f23;}#solution .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto;color: #4a5568;}.cs-solution-showcase {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;width: 100%;max-width: 70rem;align-items: center;}.cs-solution-text {text-align: left;}.cs-solution-text .cs-h3 {font-size: 1.5rem;font-weight: 700;margin: 0 0 1rem 0;color: #0f0f23;}.cs-solution-text .cs-item-text {font-size: 1rem;line-height: 1.6em;color: #4a5568;margin: 0 0 2rem 0;}.cs-solution-visual {display: flex;justify-content: center;align-items: center;max-width: clamp(29rem, 60vw, 38.785rem);}.cs-watch-mockup {position: relative;width: 200px;height: 200px;}.cs-watch-face {width: 100%;height: 100%;border: 8px solid #0f0f23;border-radius: 50%;background: #fff;position: relative;display: flex;align-items: center;justify-content: center;}.cs-watch-hands {position: relative;width: 100%;height: 100%;}.cs-hour-hand {position: absolute;top: 50%;left: 50%;width: 4px;height: 60px;background: #0f0f23;transform: translate(-50%, -100%) rotate(45deg);transform-origin: bottom center;}.cs-minute-hand {position: absolute;top: 50%;left: 50%;width: 3px;height: 80px;background: #0f0f23;transform: translate(-50%, -100%) rotate(90deg);transform-origin: bottom center;}.cs-second-hand {position: absolute;top: 50%;left: 50%;width: 2px;height: 90px;background: #64ffda;transform: translate(-50%, -100%) rotate(180deg);transform-origin: bottom center;}.cs-watch-dots {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.cs-watch-dots span {position: absolute;width: 4px;height: 4px;background: #0f0f23;border-radius: 50%;}.cs-watch-dots span:nth-child(1) {top: 10px;left: 50%;transform: translateX(-50%);}.cs-watch-dots span:nth-child(2) {top: 50%;right: 10px;transform: translateY(-50%);}.cs-watch-dots span:nth-child(3) {bottom: 10px;left: 50%;transform: translateX(-50%);}.cs-watch-dots span:nth-child(4) {top: 50%;left: 10px;transform: translateY(-50%);}.cs-watch-dots span:nth-child(5) {top: 20px;right: 20px;}.cs-watch-dots span:nth-child(6) {bottom: 20px;right: 20px;}.cs-watch-dots span:nth-child(7) {bottom: 20px;left: 20px;}.cs-watch-dots span:nth-child(8) {top: 20px;left: 20px;}.cs-watch-dots span:nth-child(9) {top: 35px;right: 35px;}.cs-watch-dots span:nth-child(10) {bottom: 35px;right: 35px;}.cs-watch-dots span:nth-child(11) {bottom: 35px;left: 35px;}.cs-watch-dots span:nth-child(12) {top: 35px;left: 35px;}.cs-fitswitch-indicator {position: absolute;top: -10px;right: -10px;width: 30px;height: 30px;background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);border-radius: 50%;border: 3px solid #fff;box-shadow: 0 4px 12px rgba(100, 255, 218, 0.4);animation: pulse 2s ease-in-out infinite;}@keyframes pulse {0%, 100% {transform: scale(1);opacity: 1;}50% {transform: scale(1.1);opacity: 0.8;}}}@media only screen and (min-width: 0rem) {#coming-soon {padding: var(--sectionPadding);background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);color: #fff;text-align: center;}#coming-soon .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;}#coming-soon .cs-content {max-width: 48.75rem;}#coming-soon .cs-title {font-size: clamp(2rem, 4vw, 3rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 100%;margin: 0 0 1.5rem 0;color: #fff;}#coming-soon .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto 3rem;color: #e6f1ff;opacity: 0.9;}.cs-cta-section {display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}.cs-cta-note {font-size: 1rem;color: #64ffda;opacity: 0.8;margin: 0;}}@media only screen and (min-width: 0rem) {#footer-cta {padding: var(--sectionPadding);background: #fff;text-align: center;}#footer-cta .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;}#footer-cta .cs-content {max-width: 48.75rem;}#footer-cta .cs-title {font-size: clamp(2rem, 4vw, 3rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 100%;margin: 0 0 1.5rem 0;color: #0f0f23;}#footer-cta .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto 3rem;color: #4a5568;}.cs-social-links {display: flex;gap: 2rem;justify-content: center;flex-wrap: wrap;}.cs-social-link {display: flex;flex-direction: column;align-items: center;gap: 0.5rem;padding: 1rem;border-radius: 12px;transition: all 0.3s ease;text-decoration: none;color: #4a5568;}.cs-social-link:hover {background: #f8fafc;transform: translateY(-4px);color: #0f0f23;}.cs-social-link img {width: 32px;height: 32px;opacity: 0.7;transition: opacity 0.3s ease;}.cs-social-link:hover img {opacity: 1;}.cs-social-link span {font-size: 0.875rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em;}}@media only screen and (max-width: 768px) {.cs-solution-showcase {display: flex;flex-direction: column;gap: 2rem;}.cs-solution-text {text-align: center;margin: 0 1rem;}.cs-feature-grid {grid-template-columns: 1fr;gap: 1.5rem;}.cs-social-links {gap: 1rem;}.cs-watch-mockup {width: 150px;height: 150px;}}.cs-button-solid {font-size: 1.125rem;font-weight: 600;text-decoration: none;padding: 1rem 2rem;background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);color: #0f0f23;border-radius: 50px;display: inline-block;transition: all 0.3s ease;border: none;cursor: pointer;text-align: center;min-width: 200px;}.cs-button-solid:hover {transform: translateY(-2px);box-shadow: 0 10px 25px rgba(100, 255, 218, 0.3);text-decoration: none;color: #0f0f23;}.cs-button-solid:active {transform: translateY(0);}@media only screen and (min-width: 0rem) {#core-principles {padding: var(--sectionPadding);background: #fff;position: relative;}#core-principles .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;text-align: center;}#core-principles .cs-content {max-width: 48.75rem;margin-bottom: 4rem;}#core-principles .cs-title {font-size: clamp(2rem, 4vw, 3rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 100%;margin: 0 0 1.5rem 0;color: #0f0f23;}#core-principles .cs-text {font-size: clamp(1.125rem, 2vw, 1.25rem);line-height: 1.6em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto;color: #4a5568;}.cs-principles-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;width: 100%;max-width: 70rem;}.cs-principle-item {background: #f8fafc;padding: 2.5rem 2rem;border-radius: 16px;text-align: center;transition: all 0.3s ease;border: 1px solid #e2e8f0;}.cs-principle-item:hover {transform: translateY(-8px);box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);border-color: #64ffda;}.cs-principle-icon {width: 80px;height: 80px;margin: 0 auto 1.5rem;background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #0f0f23;}.cs-principle-item .cs-h3 {font-size: 1.5rem;font-weight: 700;margin: 0 0 1rem 0;color: #0f0f23;}.cs-principle-item .cs-item-text {font-size: 1rem;line-height: 1.6em;color: #4a5568;margin: 0;}}3s ease;
    text-decoration: none;
    color: #4a5568;
  }
  .cs-social-link:hover {
    background: #f8fafc;
    transform: translateY(-4px);
    color: #0f0f23;
  }
  .cs-social-link img {
    width: 32px;
    height: 32px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .cs-social-link:hover img {
    opacity: 1;
  }
  .cs-social-link span {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}
/* Responsive Design */
@media only screen and (max-width: 768px) {
  .cs-solution-showcase {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .cs-solution-text {
    text-align: center;
    margin: 0 1rem;
  }
  .cs-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .cs-social-links {
    gap: 1rem;
  }
  .cs-watch-mockup {
    width: 150px;
    height: 150px;
  }
}
/* Button Styles */
.cs-button-solid {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);
  color: #0f0f23;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  min-width: 200px;
}

.cs-button-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(100, 255, 218, 0.3);
  text-decoration: none;
  color: #0f0f23;
}

.cs-button-solid:active {
  transform: translateY(0);
}

/* ============================================ */
/*              Core Principles                   */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  #core-principles {
    padding: var(--sectionPadding);
    background: #fff;
    position: relative;
  }
  #core-principles .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #core-principles .cs-content {
    max-width: 48.75rem;
    margin-bottom: 4rem;
  }
  #core-principles .cs-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
    color: #0f0f23;
  }
  #core-principles .cs-text {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 auto;
    color: #4a5568;
  }
  .cs-principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 70rem;
  }
  .cs-principle-item {
    background: #f8fafc;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
  }
  .cs-principle-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #64ffda;
  }
  .cs-principle-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #64ffda 0%, #00d4ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f0f23;
  }
  .cs-principle-item .cs-h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #0f0f23;
  }
  .cs-principle-item .cs-item-text {
    font-size: 1rem;
    line-height: 1.6em;
    color: #4a5568;
    margin: 0;
  }
}
/* ============================================ */

/*# sourceMappingURL=home.css.map */
