:root {
  --cc-bg: #050505;
  --cc-panel: #0f0f10;
  --cc-panel-soft: #171718;
  --cc-text: #f5f5f5;
  --cc-muted: #b8bec8;
  --cc-brand: #4080b8;
  --cc-brand-contrast: #ffffff;
  --cc-accent: #c5ff84;
  --cc-border: rgba(255, 255, 255, 0.08);
  --cc-radius: 34px;
  --cc-width: 1280px;
  --cc-shadow: 0 22px 72px rgba(0, 0, 0, 0.32);
}

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

html { scroll-behavior: smooth; }
html { scrollbar-gutter: stable; }
body { scroll-snap-type: y mandatory; }

html.cc-scroll-locked,
body.cc-scroll-locked {
  overscroll-behavior: none;
}

body {
  margin: 0;
  background: #040404;
  color: var(--cc-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.cc-wrap {
  width: min(calc(100% - 40px), var(--cc-width));
  margin: 0 auto;
}

.cc-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 40;
  background: transparent;
  pointer-events: none;
}

.cc-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 78px;
  pointer-events: auto;
}

.cc-header__brand img {
  width: 178px;
  height: 56px;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.cc-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
  min-height: 68px;
  width: min(calc(100vw - 40px), 1280px);
  justify-content: space-between;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.72);
  backdrop-filter: blur(16px) saturate(128%);
  -webkit-backdrop-filter: blur(16px) saturate(128%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
}

.cc-nav-pill__spacer {
  flex: 1 1 auto;
}

.cc-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}

.cc-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  margin-right: 14px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.cc-nav-pill > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.cc-nav-pill > a:not(.cc-header__brand):hover {
  background: rgba(255, 255, 255, 0.12);
}

.cc-primary-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--cc-muted);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cc-primary-nav a:hover,
.cc-primary-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cc-lang-switcher {
  position: relative;
  flex: 0 0 auto;
  color: var(--cc-muted);
  font-weight: 900;
}

.cc-lang-switcher summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.cc-lang-switcher summary::-webkit-details-marker {
  display: none;
}

.cc-lang-switcher summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.cc-lang-switcher[open] summary,
.cc-lang-switcher[open] > summary,
.cc-lang-switcher summary:hover,
.cc-lang-switcher summary:focus-visible {
  color: var(--cc-brand-contrast);
  background: var(--cc-brand);
}

.cc-lang-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 70;
  display: grid;
  min-width: 112px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(8, 12, 15, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.cc-lang-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--cc-muted);
  font-weight: 900;
  font-size: 0.86rem;
  line-height: 1;
}

.cc-lang-switcher__item:hover,
.cc-lang-switcher__item:focus-visible,
.cc-lang-switcher__menu .cc-lang-switcher__item:hover,
.cc-lang-switcher__menu .cc-lang-switcher__item:focus-visible,
.cc-lang-switcher__item.is-active {
  color: var(--cc-brand-contrast);
  background: var(--cc-brand);
}

.cc-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.cc-header__cta,
.cc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
}

.cc-header__cta {
  min-width: 176px;
  min-height: 52px;
  padding: 0 30px;
  background: #fff;
  color: #111 !important;
  min-height: 48px;
  white-space: nowrap;
  margin-left: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
}

.cc-mobile-menu-toggle,
.cc-mobile-menu {
  display: none;
}

.cc-mobile-menu-toggle {
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(18, 18, 19, 0.62);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.cc-mobile-menu-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.cc-mobile-menu-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.cc-mobile-menu-toggle span:nth-child(3) {
  transform: translateY(7px);
}

.cc-mobile-menu-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.cc-mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.cc-mobile-menu-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

.cc-site-shell {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.cc-site-shell::before,
.cc-site-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(96px);
  pointer-events: none;
  opacity: 0.22;
  z-index: 0;
}

.cc-site-shell::before {
  top: -10rem;
  left: -10rem;
  background: #67d5ff;
}

.cc-site-shell::after {
  top: -12rem;
  right: -12rem;
  background: #ffb768;
}

.cc-content {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: 0;
}

.cc-hero {
  padding: 0 0 24px;
}

.cc-hero .cc-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cc-hero__stage {
  position: relative;
  min-height: 100svh;
  padding: 170px 24px 88px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(180deg, #050505 0%, #0b0b0c 100%);
}

.cc-hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.55;
}

.cc-hero__glow--left {
  top: -110px;
  left: -60px;
  background: rgba(90, 194, 255, 0.34);
}

.cc-hero__glow--right {
  top: -120px;
  right: -80px;
  background: rgba(255, 186, 112, 0.28);
}

.cc-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(5rem, 10vw, 10.5rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-align: center;
}

.cc-hero h1 span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.cc-story-copy {
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.cc-story-copy .cc-kicker {
  margin: 0 0 14px;
}

.cc-story-copy p {
  max-width: 42rem;
  margin: 18px auto 0;
  color: var(--cc-muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.cc-button--solid {
  background: #fff;
  color: #050505;
}

.cc-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cc-manifest,
.cc-products,
.cc-showcase,
.cc-contact {
  padding: 28px 0;
}

.cc-manifest__line {
  max-width: 22ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cc-section-title {
  max-width: 12ch;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cc-products__stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 28px;
}

.cc-story-copy--products .cc-section-title {
  max-width: none;
  white-space: normal;
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  line-height: 0.94;
}

.cc-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: min(56vh, 560px);
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--cc-shadow);
  transition: transform 0.45s ease, box-shadow 0.45s ease, opacity 0.45s ease;
}

.cc-product-card--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.cc-product-card--blue,
.cc-product-card--green,
.cc-product-card--orange {
  background: linear-gradient(180deg, rgba(28, 28, 30, 0.96) 0%, rgba(14, 14, 16, 0.98) 100%);
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cc-product-card--left {
  transform: perspective(1200px) rotateY(10deg) scale(0.94);
  transform-origin: right center;
  z-index: 1;
}

.cc-product-card--center {
  z-index: 3;
}

.cc-product-card--right {
  transform: perspective(1200px) rotateY(-10deg) scale(0.94);
  transform-origin: left center;
  z-index: 1;
}

.cc-product-card:hover {
  transform: translateY(-10px) scale(1.015);
  z-index: 5;
}

.cc-product-card--link:focus-visible {
  outline: 3px solid var(--cc-brand);
  outline-offset: 4px;
}

.cc-product-card__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  margin-bottom: 14px;
}

.cc-product-card__head h3 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 0.98;
}

.cc-product-card__head span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  white-space: nowrap;
}

.cc-product-card__copy {
  max-width: 28ch;
  margin: 0 0 18px;
  color: rgba(245, 245, 245, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.cc-product-card img {
  width: 100%;
  height: min(26vh, 280px);
  object-fit: contain;
  margin-top: auto;
}

.cc-faq {
  padding: 48px 0 24px;
}

.cc-faq--story {
  width: min(1040px, calc(100vw - 128px));
  max-width: 1040px;
  margin: 0 auto;
}

.cc-faq__intro {
  max-width: 42rem;
  margin: 0 0 22px;
}

.cc-faq__list {
  display: grid;
  gap: 12px;
}

.cc-faq__item {
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%);
}

.cc-faq__item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.35;
}

.cc-faq__item p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.cc-showcase__panel {
  display: grid;
  gap: 20px;
  justify-items: start;
  text-align: left;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-showcase__eyebrow {
  margin: 0;
  color: var(--cc-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-showcase__panel h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.1vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cc-showcase__copy {
  max-width: 52rem;
  display: grid;
  gap: 14px;
}

.cc-showcase__copy p {
  margin: 0;
  color: var(--cc-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.75;
}

.cc-story {
  position: relative;
  min-height: 100svh;
  z-index: 2;
}

.cc-story__stage {
  position: relative;
  background: linear-gradient(180deg, #050505 0%, #0b0b0c 100%);
  z-index: 2;
}

.cc-story__canvas {
  position: relative;
  inset: auto;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100svh;
}

.cc-story__frame {
  position: relative;
  width: 100vw;
  min-height: 100svh;
  padding: 120px 48px 48px;
  display: grid;
  align-content: center;
  justify-items: center;
  margin: 0 auto;
}

.cc-story-panel {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  justify-items: center;
  opacity: 1;
  filter: none;
  transform: none;
  pointer-events: auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.cc-story-panel .cc-story__frame {
  opacity: 1;
  filter: none;
  transform: none;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter, transform;
}

.cc-story.is-ready .cc-story-panel .cc-story__frame {
  opacity: 0.4;
  filter: blur(5px);
  transform: scale(0.99);
}

.cc-story-panel.is-active {
  pointer-events: auto;
}

.cc-story.is-ready .cc-story-panel.is-active .cc-story__frame {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.cc-story-panel.is-before {
  pointer-events: none;
}

.cc-story-panel.is-after {
  pointer-events: none;
}

.cc-story-panel__intro .cc-kicker,
.cc-story-contact .cc-kicker {
  margin: 0 0 12px;
  color: var(--cc-muted);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.cc-story-panel__intro .cc-section-title,
.cc-story-contact .cc-section-title {
  max-width: none;
  margin-bottom: 0;
}

.cc-story-contact {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.cc-story-contact--form {
  width: min(1240px, calc(100vw - 128px));
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: start;
  text-align: left;
}

.cc-story-panel--contact,
.cc-story-panel--contact .cc-story__canvas {
  min-height: auto;
}

.cc-story-panel--contact .cc-story__frame {
  min-height: auto;
  padding-bottom: 40px;
}

.cc-story-contact__intro {
  max-width: 27rem;
}

.cc-story-contact__intro .cc-section-title {
  max-width: 8ch;
  margin-bottom: 18px;
}

.cc-story-contact__intro p:last-child {
  margin: 0;
  color: var(--cc-muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.cc-story-contact__form {
  width: 100%;
}

.cc-story-contact p:last-child {
  margin: 18px 0 0;
  color: var(--cc-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.75;
}

.cc-contact__form .codycloud-commercial-form,
.cc-story-contact__form .codycloud-commercial-form {
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.015) 100%);
  box-shadow: var(--cc-shadow);
}

.cc-story-contact__form .codycloud-commercial-form {
  padding: 24px 24px 48px;
  border-radius: 28px;
}

.cc-contact {
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc-contact.is-pre-enter {
  opacity: 0.08;
  filter: blur(10px);
  transform: translateY(52px) scale(0.992);
}

.cc-contact__intro {
  max-width: 42rem;
  margin-bottom: 30px;
}

.cc-contact .cc-kicker {
  margin: 0 0 10px;
  color: #b8bec8;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.cc-contact .cc-section-title {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.94;
}

.cc-contact__form .codycloud-commercial-form__intro p {
  color: var(--cc-muted);
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cc-contact__form .codycloud-commercial-form label {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 600;
}

.cc-contact__form .codycloud-commercial-form input,
.cc-contact__form .codycloud-commercial-form select,
.cc-contact__form .codycloud-commercial-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.035);
  color: #fff;
  font: inherit;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.cc-contact__form .codycloud-commercial-form textarea {
  min-height: 140px;
  padding: 16px 18px;
  resize: vertical;
}

.cc-contact__form .codycloud-commercial-form input:focus,
.cc-contact__form .codycloud-commercial-form select:focus,
.cc-contact__form .codycloud-commercial-form textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.05);
}

.cc-contact__form .codycloud-commercial-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.cc-story-contact__form .codycloud-commercial-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.cc-contact__form .codycloud-commercial-form__field {
  min-width: 0;
}

.cc-story-contact__form .codycloud-commercial-form__field {
  min-width: 0;
}

.cc-contact__form .codycloud-commercial-form__field--full {
  grid-column: 1 / -1;
}

.cc-story-contact__form .codycloud-commercial-form__field--full {
  grid-column: 1 / -1;
}

.cc-contact__form .codycloud-commercial-form__field small {
  display: block;
  margin-top: 10px;
  color: var(--cc-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cc-story-contact__form .codycloud-commercial-form__intro p {
  color: var(--cc-muted);
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.6;
}

.cc-story-contact__form .codycloud-commercial-form label {
  color: #fff;
  display: block;
  margin-bottom: 7px;
  font-size: 0.92rem;
  font-weight: 600;
}

.cc-story-contact__form .codycloud-commercial-form input,
.cc-story-contact__form .codycloud-commercial-form select,
.cc-story-contact__form .codycloud-commercial-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  color: #fff;
  font: inherit;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.cc-story-contact__form .codycloud-commercial-form select option,
.cc-story-contact__form .codycloud-commercial-form select optgroup,
.cc-contact__form .codycloud-commercial-form select option,
.cc-contact__form .codycloud-commercial-form select optgroup {
  color: #111;
  background: #fff;
}

.cc-story-contact__form .codycloud-commercial-form textarea {
  min-height: 112px;
  padding: 14px 16px;
  resize: vertical;
}

.cc-story-contact__form .codycloud-commercial-form input:focus,
.cc-story-contact__form .codycloud-commercial-form select:focus,
.cc-story-contact__form .codycloud-commercial-form textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.05);
}

.cc-story-contact__form .codycloud-commercial-form__checkbox span {
  color: #d5dae3;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cc-contact__form .codycloud-commercial-form__checkbox input,
.cc-story-contact__form .codycloud-commercial-form__checkbox input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 6px;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #ffffff;
  cursor: pointer;
  background: transparent;
}

.cc-contact__form .codycloud-commercial-form__checkbox,
.cc-story-contact__form .codycloud-commercial-form__checkbox {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.cc-contact__form .codycloud-commercial-form__captcha--local,
.cc-story-contact__form .codycloud-commercial-form__captcha--local {
  display: grid;
  gap: 8px;
  min-height: 0;
}

.cc-contact__form .codycloud-commercial-form__captcha--local input,
.cc-story-contact__form .codycloud-commercial-form__captcha--local input {
  max-width: 180px;
}

.cc-contact__form .codycloud-commercial-form__captcha--local small,
.cc-story-contact__form .codycloud-commercial-form__captcha--local small {
  color: #b8bec8;
  font-size: 0.86rem;
  line-height: 1.4;
}

.cc-contact__form .codycloud-commercial-form__captcha,
.cc-story-contact__form .codycloud-commercial-form__captcha {
  display: flex;
  align-items: center;
  min-height: 65px;
  overflow-x: auto;
}

.cc-story-contact__form .codycloud-commercial-form__actions {
  margin-top: 20px;
  padding-bottom: 8px;
}

.cc-story-contact__form .codycloud-commercial-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cc-contact__form .codycloud-commercial-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cc-contact__form .codycloud-commercial-form__checkbox {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
}

.cc-contact__form .codycloud-commercial-form__checkbox input {
  min-height: 20px;
  width: 20px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 6px;
}

.cc-contact__form .codycloud-commercial-form__checkbox span {
  color: #d5dae3;
  font-size: 0.98rem;
  line-height: 1.6;
}

.cc-contact__form .codycloud-commercial-form__actions {
  margin-top: 28px;
}

.cc-contact__form .codycloud-commercial-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cc-contact__form .codycloud-commercial-form__notice {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 0.96rem;
}

.cc-contact__form .codycloud-commercial-form__notice--success {
  background: rgba(92, 214, 126, 0.12);
  color: #d8ffe0;
  border: 1px solid rgba(92, 214, 126, 0.2);
}

.cc-contact__form .codycloud-commercial-form__notice--error {
  background: rgba(255, 125, 125, 0.12);
  color: #ffdada;
  border: 1px solid rgba(255, 125, 125, 0.2);
}

.cc-page { padding-top: 48px; }

.cc-page__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.94;
}

.cc-page__content {
  color: var(--cc-muted);
}

.cc-footer {
  padding: 12px 0 24px;
  background: #000;
  border-top: 1px solid var(--cc-border);
}

.cc-footer__top {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr;
  gap: 26px;
}

.cc-footer__eyebrow {
  margin: 0 0 10px;
  color: #8d9097;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.04;
}

.cc-footer__col > p:last-of-type {
  margin: 0;
  color: var(--cc-muted);
}

.cc-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc-footer__list li {
  margin-bottom: 10px;
  color: #d7d7d7;
}

.cc-footer__list a { color: #fff; }

.cc-footer__funding {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--cc-border);
  text-align: center;
}

.cc-footer__funding img {
  width: min(100%, 860px);
  margin: 0 auto 12px;
  border-radius: 10px;
  background: #fff;
}

.cc-footer__funding p,
.cc-footer__bottom p {
  margin: 0;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 1.6;
}

.cc-footer__bottom {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--cc-border);
  text-align: center;
}

.cc-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.cc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  body { scroll-snap-type: none; }
  .cc-products__stage,
  .cc-footer__top {
    grid-template-columns: 1fr;
  }

  .cc-product-card--left,
  .cc-product-card--right {
    transform: none;
  }

  .cc-story {
    height: auto;
    min-height: 0;
  }

  .cc-story__stage {
    position: relative;
    min-height: 0;
  }

  .cc-story__canvas {
    position: relative;
    inset: auto;
    min-height: 0;
    display: block;
  }

  .cc-story__frame {
    width: min(calc(100% - 32px), var(--cc-width));
    min-height: 0;
    padding: 118px 0 28px;
    display: block;
  }

  .cc-story-panel--products .cc-story__frame {
    padding-top: 132px;
  }

  .cc-story-panel--showcase .cc-story__frame,
  .cc-story-panel--faq .cc-story__frame,
  .cc-story-panel--contact .cc-story__frame {
    padding-top: 32px;
  }

  .cc-story-panel--contact .cc-story__frame {
    padding-bottom: 28px;
  }

  .cc-story__dots {
    display: none;
  }

  .cc-story-panel {
    position: relative;
    inset: auto;
    min-height: 0;
    display: block;
    opacity: 1;
    filter: none;
    transform: none;
    pointer-events: auto;
  }

  .cc-story-panel .cc-story__frame {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .cc-story-panel + .cc-story-panel {
    margin-top: 0;
  }

  .cc-story-copy {
    max-width: none;
    width: 100%;
  }

  .cc-story-copy p,
  .cc-story-contact p:last-child {
    max-width: none;
  }

  .cc-showcase__panel {
    max-width: none;
    width: 100%;
  }

  .cc-story-contact--form {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cc-nav-pill {
    backdrop-filter: blur(10px) saturate(118%);
    -webkit-backdrop-filter: blur(10px) saturate(118%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  }

  .cc-site-shell::before,
  .cc-site-shell::after {
    width: 22rem;
    height: 22rem;
    filter: blur(68px);
    opacity: 0.14;
  }

  .cc-product-card {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }
}

@media (max-width: 1100px) {
  html.cc-mobile-menu-open,
  body.cc-mobile-menu-open {
    overflow: hidden;
  }

  .cc-header {
    top: 14px;
  }

  .cc-header__inner {
    position: relative;
    width: min(calc(100% - 32px), 720px);
    min-height: 56px;
    justify-content: space-between;
  }

  .cc-nav-pill {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cc-nav-pill__spacer,
  .cc-primary-nav,
  .cc-lang-switcher,
  .cc-header__cta {
    display: none;
  }

  .cc-header__brand {
    margin: 0 auto 0 0;
  }

  .cc-nav-pill > .cc-header__brand {
    min-height: 0;
    padding: 0;
  }

  .cc-header__brand img {
    width: 148px;
    max-height: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  }

  .cc-header-actions {
    margin-left: auto;
  }

  .cc-mobile-menu-toggle {
    display: inline-flex;
  }

  .cc-mobile-menu {
    position: fixed;
    top: 82px;
    left: 50%;
    z-index: 41;
    display: block;
    width: min(calc(100vw - 32px), 520px);
    transform: translateX(-50%);
    pointer-events: auto;
  }

  .cc-mobile-menu[hidden] {
    display: none;
  }

  .cc-mobile-menu__panel {
    max-height: calc(100svh - 104px);
    overflow: auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(18, 18, 19, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
  }

  .cc-mobile-menu__primary,
  .cc-mobile-menu__section a,
  .cc-mobile-menu__lang {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    border-radius: 14px;
    color: #fff;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .cc-mobile-menu__primary {
    justify-content: center;
    min-height: 52px;
    margin-bottom: 12px;
    padding: 0 18px;
    background: #fff;
    color: #111;
    font-size: 1rem;
  }

  .cc-mobile-menu__section {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cc-mobile-menu__primary + .cc-mobile-menu__section {
    padding-top: 0;
    border-top: 0;
  }

  .cc-mobile-menu__section p {
    margin: 0 0 8px;
    color: var(--cc-muted);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .cc-mobile-menu__section a {
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .cc-mobile-menu__section--contacts a {
    display: block;
    width: fit-content;
    max-width: 100%;
    min-height: 0;
    padding: 4px 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
  }

  .cc-mobile-menu__section--contacts a:hover,
  .cc-mobile-menu__section--contacts a:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .cc-mobile-menu__section a + a {
    margin-top: 8px;
  }

  .cc-mobile-menu__section--contacts a + a {
    margin-top: 6px;
  }

  .cc-mobile-menu__languages {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .cc-mobile-menu__lang {
    justify-content: center;
    gap: 6px;
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
  }

  .cc-mobile-menu__lang:hover,
  .cc-mobile-menu__lang:focus-visible,
  .cc-mobile-menu__lang.is-active {
    background: var(--cc-brand);
    color: var(--cc-brand-contrast);
  }
}

@media (max-width: 767px) {
  .cc-wrap {
    width: min(calc(100% - 24px), var(--cc-width));
  }

  .cc-header {
    top: 10px;
  }

  .cc-header__inner,
  .cc-nav-pill {
    flex-wrap: nowrap;
  }

  .cc-nav-pill {
    width: 100%;
    min-height: 0;
    justify-content: space-between;
    padding: 0;
    gap: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cc-site-shell::before,
  .cc-site-shell::after,
  .cc-hero__glow {
    display: none;
  }

  .cc-product-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }

  .cc-story-panel .cc-story__frame {
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .cc-header__brand img {
    width: 138px;
    max-height: 46px;
    border-radius: 18px;
  }

  .cc-hero__stage {
    min-height: 100svh;
    padding: 128px 18px 54px;
  }

  .cc-hero h1 {
    max-width: 8.8ch;
    font-size: clamp(3.6rem, 13vw, 6rem);
    line-height: 0.86;
  }

  .cc-hero h1 span {
    white-space: normal;
  }

  .cc-hero h1,
  .cc-section-title,
  .cc-page__title {
    max-width: none;
  }

  .cc-products .cc-section-title {
    white-space: normal;
  }

  .cc-story__frame {
    width: min(calc(100% - 24px), var(--cc-width));
    padding-top: 96px;
    padding-bottom: 18px;
  }

  .cc-story-panel--products .cc-story__frame {
    padding-top: 116px;
  }

  .cc-story-panel--showcase .cc-story__frame,
  .cc-story-panel--faq .cc-story__frame,
  .cc-story-panel--contact .cc-story__frame {
    padding-top: 20px;
  }

  .cc-story-copy--products .cc-section-title {
    font-size: clamp(2.4rem, 10vw, 3.6rem);
    line-height: 0.96;
  }

  .cc-faq__item {
    padding: 20px 20px 22px;
  }

  .cc-footer {
    padding-top: 22px;
  }

  .cc-showcase__panel {
    justify-items: start;
    text-align: left;
  }

  .cc-product-card {
    min-height: 520px;
  }

  .cc-products__stage {
    gap: 16px;
    margin-top: 16px;
  }

  .cc-product-card img {
    height: auto;
    max-height: 260px;
  }

  .cc-contact__intro {
    max-width: none;
    margin-bottom: 24px;
  }

  .cc-contact .cc-section-title {
    max-width: none;
    font-size: clamp(2.1rem, 9vw, 3.8rem);
  }

  .cc-contact__form .codycloud-commercial-form {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .cc-contact__form .codycloud-commercial-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cc-story-contact__form .codycloud-commercial-form__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cc-story-contact__intro .cc-section-title {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .cc-nav-pill {
    width: 100%;
    min-height: 0;
    padding: 0;
    gap: 0;
  }

  .cc-header__brand img {
    width: 128px;
    max-height: 42px;
    border-radius: 17px;
  }

  .cc-mobile-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .cc-mobile-menu {
    top: 74px;
    width: calc(100vw - 16px);
  }

  .cc-mobile-menu__panel {
    max-height: calc(100svh - 88px);
    padding: 14px;
    border-radius: 22px;
  }

  .cc-mobile-menu__languages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cc-story__frame {
    width: calc(100% - 16px);
    padding-top: 92px;
    padding-bottom: 16px;
  }

  .cc-story-panel--products .cc-story__frame {
    padding-top: 108px;
  }

  .cc-story-panel--showcase .cc-story__frame,
  .cc-story-panel--faq .cc-story__frame,
  .cc-story-panel--contact .cc-story__frame {
    padding-top: 16px;
  }

  .cc-story-panel--contact .cc-story__frame {
    padding-bottom: 4px;
  }

  .cc-footer {
    padding-top: 16px;
  }

  .cc-story-copy--products p,
  .cc-showcase__copy p,
  .cc-story-contact__intro p:last-child {
    font-size: 1rem;
    line-height: 1.65;
  }

  .cc-faq__intro {
    margin-bottom: 18px;
  }

  .cc-faq__item {
    padding: 16px 16px 18px;
  }
}
