.elementor-3027 .elementor-element.elementor-element-9567c36{--display:flex;}/* Start custom CSS for html, class: .elementor-element-60cbd37 *//* ============================================================
   OM ULF — CSS
   ============================================================ */

.omulf-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0d1b2a 0%, #1a1a2e 50%, #0d1b2a 100%);
}

.omulf-blob-1 {
  position: absolute; top: -10%; left: 30%;
  width: 500px; height: 500px;
  border-radius: 999px; pointer-events: none; z-index: 0;
  opacity: 0.30; filter: blur(90px);
  background: radial-gradient(circle, rgba(120,80,200,0.80) 0%, rgba(120,80,200,0.40) 50%, transparent 70%);
  animation: omulfBlob 14s ease-in-out infinite;
}

.omulf-blob-2 {
  position: absolute; bottom: 0%; right: 5%;
  width: 350px; height: 350px;
  border-radius: 999px; pointer-events: none; z-index: 0;
  opacity: 0.25; filter: blur(80px);
  background: radial-gradient(circle, rgba(60,180,160,0.70) 0%, rgba(60,180,160,0.30) 50%, transparent 70%);
  animation: omulfBlob 18s ease-in-out infinite; animation-delay: 2s;
}

@keyframes omulfBlob {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(8px,-10px) scale(1.04); }
}

.omulf-hero-inner {
  position: relative; z-index: 5;
  max-width: 900px; margin: 0 auto;
  padding: 100px 40px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px; align-items: center;
}

@media (max-width: 768px) {
  .omulf-hero-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px; gap: 40px;
  }
}

.omulf-badge {
  display: inline-block;
  background: rgba(120,80,200,0.15); border: 1px solid rgba(120,80,200,0.35);
  color: #c8b8f0; padding: 8px 20px; border-radius: 50px;
  font-size: 14px; letter-spacing: 0.03em; margin-bottom: 24px;
}

.omulf-heading {
  font-family: Georgia, serif;
  font-size: 46px; line-height: 1.15;
  color: #f0ede6; font-weight: 700; margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.30);
}

@media (max-width: 768px) {
  .omulf-heading { font-size: 30px; }
}

.omulf-sub {
  font-size: 18px; color: #c8c4bc; line-height: 1.7; max-width: 500px;
}

/* Foto */
.omulf-hero-photo { display: flex; justify-content: center; }

.omulf-photo-wrap {
  position: relative; width: 240px;
}

.omulf-photo-img {
  width: 240px; height: 320px;
  border-radius: 24px;
  object-fit: cover; object-position: top;
  box-shadow: 0 20px 60px rgba(0,0,0,0.50), 0 0 40px rgba(120,80,200,0.15);
  display: block;
}

.omulf-photo-glow {
  position: absolute; bottom: -20px; left: 10%; right: 10%;
  height: 30px; border-radius: 50%;
  background: rgba(120,80,200,0.25); filter: blur(14px); z-index: -1;
}

/* Fade-in */
.fade-1, .fade-2, .fade-3, .fade-4 {
  opacity: 0; transform: translateY(14px);
  animation: fadeUp 700ms ease forwards;
}
.fade-1 { animation-delay: 120ms; }
.fade-2 { animation-delay: 240ms; }
.fade-3 { animation-delay: 360ms; }
.fade-4 { animation-delay: 480ms; }

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Gemensamt */
.omulf-divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120,80,200,0.25), transparent);
}

.omulf-section { background: #0d1b2a; }
.omulf-metod-section { background: linear-gradient(180deg, #0d1b2a 0%, #111828 100%); }
.omulf-cta-section { background: linear-gradient(180deg, #111828 0%, #0a1520 100%); }

.omulf-inner {
  max-width: 900px; margin: 0 auto; padding: 90px 40px;
}

@media (max-width: 768px) {
  .omulf-inner { padding: 60px 24px; }
}

.omulf-eyebrow {
  font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase;
  color: #7850c8; margin-bottom: 20px; font-weight: 500;
}

.omulf-section-heading {
  font-family: Georgia, serif;
  font-size: 36px; line-height: 1.2;
  color: #f0ede6; font-weight: 400; margin-bottom: 40px;
}

@media (max-width: 768px) {
  .omulf-section-heading { font-size: 26px; }
}

/* Berättelsen */
.omulf-story-text p {
  font-size: 17px; color: #a09c94; line-height: 1.85;
  margin-bottom: 20px; max-width: 680px;
}

.omulf-quote {
  border-left: 2px solid rgba(120,80,200,0.50);
  padding: 16px 0 16px 28px;
  margin: 32px 0;
  font-family: Georgia, serif;
  font-size: 20px; color: #c8b8f0;
  font-style: italic; line-height: 1.5;
  max-width: 600px;
}

/* Metod */
.omulf-metod-grid {
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: start;
}

@media (max-width: 768px) {
  .omulf-metod-grid { grid-template-columns: 1fr; gap: 40px; }
}

.omulf-metod-text p {
  font-size: 17px; color: #a09c94; line-height: 1.85; margin-bottom: 16px;
}

.omulf-metod-facts {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; flex-shrink: 0;
}

.omulf-fact {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px; padding: 24px 20px; text-align: center;
}

.omulf-fact-num {
  font-family: Georgia, serif; font-size: 36px;
  color: #c8b8f0; font-weight: 400; line-height: 1;
  margin-bottom: 6px;
}

.omulf-fact-label {
  font-size: 13px; color: #555250; line-height: 1.4;
}

/* Profession */
.omulf-profession-intro {
  font-size: 17px; color: #888480; line-height: 1.7;
  max-width: 580px; margin-bottom: 40px;
}

.omulf-profession-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .omulf-profession-grid { grid-template-columns: 1fr; }
}

.omulf-profession-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 28px 24px;
  transition: border-color 0.3s;
}

.omulf-profession-card:hover {
  border-color: rgba(120,80,200,0.25);
}

.omulf-profession-icon { font-size: 26px; margin-bottom: 14px; display: block; }

.omulf-profession-title {
  font-size: 17px; font-weight: 500;
  color: #f0ede6; margin-bottom: 10px;
}

.omulf-profession-card p {
  font-size: 15px; color: #666260; line-height: 1.6; margin: 0;
}

/* CTA */
.omulf-cta-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }

.omulf-cta-text {
  font-size: 17px; color: #888480; line-height: 1.7;
  max-width: 500px; margin-bottom: 36px;
}

.omulf-cta-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.omulf-btn-primary {
  display: inline-block;
  background: rgba(100,60,180,0.80); color: #ffffff !important;
  padding: 14px 28px; border-radius: 50px;
  font-size: 16px; font-weight: 500;
  transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.15);
}

.omulf-btn-primary:hover {
  background: rgba(100,60,180,1); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(100,60,180,0.35);
}

.omulf-btn-secondary {
  display: inline-block; background: transparent;
  color: #c8c4bc !important; padding: 14px 28px; border-radius: 50px;
  font-size: 16px; transition: all 0.3s ease;
  border: 1px solid rgba(200,196,188,0.25);
}

.omulf-btn-secondary:hover {
  border-color: rgba(200,196,188,0.50); color: #f0ede6 !important;
}/* End custom CSS */