:root {
    --paper: #F7F5F1;
    --paper-2: #EFEBE3;
    --ink: #111111;
    --ink-soft: #3C3A36;
    --muted: #6E6A62;
    --hair: #E2DDD3;
    --red: #BF2B36;
    --red-deep: #9E222C;
    --yellow: #F8C757;
    --display: "Poppins", system-ui, sans-serif;
    --body: "Inter", system-ui, sans-serif;
    --maxw: 1240px;
    --gut: clamp(20px, 5vw, 72px);
}

.hero-ultimate-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important; /* Halkan ayaan caadi ku soo celinay */
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: -1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    background-color: #111111;
}

.hero-ultimate-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.55)) !important;
    z-index: 2 !important;
}

.hero-ultimate-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

#hero-main-row {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important;
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-color: transparent !important;
    z-index: 5 !important;
    box-sizing: border-box !important;
}

#hero-main-row .wpb_column {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: var(--maxw) !important;
    margin: 0 auto !important;
    padding: 0 var(--gut) !important;
}

#hero-main-row .wpb_column .wpb_wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    width: 100% !important;
}

.hero-eyebrow {
    font-family: var(--display), sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    display: block !important;
    text-align: left !important;
}

.hero-title,
.hero-title h1,
.hero-title h2 {
    font-family: var(--display), sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(48px, 6vw, 84px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.025em !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
    max-width: 900px !important; 
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    text-align: left !important;
}

.hero-title .hero-hl {
    color: var(--yellow) !important;
}

.hero-sub,
.hero-sub p {
    font-family: var(--body), sans-serif !important;
    font-size: clamp(18px, 2.2vw, 22px) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 650px !important; 
    margin: 0 0 40px 0 !important;
    line-height: 1.6 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
    display: block !important;
    text-align: left !important;
}

.hero-actions {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
}

.hero-note,
.hero-note p {
    font-family: var(--body), sans-serif !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
    display: block !important;
    text-align: left !important;
}

::selection {
    background-color: #BF2B36 !important;
    color: #ffffff !important;
}

::-moz-selection {
    background-color: #BF2B36 !important;
    color: #ffffff !important;
}