.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Orbitron", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ---- GLOBAL RESET & BASE ---- */
body,
.klyno-page {
  background-color: #0D0D14 !important;
  color: rgba(220, 220, 235, 0.9);
  font-family: 'IBM Plex Sans', sans-serif;
}

/* Remove Astra default white background */
.site-content,
.ast-container,
#content,
.entry-content,
.ast-article-single {
  background-color: #0D0D14 !important;
}

/* Remove default header/footer from Astra on Klyno pages */
.klyno-page .site-header,
.klyno-page .site-footer {
  display: none;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: rgba(13,13,20,0.8); }
::-webkit-scrollbar-thumb { background: rgba(58,141,255,0.3); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: rgba(58,141,255,0.5); }
::selection { background: rgba(58,141,255,0.3); color: rgba(240,240,255,0.98); }

/* ---- SCANLINES EFFECT ---- */
.scanlines::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.06) 2px,
    rgba(0,0,0,0.06) 4px
  );
  pointer-events: none;
  z-index: 2;
}
.scanlines { position: relative; }

/* ---- TYPOGRAPHY ---- */
.klyno-hero-heading,
.klyno-hero-heading .elementor-heading-title {
  font-family: 'Orbitron', monospace !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em;
}

.klyno-section-heading,
.klyno-section-heading .elementor-heading-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
}

.klyno-section-label,
.klyno-section-label .elementor-heading-title {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
}

.klyno-body-text p,
.klyno-body-text {
  font-family: 'IBM Plex Sans', sans-serif !important;
  color: rgba(200,200,220,0.65) !important;
  line-height: 1.7 !important;
  font-size: 16px;
}

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

.klyno-magenta-text {
  color: #FF6BEA !important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.klyno-system-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #3A8DFF;
  text-transform: uppercase;
}

.klyno-label-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.klyno-label-row::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #3A8DFF;
}

/* ---- GRADIENT TEXT UTILITY ---- */
.klyno-gradient-text {
  background: linear-gradient(135deg, #3A8DFF 0%, #B24DFF 50%, #FF6BEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- BUTTONS ---- */
.klyno-btn-primary,
.klyno-btn-primary .elementor-button,
a.klyno-btn-primary {
  background: linear-gradient(135deg, #3A8DFF 0%, #B24DFF 100%) !important;
  border: none !important;
  color: white !important;
  font-family: 'Orbitron', monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 2px !important;
  box-shadow: 0 0 20px rgba(58,141,255,0.4) !important;
  transition: all 0.2s cubic-bezier(0.23,1,0.32,1) !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.klyno-btn-primary:hover,
.klyno-btn-primary .elementor-button:hover,
a.klyno-btn-primary:hover {
  box-shadow: 0 0 40px rgba(58,141,255,0.6), 0 0 80px rgba(178,77,255,0.3) !important;
  transform: translateY(-2px) !important;
  color: white !important;
}

.klyno-btn-primary:active {
  transform: scale(0.97) !important;
}

.klyno-btn-full {
  width: 100%;
  text-align: center;
  display: block;
}

.klyno-btn-outline,
a.klyno-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(58,141,255,0.5) !important;
  color: #3A8DFF !important;
  font-family: 'Orbitron', monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 2px !important;
  transition: all 0.2s cubic-bezier(0.23,1,0.32,1) !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.klyno-btn-outline:hover,
a.klyno-btn-outline:hover {
  background: rgba(58,141,255,0.1) !important;
  border-color: rgba(58,141,255,0.8) !important;
  box-shadow: 0 0 20px rgba(58,141,255,0.3) !important;
}

/* ---- HUD PANEL ---- */
.klyno-hud-panel {
  background: rgba(13,13,20,0.8);
  border: 1px solid rgba(58,141,255,0.2);
  border-radius: 2px;
  padding: 24px;
  position: relative;
  backdrop-filter: blur(10px);
}

.klyno-hud-panel::before,
.klyno-hud-panel::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #3A8DFF;
  border-style: solid;
  opacity: 0.6;
}
.klyno-hud-panel::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.klyno-hud-panel::after  { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

/* ---- STATUS PANEL ---- */
.klyno-status-panel {
  background: rgba(13,13,20,0.85);
  border: 1px solid rgba(58,141,255,0.2);
  border-radius: 2px;
  padding: 16px 20px;
  max-width: 360px;
  backdrop-filter: blur(10px);
}

.klyno-status-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.klyno-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3A8DFF;
  display: inline-block;
  animation: klyno-pulse 2s ease-in-out infinite;
}

.klyno-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #3A8DFF;
}

.klyno-status-grid {
  display: grid;
  gap: 6px;
}

.klyno-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.klyno-metric-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: rgba(200,200,220,0.45);
}

.klyno-metric-value {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
}

/* ---- MODEL GRID ---- */
.klyno-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 32px 0;
}

@media (min-width: 768px) {
  .klyno-model-grid { grid-template-columns: repeat(4, 1fr); }
}

.klyno-model-card {
  background: rgba(58,141,255,0.04);
  border: 1px solid rgba(58,141,255,0.15);
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.klyno-model-card:hover {
  border-color: rgba(58,141,255,0.35);
  box-shadow: 0 0 20px rgba(58,141,255,0.08);
}

.klyno-model-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(240,240,255,0.85);
  margin-bottom: 4px;
}

.klyno-model-type {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  color: rgba(200,200,220,0.35);
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.klyno-model-status {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
}

/* ---- FEATURE CARDS ---- */
.klyno-feature-card {
  background: rgba(13,13,20,0.7);
  border: 1px solid rgba(var(--accent-rgb, 58,141,255), 0.15);
  border-radius: 2px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.23,1,0.32,1);
  height: 100%;
}

.klyno-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(58,141,255,0.1);
}

.klyno-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.klyno-feat-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: rgba(240,240,255,0.9) !important;
  margin-bottom: 8px !important;
}

.klyno-feat-desc {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  color: rgba(200,200,220,0.55) !important;
  line-height: 1.6 !important;
}

/* ---- STAT BLOCKS ---- */
.klyno-stat-block {
  text-align: center;
  padding: 20px;
}

.klyno-stat-value {
  font-family: 'Orbitron', monospace;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.klyno-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(200,200,220,0.35);
  text-transform: uppercase;
}

/* ---- PHILOSOPHY HEADING ---- */
.klyno-philosophy-heading .elementor-heading-title {
  background: linear-gradient(135deg, #3A8DFF, #B24DFF, #FF6BEA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- AGENTS GRID ---- */
.klyno-agents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 32px 0;
}

@media (min-width: 640px) {
  .klyno-agents-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .klyno-agents-grid { grid-template-columns: repeat(3, 1fr); }
}

.klyno-agent-card {
  background: rgba(13,13,20,0.7);
  border: 1px solid rgba(var(--accent-rgb, 58,141,255), 0.15);
  border-left: 2px solid var(--accent, #3A8DFF);
  border-radius: 2px;
  padding: 24px;
  transition: all 0.3s;
}

.klyno-agent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(58,141,255,0.1);
}

.klyno-agent-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.klyno-agent-id {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: rgba(200,200,220,0.35);
  margin-bottom: 4px;
}

.klyno-agent-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgba(240,240,255,0.9);
}

.klyno-agent-status {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 2px;
  white-space: nowrap;
}

.klyno-agent-desc {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: rgba(200,200,220,0.55);
  line-height: 1.6;
  margin-bottom: 16px;
}

.klyno-agent-tasks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.klyno-tasks-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  color: rgba(200,200,220,0.3);
  letter-spacing: 0.1em;
}

.klyno-tasks-value {
  font-family: 'Orbitron', monospace;
  font-size: 18px;
  font-weight: 700;
}

/* ---- PRICING GRID ---- */
.klyno-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 32px 0;
}

@media (min-width: 640px) {
  .klyno-pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1200px) {
  .klyno-pricing-grid { grid-template-columns: repeat(5, 1fr); }
}

.klyno-price-card {
  background: rgba(13,13,20,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}

.klyno-price-card:hover {
  transform: translateY(-4px);
}

.klyno-price-featured {
  background: linear-gradient(180deg, rgba(178,77,255,0.08) 0%, rgba(13,13,20,0.9) 100%) !important;
  border-color: rgba(178,77,255,0.4) !important;
  box-shadow: 0 0 40px rgba(178,77,255,0.15);
}

.klyno-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #B24DFF, #FF6BEA);
  color: white;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 2px;
  white-space: nowrap;
}

.klyno-price-tier {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.klyno-price-amount {
  font-family: 'Orbitron', monospace;
  font-size: 32px;
  font-weight: 900;
  color: rgba(240,240,255,0.95);
  margin-bottom: 8px;
  line-height: 1;
}

.klyno-price-period {
  font-size: 12px;
  color: rgba(200,200,220,0.4);
  font-family: 'IBM Plex Mono', monospace;
}

.klyno-price-desc {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  color: rgba(200,200,220,0.5);
  line-height: 1.5;
  margin-bottom: 16px;
}

.klyno-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex: 1;
}

.klyno-price-features li {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  color: rgba(200,200,220,0.65);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.klyno-price-btn {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 2px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: auto;
}

.klyno-price-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.klyno-price-btn-featured {
  background: linear-gradient(135deg, #B24DFF, #FF6BEA) !important;
  border-color: transparent !important;
  color: white !important;
  box-shadow: 0 0 20px rgba(178,77,255,0.4);
}

/* ---- ACCESS FORM ---- */
.klyno-access-form-wrap {
  max-width: 420px;
  margin: 0 auto;
}

.klyno-access-form {
  background: rgba(13,13,20,0.85);
  border: 1px solid rgba(58,141,255,0.2);
  border-radius: 2px;
  padding: 32px;
  backdrop-filter: blur(20px);
}

.klyno-form-field {
  margin-bottom: 20px;
}

.klyno-form-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(58,141,255,0.7);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.klyno-form-input {
  width: 100%;
  background: rgba(58,141,255,0.05);
  border: 1px solid rgba(58,141,255,0.2);
  border-radius: 2px;
  padding: 12px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: rgba(240,240,255,0.9);
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.klyno-form-input:focus {
  border-color: rgba(58,141,255,0.6);
  box-shadow: 0 0 10px rgba(58,141,255,0.15);
}

.klyno-form-input::placeholder {
  color: rgba(200,200,220,0.25);
}

.klyno-form-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: rgba(200,200,220,0.25);
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
}

/* ---- ABOUT PAGE ---- */
.klyno-about-stats {
  padding: 8px 0;
}

.klyno-about-stat-group {
  margin-bottom: 8px;
}

.klyno-about-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.klyno-about-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid;
  border-radius: 2px;
  margin-bottom: 8px;
  background: rgba(13,13,20,0.5);
}

.klyno-about-stat-row span:first-child {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: rgba(200,200,220,0.6);
}

.klyno-philosophy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .klyno-philosophy-grid { grid-template-columns: repeat(2, 1fr); }
}

.klyno-phil-block {
  padding-left: 24px;
  border-left: 1px solid;
  position: relative;
}

.klyno-phil-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.klyno-phil-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: rgba(240,240,255,0.9) !important;
  margin-bottom: 10px !important;
}

.klyno-phil-body {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  color: rgba(200,200,220,0.6) !important;
  line-height: 1.7 !important;
}

/* ---- NAVIGATION (Elementor Pro Nav Menu) ---- */
.klyno-nav .elementor-nav-menu {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
}

.klyno-nav .elementor-nav-menu a {
  color: rgba(200,200,220,0.7) !important;
  transition: color 0.2s !important;
}

.klyno-nav .elementor-nav-menu a:hover {
  color: #3A8DFF !important;
}

/* ---- GLOW DIVIDER ---- */
.klyno-glow-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #3A8DFF, #B24DFF, #FF6BEA, transparent);
  opacity: 0.5;
  margin: 0;
  border: none;
}

/* ---- ANIMATIONS ---- */
@keyframes klyno-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

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

@keyframes klyno-waveform {
  0%, 100% { transform: scaleY(0.3); }
  50% { transform: scaleY(1); }
}

@keyframes klyno-glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(58,141,255,0.3); }
  50% { box-shadow: 0 0 40px rgba(58,141,255,0.6), 0 0 80px rgba(178,77,255,0.3); }
}

.klyno-float { animation: klyno-float 6s ease-in-out infinite; }
.klyno-glow-pulse { animation: klyno-glow-pulse 3s ease-in-out infinite; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .klyno-stat-value { font-size: 28px; }
  .klyno-price-amount { font-size: 24px; }
  .klyno-hero-heading .elementor-heading-title { font-size: 10vw !important; }
}/* End custom CSS */