:root {
  --bg: #05080d;
  --bg-soft: #0a111b;
  --surface: rgba(13, 24, 36, 0.62);
  --surface-strong: rgba(14, 24, 34, 0.85);
  --line: rgba(103, 201, 226, 0.2);
  --text: #ebf0f6;
  --text-muted: #a8b5c7;
  --cyan: #00d9ff;
  --cyan-soft: rgba(0, 217, 255, 0.2);
  --amber: #ffb463;
  --amber-soft: rgba(255, 180, 99, 0.2);
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 217, 255, 0.09), transparent 35%),
    radial-gradient(circle at 80% 25%, rgba(255, 180, 99, 0.12), transparent 42%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

body.oclc-lightcontrol-page,
body.page-template-page-lightcontrol,
body.page-template-page-lightcontrol-php {
  background: var(--bg) !important;
  color: var(--text);
  overflow-x: hidden;
}

body.oclc-lightcontrol-page #page,
body.page-template-page-lightcontrol #page,
body.page-template-page-lightcontrol-php #page,
body.oclc-lightcontrol-page .site,
body.page-template-page-lightcontrol .site,
body.page-template-page-lightcontrol-php .site {
  background: var(--bg) !important;
}

body.oclc-lightcontrol-page #content,
body.page-template-page-lightcontrol #content,
body.page-template-page-lightcontrol-php #content,
body.oclc-lightcontrol-page #primary,
body.page-template-page-lightcontrol #primary,
body.page-template-page-lightcontrol-php #primary,
body.oclc-lightcontrol-page #main,
body.page-template-page-lightcontrol #main,
body.page-template-page-lightcontrol-php #main,
body.oclc-lightcontrol-page .site-content,
body.page-template-page-lightcontrol .site-content,
body.page-template-page-lightcontrol-php .site-content,
body.oclc-lightcontrol-page .ast-container,
body.page-template-page-lightcontrol .ast-container,
body.page-template-page-lightcontrol-php .ast-container,
body.oclc-lightcontrol-page .content-area,
body.page-template-page-lightcontrol .content-area,
body.page-template-page-lightcontrol-php .content-area,
body.oclc-lightcontrol-page .site-main,
body.page-template-page-lightcontrol .site-main,
body.page-template-page-lightcontrol-php .site-main,
body.oclc-lightcontrol-page .entry-content,
body.page-template-page-lightcontrol .entry-content,
body.page-template-page-lightcontrol-php .entry-content,
body.oclc-lightcontrol-page .ast-article-single,
body.page-template-page-lightcontrol .ast-article-single,
body.page-template-page-lightcontrol-php .ast-article-single {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.oclc-lightcontrol-page .entry-header,
body.page-template-page-lightcontrol .entry-header,
body.page-template-page-lightcontrol-php .entry-header {
  display: none;
}

.oclc-lightcontrol {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 217, 255, 0.09), transparent 35%),
    radial-gradient(circle at 80% 25%, rgba(255, 180, 99, 0.12), transparent 42%),
    var(--bg);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.88) 0%, rgba(5, 8, 13, 0.45) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1;
  color: var(--text);
}

.logo-owner {
  letter-spacing: 0.34em;
}

.logo-e {
  display: inline-block;
  transform: translateY(-0.10em) scaleX(0.92);
}

.logo-concept {
  opacity: 0.92;
}

.brand .logo-owner {
  font-size: 0.95rem;
  font-weight: 300;
}

.brand .logo-concept {
  font-size: 0.55rem;
  font-weight: 300;
  letter-spacing: 0.58em;
  margin-left: 0.33em;
}

.brand .logo-lc {
  font-size: 1.16rem;
  letter-spacing: 0.14em;
  font-weight: 600;
}

.accent {
  color: var(--cyan);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 1.5px;
  margin: 5px 0;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  min-height: 0;
  height: min(100vh, calc(100vw * 0.5));
  min-height: 520px;
  padding-top: 6.5rem;
  padding-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background: #03060b;
}

.hero-slide picture {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 11, 0.08) 45%, rgba(3, 6, 11, 0.72) 100%);
  z-index: 1;
}

.hero-content-minimal {
  width: 100%;
  max-width: none;
  z-index: 2;
  position: relative;
  min-height: 5rem;
}

.hero-actions-center {
  position: absolute;
  right: -19.25rem;
  bottom: 10;
  top: -30px;
  width: auto;
  justify-content: flex-end;
  margin-top: 0;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../images/baner.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 12, 0.92) 0%, rgba(4, 7, 12, 0.78) 38%, rgba(4, 7, 12, 0.62) 100%),
    linear-gradient(180deg, rgba(4, 7, 12, 0.16) 0%, rgba(4, 7, 12, 0.82) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.hero-light {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}

.hero-light-cyan {
  right: -12%;
  bottom: 6%;
  width: 46vw;
  max-width: 720px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 217, 255, 0.92) 45%, transparent 100%);
  box-shadow: 0 0 44px rgba(0, 217, 255, 0.7);
  animation: cinematicFlow 8.5s ease-in-out infinite;
}

.hero-light-amber {
  left: 30%;
  top: 14%;
  width: 38vw;
  max-width: 620px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 180, 99, 0.86) 48%, transparent 100%);
  box-shadow: 0 0 38px rgba(255, 180, 99, 0.64);
  animation: cinematicFlow 10.5s ease-in-out infinite reverse;
}

.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.09;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.55px, transparent 0.55px);
  background-size: 3px 3px;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 1.08rem;
  letter-spacing: 0.2em;
  color: rgba(235, 240, 246, 0.9);
}

.hero-logo {
  margin-bottom: 0.75rem;
}

.hero-logo p {
  margin: 0;
}

.hero-logo .logo-owner {
  font-size: clamp(2.05rem, 4.4vw, 3.45rem);
  font-weight: 300;
  letter-spacing: 0.34em;
  line-height: 0.95;
}

.hero-logo .logo-concept {
  font-size: clamp(0.96rem, 1.8vw, 1.42rem);
  font-weight: 300;
  letter-spacing: 0.72em;
  margin: 0.28rem 0 0.36rem 0.38em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7.5vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-shadow: 0 0 26px rgba(0, 217, 255, 0.14);
}

.hero h2 {
  margin: 1.2rem 0 0.8rem;
  font-size: clamp(1.25rem, 3.4vw, 2rem);
  line-height: 1.2;
  max-width: 620px;
}

.lead {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.hero-tags {
  margin: 1.5rem 0 0;
  color: #d5e0ed;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.84rem 1.35rem;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #021014;
  font-weight: 600;
  background: linear-gradient(135deg, #10e5ff, #5bf5ff);
  box-shadow: 0 10px 28px rgba(0, 217, 255, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 14px 34px rgba(0, 217, 255, 0.45);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(10, 17, 27, 0.56);
}

.btn-secondary:hover {
  border-color: rgba(0, 217, 255, 0.45);
  background: rgba(11, 20, 31, 0.78);
}

.btn-shop-pulse {
  position: relative;
  isolation: isolate;
  border-color: rgba(0, 217, 255, 0.48);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.11), rgba(255, 180, 99, 0.08)), rgba(5, 8, 13, 0.72);
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.14), 0 0 24px rgba(255, 180, 99, 0.08);
  animation: shopPulse 2.8s ease-in-out infinite;
}

.btn-shop-pulse::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 217, 255, 0.38), rgba(255, 180, 99, 0.34), rgba(0, 217, 255, 0.18));
  filter: blur(13px);
  opacity: 0.35;
  animation: shopAura 2.8s ease-in-out infinite;
}

.btn-shop-pulse::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 14px rgba(255, 180, 99, 0.9);
}

.btn-shop-pulse:hover {
  border-color: rgba(255, 180, 99, 0.82);
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.2), 0 0 34px rgba(255, 180, 99, 0.16);
}

.btn-full {
  width: 100%;
}

.section {
  padding: 6rem 0;
  position: relative;
}

.section h3 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  margin: 0;
  line-height: 1.2;
  color: #f7fbff;
  text-shadow: 0 0 24px rgba(0, 217, 255, 0.18);
}

.section p {
  margin: 1rem 0 0;
  color: var(--text-muted);
  max-width: 860px;
}

.living-intelligence-note {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-left: 3px solid var(--amber);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 180, 99, 0.1), rgba(0, 217, 255, 0.06)),
    rgba(13, 24, 36, 0.55);
  color: #f5efe4 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), 0 0 28px rgba(255, 180, 99, 0.08) inset;
}

.oclc-custom-content-section {
  padding-top: 0;
}

.oclc-custom-content {
  color: var(--text);
  font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
}

.oclc-custom-content > *:first-child {
  margin-top: 0;
}

.oclc-custom-content > *:last-child {
  margin-bottom: 0;
}

.oclc-custom-content h2,
.oclc-custom-content h3,
.oclc-custom-content h4,
.oclc-custom-content h5,
.oclc-custom-content h6 {
  max-width: 920px;
  margin: 0 0 1rem;
  color: #ffffff;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.oclc-custom-content h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.oclc-custom-content h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.oclc-custom-content h4,
.oclc-custom-content h5,
.oclc-custom-content h6 {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
}

.oclc-custom-content p,
.oclc-custom-content li {
  color: var(--text-muted);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.oclc-custom-content p,
.oclc-custom-content ul,
.oclc-custom-content ol,
.oclc-custom-content blockquote,
.oclc-custom-content .wp-block-columns,
.oclc-custom-content .wp-block-image,
.oclc-custom-content .wp-block-buttons,
.oclc-custom-content .wp-block-separator {
  max-width: 920px;
  margin-top: 1.15rem;
  margin-bottom: 0;
}

.oclc-custom-content ul,
.oclc-custom-content ol {
  padding-left: 1.25rem;
}

.oclc-custom-content li + li {
  margin-top: 0.35rem;
}

.oclc-custom-content a {
  color: var(--cyan);
  text-decoration-color: rgba(0, 217, 255, 0.45);
  text-underline-offset: 0.18em;
}

.oclc-custom-content blockquote {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--cyan);
  border-radius: var(--radius-md);
  background: rgba(13, 24, 36, 0.42);
  color: var(--text);
}

.oclc-custom-content blockquote p {
  color: var(--text);
}

.oclc-custom-content .wp-block-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.oclc-custom-content .wp-block-columns {
  gap: clamp(1rem, 2.5vw, 2rem);
}

.oclc-custom-content .wp-block-button__link {
  border: 1px solid rgba(0, 217, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.95), rgba(0, 155, 184, 0.95));
  color: #031015;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.22);
}

.oclc-custom-content .is-style-outline .wp-block-button__link {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.oclc-custom-content .wp-block-separator {
  border: 0;
  border-top: 1px solid rgba(0, 217, 255, 0.25);
}

.system-media {
  margin: 1.25rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.76);
}

.system-media img {
  width: 100%;
  height: auto;
  display: block;
}

.strefy-media {
  margin: 1.25rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.76);
}

.strefy-media img {
  width: 100%;
  height: auto;
  display: block;
}

.sceny-media {
  margin: 1.25rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.76);
}

.sceny-media img {
  width: 100%;
  height: auto;
  display: block;
}

.section-slide {
  margin: 1.25rem 0 1.35rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.76);
}

.section-slide picture,
.section-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.grid {
  margin-top: 1.8rem;
  display: grid;
  gap: 0.85rem;
}

.cards-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-7 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards-10 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card {
  background: linear-gradient(180deg, var(--surface) 0%, rgba(9, 17, 28, 0.72) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem;
  color: #e5ebf4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 217, 255, 0.48);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 217, 255, 0.12) inset;
}

.section-ai {
  position: relative;
}

.section-ai::before {
  content: "";
  position: absolute;
  inset: 6% 0;
  background:
    radial-gradient(circle at 82% 35%, rgba(0, 217, 255, 0.12), transparent 42%),
    radial-gradient(circle at 16% 72%, rgba(255, 180, 99, 0.12), transparent 35%);
  pointer-events: none;
}

.ai-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.2rem;
  align-items: start;
}

.ai-copy {
  background: linear-gradient(155deg, rgba(10, 17, 27, 0.78), rgba(10, 17, 27, 0.58));
  border: 1px solid rgba(0, 217, 255, 0.28);
  border-radius: var(--radius-lg);
  padding: 1.45rem;
  box-shadow: var(--shadow), 0 0 0 1px rgba(0, 217, 255, 0.08) inset;
}

.accent-text {
  color: var(--cyan);
}

.ai-big {
  font-size: clamp(1.08rem, 1.9vw, 1.26rem);
  color: #dbe6f2;
}

.steps {
  margin: 1.15rem 0 0;
  padding-left: 1.25rem;
  color: #d0ddeb;
}

.steps li + li {
  margin-top: 0.45rem;
}

.prompt-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prompt {
  font-style: italic;
}

.mockup {
  margin-top: 1rem;
  border: 1px solid rgba(255, 180, 99, 0.28);
  background: rgba(14, 21, 31, 0.86);
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem;
}

.mockup-label {
  margin: 0;
  color: var(--amber);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mockup-title {
  margin: 0.7rem 0 0.25rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8d2de;
}

.mockup-text {
  margin: 0;
  color: #f0f6ff;
}

.note {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: #9eb0c4;
}

.ai-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
}

.ai-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-break {
  padding: 4.2rem 0 2.2rem;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.visual-card {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 217, 255, 0.2);
  overflow: hidden;
  background: rgba(9, 16, 27, 0.85);
  box-shadow: var(--shadow);
  position: relative;
  transform: translateZ(0);
  display: flex;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(5, 8, 13, 0.78) 100%),
    linear-gradient(130deg, rgba(0, 217, 255, 0.14), transparent 35%);
  pointer-events: none;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  max-height: 420px;
  transition: transform 0.7s ease;
}

.visual-card:hover img {
  transform: scale(1.03);
}

.visual-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  margin: 0;
  z-index: 2;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: #dce9f8;
}

.visual-card-brand {
  background: #03070d;
}

.visual-card-brand img {
  object-fit: contain;
  object-position: center;
  min-height: 280px;
}

.visual-card-wide {
  grid-column: 1 / -1;
}

.visual-card-wide img {
  min-height: 300px;
  max-height: 440px;
  object-fit: cover;
  object-position: center;
}

.floorplan-section {
  padding-top: 2.4rem;
}

.floorplan-wrap {
  display: grid;
  gap: 1rem;
}

.floorplan-copy p {
  max-width: 900px;
}

.floorplan-strong {
  color: #dff6ff;
  font-weight: 600;
}

.floorplan-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.75);
}

.floorplan-media img {
  width: 100%;
  height: auto;
  display: block;
}

.moduly-section .grid {
  margin-top: 1.2rem;
}

.moduly-subtitle {
  margin: 0.55rem 0 0;
  color: #c8d8ea;
  font-size: 1.05rem;
}

.moduly-media {
  margin: 1.25rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.76);
}

.moduly-media img {
  width: 100%;
  height: auto;
  display: block;
}

.moduly-media figcaption {
  margin: 0;
  padding: 0.72rem 0.95rem 0.88rem;
  font-size: 0.88rem;
  color: #c7d8ea;
  background: linear-gradient(180deg, rgba(7, 12, 20, 0.7), rgba(7, 12, 20, 0.92));
}

.cinematic-showcase {
  padding-top: 2rem;
}

.cinematic-hero {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
}

.cinematic-hero img {
  width: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
}

.cinematic-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(4, 7, 12, 0.86) 0%, rgba(4, 7, 12, 0.35) 48%, rgba(4, 7, 12, 0.82) 100%),
    radial-gradient(circle at 85% 20%, rgba(0, 217, 255, 0.16), transparent 45%);
}

.cinematic-hero-copy {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  bottom: 1.3rem;
  max-width: 560px;
}

.cinematic-hero-copy h3 {
  margin: 0;
}

.cinematic-hero-copy p {
  margin: 0.55rem 0 0;
  color: #c3d2e4;
}

.cinematic-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.cinematic-tile {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.2);
  background: rgba(9, 16, 27, 0.8);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.cinematic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.55s ease, filter 0.55s ease;
  filter: saturate(1.05) contrast(1.04);
}

.cinematic-tile:hover img {
  transform: scale(1.04);
  filter: saturate(1.14) contrast(1.08);
}

.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }
.span-6 { grid-column: span 6; }

.section-flow {
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.35), rgba(8, 14, 22, 0.82)),
    radial-gradient(circle at 8% 20%, rgba(0, 217, 255, 0.11), transparent 42%);
}

.flow-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.24);
  box-shadow: var(--shadow);
  background: rgba(8, 14, 24, 0.78);
}

.flow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-media-large {
  margin-top: 1.2rem;
}

.flow-media-large img {
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.feature-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.feature-list li {
  padding: 0.7rem 0.9rem;
  border-left: 2px solid rgba(0, 217, 255, 0.45);
  background: rgba(8, 15, 24, 0.52);
  color: #d7e4f3;
}

.cta {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 180, 99, 0.08), transparent 36%),
    radial-gradient(circle at 92% 88%, rgba(0, 217, 255, 0.11), transparent 42%);
}

.cta-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
}

.cta-actions .btn {
  width: 100%;
  text-align: center;
}

.cta-actions-wide {
  grid-column: 1 / -1;
}

.contact-form {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-strong), rgba(10, 17, 27, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form h4 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
}

.contact-form label {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.28rem;
  color: #d3dfeb;
  font-size: 0.88rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.72rem 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(140, 165, 193, 0.34);
  background: rgba(6, 12, 21, 0.85);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 217, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.16);
}

.form-feedback {
  min-height: 1.1rem;
  margin: 0.62rem 0 0;
  font-size: 0.86rem;
  color: #a6f4ff;
}

.form-note {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  color: #90a4bc;
}


.site-footer {
  padding: 1.7rem 0 2.4rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
  color: #9fb0c4;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cinematicFlow {
  0% {
    transform: translateX(-2%) translateY(0) scaleX(0.96);
    opacity: 0.5;
  }
  50% {
    transform: translateX(1%) translateY(-8px) scaleX(1.04);
    opacity: 0.95;
  }
  100% {
    transform: translateX(-2%) translateY(0) scaleX(0.96);
    opacity: 0.5;
  }
}

@keyframes shopPulse {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(0, 217, 255, 0.14), 0 0 24px rgba(255, 180, 99, 0.08);
  }

  50% {
    box-shadow: 0 0 30px rgba(0, 217, 255, 0.26), 0 0 42px rgba(255, 180, 99, 0.18);
  }
}

@keyframes shopAura {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.52;
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-shop-pulse,
  .btn-shop-pulse::before {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .cards-7 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards-10 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ai-layout {
    grid-template-columns: 1fr;
  }

  .ai-media {
    max-height: 760px;
  }

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

  .cinematic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .span-2,
  .span-3,
  .span-4,
  .span-6 {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  .oclc-lightcontrol .site-header {
    z-index: 1000;
  }

  .menu-toggle {
    display: inline-block;
    position: relative;
    z-index: 1002;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 1rem;
    left: 1rem;
    padding: 0.9rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(8, 15, 25, 0.95);
    backdrop-filter: blur(10px);
    display: grid;
    gap: 0.55rem;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .cards-6,
  .cards-7,
  .cards-10,
  .cards-4,
  .prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinematic-hero img {
    min-height: 260px;
  }

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

  .hero {
    height: calc(100vw * 0.5);
    min-height: 360px;
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 7, 12, 0.65) 0%, rgba(4, 7, 12, 0.9) 66%),
      linear-gradient(90deg, rgba(4, 7, 12, 0.84) 0%, rgba(4, 7, 12, 0.5) 100%);
  }

  .hero-light-cyan,
  .hero-light-amber {
    width: 72vw;
  }

  .hero-actions-center {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 0.8rem;
    width: auto;
    justify-content: center;
    gap: 0.55rem;
  }

  .hero-actions-center .btn {
    padding: 0.62rem 0.82rem;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}

@media (max-width: 580px) {
  .section {
    padding: 4.3rem 0;
  }

  .hero {
    min-height: 330px;
    padding-top: 0.35rem;
  }

  .hero-content-minimal {
    min-height: 7.5rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions-center {
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.55rem;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
  }

  .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero-actions-center .btn {
    width: auto;
    min-height: 1.85rem;
    padding: 0.34rem 0.1rem;
    font-size: clamp(0.43rem, 1.9vw, 0.55rem);
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .hero-actions-center .btn-shop-pulse::after {
    width: 5px;
    height: 5px;
    margin-left: 5px;
  }

  .hero-actions-center .btn-shop-pulse::before {
    inset: -2px;
    filter: blur(8px);
  }

  .cards-6,
  .cards-7,
  .cards-10,
  .cards-4,
  .prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .card {
    min-height: auto;
    padding: 0.55rem 0.58rem;
    border-radius: 10px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .oclc-custom-content h2 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .oclc-custom-content p,
  .oclc-custom-content li {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .oclc-custom-content .wp-block-columns {
    gap: 0.85rem;
  }

  .oclc-custom-content .wp-block-buttons {
    width: 100%;
  }

  .oclc-custom-content .wp-block-button,
  .oclc-custom-content .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

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

  .brand .logo-owner {
    font-size: 0.78rem;
  }

  .brand .logo-concept {
    font-size: 0.46rem;
    letter-spacing: 0.46em;
    margin-left: 0.3em;
  }

  .brand .logo-lc {
    font-size: 0.9rem;
  }
}



