/* [project]/src/app/media-kit/media-kit.css [app-client] (css) */
.mk {
  --brand: #0080ba;
  --brand-dark: #006694;
  --accent: #0080ba;
  --ink: #080b0f;
  --ink-light: #0a1e36;
  --text-500: #00020b80;
  --text-300: #00020b4d;
  --surface: #fff;
  --surface-2: #eef4f9;
  --page: #fff;
  --f-serif: var(--font-brygada), "Brygada 1918", Georgia, serif;
  --f-sans: var(--font-archivo), "Archivo", system-ui, sans-serif;
  --t: .2s ease;
  background: var(--page);
  width: 100%;
  font-family: var(--f-sans);
  letter-spacing: .02em;
}

body:has(.mk) {
  background: #fff;
}

body:has(.mk) .site-content {
  background: #fff;
}

.mk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.mk-hero {
  background: var(--ink);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 24px 64px;
  position: relative;
  overflow: hidden;
}

.mk-hero-ambient {
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  position: absolute;
  inset: 0;
}

.mk-hero-blob {
  filter: blur(80px);
  border-radius: 50%;
  position: absolute;
}

.mk-hero-b1 {
  background: radial-gradient(circle at 30% 30%, #0080ba66, #0000 60%);
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
}

.mk-hero-b2 {
  background: radial-gradient(circle, #3a6cff4d, #0000 60%);
  width: 450px;
  height: 450px;
  bottom: -100px;
  right: 200px;
}

.mk-hero-b3 {
  background: radial-gradient(circle, #0080ba40, #0000 60%);
  width: 350px;
  height: 350px;
  bottom: -80px;
  left: -50px;
}

.mk-hero-inner {
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mk-crumbs {
  padding: 16px 0 0;
  font-size: 12px;
}

.mk-crumbs a {
  color: #fff6;
  font-weight: 500;
  text-decoration: none;
}

.mk-crumbs a:hover {
  color: #fff9;
}

.mk-crumbs .sep {
  color: #fff3;
  margin: 0 8px;
}

.mk-crumbs > span:last-child {
  color: #ffffff8c;
}

.mk-hero-content {
  max-width: 700px;
  padding-top: 48px;
}

.mk-kicker {
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.mk-kicker-dot {
  background: var(--accent);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.mk-kicker > span:last-child {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.mk-hero-title {
  font-family: var(--f-serif);
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.mk-hero-title em {
  color: var(--accent);
  font-style: italic;
}

.mk-hero-sub {
  color: #ffffff80;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.7;
}

.mk-hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  display: flex;
}

.mk-btn-primary {
  background: var(--brand);
  color: #fff;
  font-family: var(--f-sans);
  cursor: pointer;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 4px 14px -4px #0080ba66;
}

.mk-btn-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -4px #0080ba80;
}

.mk-btn-ghost {
  font-family: var(--f-sans);
  color: #fff9;
  transition: color var(--t);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mk-btn-ghost:hover {
  color: #fff;
}

.mk-hero-stats {
  border-top: 1px solid #ffffff14;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
  padding-top: 32px;
  display: grid;
}

.mk-stat {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.mk-stat-value {
  font-family: var(--f-serif);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.mk-stat-label {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #ffffff4d;
  font-size: 12px;
  font-weight: 600;
}

.mk-section {
  background: var(--surface);
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}

.mk-section + .mk-section {
  border-top: 1px solid #00020b0f;
}

.mk-section > .mk-container {
  max-width: none;
  padding: 0;
}

.mk-section-head {
  text-align: center;
  margin-bottom: 48px;
}

.mk-section-kicker {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.mk-section-title {
  font-family: var(--f-serif);
  color: var(--ink);
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
}

.mk-products-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  display: flex;
}

.mk-product-card {
  background: var(--surface);
  border: 1px solid #00020b0f;
  border-radius: 12px;
  flex: 0 calc(33.333% - 16px);
  min-width: 280px;
  padding: 28px 24px;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
}

.mk-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -8px #0a16281a;
}

.mk-product-icon {
  background: var(--surface-2);
  width: 48px;
  height: 48px;
  color: var(--brand);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.mk-product-name {
  font-family: var(--f-sans);
  color: var(--ink);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.mk-product-desc {
  color: var(--text-500);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.mk-viewer-section {
  background: var(--surface-2);
}

.mk-viewer {
  border-radius: 12px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px -8px #0a16281f;
}

.mk-viewer iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mk-viewer-cta {
  text-align: center;
  margin-top: 28px;
}

.mk-btn-outline {
  font-family: var(--f-sans);
  color: var(--brand);
  border: 1.5px solid var(--brand);
  transition: background var(--t), color var(--t);
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.mk-btn-outline:hover {
  background: var(--brand);
  color: #fff;
}

.mk-contact {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  background: var(--ink) !important;
  border-top: none !important;
}

.mk-contact-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.mk-contact-title {
  font-family: var(--f-serif);
  color: #fff;
  margin: 12px 0 16px;
  font-size: 1.75rem;
  font-weight: 700;
}

.mk-contact-text {
  color: #ffffff80;
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.7;
}

.mk-contact-details {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.mk-contact-detail {
  color: #fff6;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  display: flex;
}

.mk-contact-detail a {
  color: var(--accent);
  text-decoration: none;
}

.mk-contact-detail a:hover {
  text-decoration: underline;
}

.mk-form {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.mk-form-row {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.mk-input, .mk-textarea {
  font-family: var(--f-sans);
  color: #fff;
  transition: border-color var(--t), background var(--t);
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  outline: none;
  padding: 12px 16px;
  font-size: 14px;
}

.mk-input::placeholder, .mk-textarea::placeholder {
  color: #ffffff4d;
}

.mk-input:focus, .mk-textarea:focus {
  border-color: var(--brand);
  background: #ffffff14;
}

.mk-textarea {
  resize: vertical;
  min-height: 100px;
}

.mk-btn-submit {
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 16px;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .mk-product-card {
    flex: 0 calc(50% - 12px);
  }

  .mk-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mk-hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .mk-hero {
    padding-bottom: 48px;
  }

  .mk-hero-content {
    padding-top: 32px;
  }

  .mk-hero-title {
    font-size: 2rem;
  }

  .mk-hero-stats {
    margin-top: 40px;
  }

  .mk-stat-value {
    font-size: 2rem;
  }

  .mk-section {
    padding: 48px 24px;
  }

  .mk-product-card {
    flex: 0 100%;
  }

  .mk-form-row {
    grid-template-columns: 1fr;
  }

  .mk-viewer {
    padding-top: 75%;
  }
}

@media (max-width: 480px) {
  .mk-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mk-btn-primary {
    justify-content: center;
  }

  .mk-btn-ghost {
    text-align: center;
  }

  .mk-hero-stats {
    grid-template-columns: 1fr 1fr;
  }
}

/*# sourceMappingURL=src_app_media-kit_media-kit_be686b50.css.map*/